/external/llvm-project/clang/test/SemaObjC/ |
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(); function 10 SA(not_swift_private, 0) void c(); // expected-error{{'swift_async' attribute parameter 2 is out of… function 11 SA(swift_private, 1) void d(); // expected-error{{'swift_async' attribute parameter 2 is out of bou… 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 (^)()); // expected-error{{'swift_async' completion handler par… function 14 SA(swift_private, 1) void g(void (^)()); function 16 SA(none, 1) void h(); // expected-error{{'swift_async' attribute takes one argument}} function 17 SA() void i(); // expected-error{{'swift_async' attribute takes at least 1 argument}} function [all …]
|
/external/libabigail/tests/data/test-read-dwarf/PR26261/ |
D | PR26261-obja.h | 5 struct SA struct 12 void fun_obja(struct SA*); argument
|
/external/llvm-project/clang/test/OpenMP/ |
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 …]
|
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 …]
|
D | target_is_device_ptr_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 STarr &rg = g; 15 int i; 16 int &j = i; 17 int *k = &j; 18 int *&z = k; [all …]
|
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 …]
|
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
|
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
|
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
|
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 …]
|
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 …]
|
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 …]
|
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 …]
|
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 …]
|
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 …]
|
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 …]
|
D | target_map_codegen_23.cpp | 40 struct SA{ struct 42 struct SA *p; argument 47 struct SA s; argument
|
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 …]
|
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 …]
|
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 …]
|
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 …]
|
D | target_data_use_device_ptr_addr_ast_print.cpp | 16 struct SA { struct 29 // CHECK: struct SA argument
|
/external/clang/test/OpenMP/ |
D | target_is_device_ptr_messages.cpp | 7 struct SA { struct 8 const int d = 5; 9 const int da[5] = { 0 }; 10 ST e; 11 ST g[10]; 12 STarr &rg = g; 13 int i; 14 int &j = i; 15 int *k = &j; 16 int *&z = k; [all …]
|
D | target_data_use_device_ptr_messages.cpp | 5 struct SA { struct 6 const int d = 5; 7 const int da[5] = { 0 }; 8 ST e; 9 ST g[10]; 10 int i; 11 int &j = i; 12 int *k = &j; 13 int *&z = k; 14 int aa[10]; [all …]
|
D | target_is_device_ptr_ast_print.cpp | 14 struct SA { struct 15 const int da[5] = { 0 }; 16 ST g[10]; 17 STarr &rg = g; 18 int i; 42 // CHECK: struct SA argument
|