/llvm-project/clang/test/SemaObjC/ |
H A D | attr-swift-async.m | 4 #define SA(...) __attribute__((swift_async(__VA_ARGS__))) macro 6 SA(none) int a; // expected-warning{{'swift_async' attribute only applies to functions and Objectiv… function 8 SA(none) void b(void); function 10 SA(not_swift_private, 0) void c(void); // expected-error{{'swift_async' attribute parameter 2 is ou… function 11 SA(swift_private, 1) void d(void); // expected-error{{'swift_async' attribute parameter 2 is out of… function 12 SA(swift_private, 1) void e(int); // expected-error{{'swift_async' completion handler parameter mus… function 13 SA(not_swift_private, 1) void f(int (^)(void)); // expected-error-re{{'swift_async' completion hand… function 14 SA(swift_private, 1) void g(void (^)(void)); function 16 SA(none, 1) void h(void); // expected-error{{'swift_async' attribute takes one argument}} function 17 SA() void i(void); // expected-error{{'swift_async' attribute takes at least 1 argument}} function [all …]
|
/llvm-project/clang/test/OpenMP/ |
H A D | target_teams_is_device_ptr_messages.cpp | 11 struct SA { struct 12 const int d = 5; 13 const int da[5] = { 0 }; 14 ST e; 15 ST g[10]; 16 STarr &rg = g; 17 int i; 18 int &j = i; 19 int *k = &j; 20 int *&z = k; [all …]
|
H A D | target_parallel_is_device_ptr_messages.cpp | 11 struct SA { struct 12 const int d = 5; 13 const int da[5] = { 0 }; 14 ST e; 15 ST g[10]; 16 STarr &rg = g; 17 int i; 18 int &j = i; 19 int *k = &j; 20 int *&z = k; [all …]
|
H A D | target_is_device_ptr_messages.cpp | 11 struct SA { struct 12 const int d = 5; 13 const int da[5] = { 0 }; 14 ST e; 15 ST g[10]; 16 STarr &rg = g; 17 int i; 18 int &j = i; 19 int *k = &j; 20 int *&z = k; [all …]
|
H A D | target_has_device_addr_messages.cpp | 12 struct SA { struct 13 const int d = 5; 14 const int da[5] = { 0 }; 15 ST e; 16 ST g[10]; 17 STarr &rg = g; 18 int i; 19 int &j = i; 20 int *k = &j; 21 int *&z = k; [all …]
|
H A D | target_data_use_device_ptr_addr_messages.cpp | 9 struct SA { struct 10 const int d = 5; 11 const int da[5] = { 0 }; 12 ST e; 13 ST g[10]; 14 int i; 15 int &j = i; 16 int *k = &j; 17 int *&z = k; 18 int aa[10]; [all …]
|
H A D | target_teams_is_device_ptr_ast_print.cpp | 17 struct SA { struct 18 const int da[5] = { 0 }; 19 ST g[10]; 20 STarr &rg = g; 21 int i; 45 // CHECK: struct SA argument
|
H A D | target_is_device_ptr_ast_print.cpp | 18 struct SA { struct 19 const int da[5] = { 0 }; 20 ST g[10]; 21 STarr &rg = g; 22 int i; 46 // CHECK: struct SA argument
|
H A D | target_parallel_is_device_ptr_ast_print.cpp | 18 struct SA { struct 19 const int da[5] = { 0 }; 20 ST g[10]; 21 STarr &rg = g; 22 int i; 46 // CHECK: struct SA argument
|
H A D | target_map_codegen_23.cpp | 40 struct SA{ struct 42 struct SA *p; argument 47 struct SA s; argument
|
H A D | target_has_device_addr_codegen.cpp | 12 struct SA { struct 13 daSA global() argument 14 gSA global() argument 15 rgSA global() argument 16 iSA global() argument 17 jSA global() argument 18 kSA global() argument 19 zSA global() argument 20 aaSA global() argument 21 raaSA global() argument 22 funcSA func() argument
|
H A D | target_has_device_addr_ast_print.cpp | 29 struct SA { struct 30 const int da[5] = { 0 }; 31 ST g[10]; 32 STarr &rg = g; 33 int i; 57 // CHECK: struct SA argument
|
H A D | target_teams_distribute_parallel_for_is_device_ptr_ast_print.cpp | 17 struct SA { struct 18 const int da[5] = { 0 }; 19 ST g[10]; 20 STarr &rg = g; 21 int i; 22 int &j = i; 23 int *k = &j; 24 int *&z = k; 25 int aa[10]; 26 arr &raa = aa; [all …]
|
H A D | target_parallel_for_simd_is_device_ptr_ast_print.cpp | 17 struct SA { struct 18 const int da[5] = { 0 }; 19 ST g[10]; 20 STarr &rg = g; 21 int i; 22 int &j = i; 23 int *k = &j; 24 int *&z = k; 25 int aa[10]; 26 arr &raa = aa; [all …]
|
H A D | target_parallel_for_is_device_ptr_ast_print.cpp | 20 struct SA { struct 21 const int da[5] = { 0 }; 22 ST g[10]; 23 STarr &rg = g; 24 int i; 25 int &j = i; 26 int *k = &j; 27 int *&z = k; 28 int aa[10]; 29 arr &raa = aa; [all …]
|
H A D | target_teams_distribute_parallel_for_simd_is_device_ptr_ast_print.cpp | 17 struct SA { struct 18 const int da[5] = { 0 }; 19 ST g[10]; 20 STarr &rg = g; 21 int i; 22 int &j = i; 23 int *k = &j; 24 int *&z = k; 25 int aa[10]; 26 arr &raa = aa; [all …]
|
H A D | target_teams_distribute_simd_is_device_ptr_ast_print.cpp | 17 struct SA { struct 18 const int da[5] = { 0 }; 19 ST g[10]; 20 STarr &rg = g; 21 int i; 22 int &j = i; 23 int *k = &j; 24 int *&z = k; 25 int aa[10]; 26 arr &raa = aa; [all …]
|
H A D | target_simd_is_device_ptr_messages.cpp | 10 struct SA { struct 11 const int d = 5; 12 const int da[5] = { 0 }; 13 ST e; 14 ST g[10]; 15 STarr &rg = g; 16 int i; 17 int &j = i; 18 int *k = &j; 19 int *&z = k; [all …]
|
H A D | target_parallel_for_is_device_ptr_messages.cpp | 13 struct SA { struct 14 const int d = 5; 15 const int da[5] = { 0 }; 16 ST e; 17 ST g[10]; 18 STarr &rg = g; 19 int i; 20 int &j = i; 21 int *k = &j; 22 int *&z = k; [all …]
|
H A D | target_data_use_device_ptr_addr_ast_print.cpp | 16 struct SA { struct 29 // CHECK: struct SA argument
|
H A D | target_teams_distribute_simd_is_device_ptr_messages.cpp | 11 struct SA { struct 12 const int d = 5; 13 const int da[5] = { 0 }; 14 ST e; 15 ST g[10]; 16 STarr &rg = g; 17 int i; 18 int &j = i; 19 int *k = &j; 20 int *&z = k; [all …]
|
H A D | target_parallel_for_simd_is_device_ptr_messages.cpp | 12 struct SA { struct 13 const int d = 5; 14 const int da[5] = { 0 }; 15 ST e; 16 ST g[10]; 17 STarr &rg = g; 18 int i; 19 int &j = i; 20 int *k = &j; 21 int *&z = k; [all …]
|
H A D | target_teams_distribute_parallel_for_simd_is_device_ptr_messages.cpp | 12 struct SA { struct 13 const int d = 5; 14 const int da[5] = { 0 }; 15 ST e; 16 ST g[10]; 17 STarr &rg = g; 18 int i; 19 int &j = i; 20 int *k = &j; 21 int *&z = k; [all …]
|
H A D | target_teams_distribute_parallel_for_is_device_ptr_messages.cpp | 11 struct SA { struct 12 const int d = 5; 13 const int da[5] = { 0 }; 14 ST e; 15 ST g[10]; 16 STarr &rg = g; 17 int i; 18 int &j = i; 19 int *k = &j; 20 int *&z = k; [all …]
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugRnglists.cpp | 209 if (auto SA = LookupPooledAddress(Value0)) in dump() local 243 if (auto SA = LookupPooledAddress(Value0)) in dump() local 251 if (auto SA = LookupPooledAddress(Value0)) in dump() local 254 if (auto SA = LookupPooledAddress(Value1)) in dump() local
|