brintos

brintos / llvm-project-archived public Read only

0
0
Text · 439 B · 8526598 Raw
9 lines · cpp
1// RUN: %clang_cc1 -triple arm64-apple-ios -fptrauth-calls -fptrauth-intrinsics -std=c++11 -ast-dump=json %s | FileCheck %s2// RUN: %clang_cc1 -triple aarch64-linux-gnu -fptrauth-calls -fptrauth-intrinsics -std=c++11 -ast-dump=json %s | FileCheck %s3 4// CHECK: "name": "__builtin_ptrauth_type_discriminator",5// CHECK: "qualType": "int *__ptrauth(1,1,123)"6 7int d = __builtin_ptrauth_type_discriminator(int());8int * __ptrauth(1,1,123) p;9