repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[flang][cuda] Adapt ExternalNameConversion to work in gpu module (#117039)
[llvm-project.git]
/
clang
/
test
/
AST
/
ast-dump-ptrauth-json.cpp
blob
125cda0cff53a0fb001c5a8c2431af77e2398c62
1
// RUN: %clang_cc1 -triple arm64-apple-ios -fptrauth-calls -fptrauth-intrinsics -std=c++11 -ast-dump=json %s | FileCheck %s
2
3
// CHECK: "name": "__builtin_ptrauth_type_discriminator",
4
5
int
d
=
__builtin_ptrauth_type_discriminator
(
int
());