Home
last modified time | relevance | path

Searched defs:SA (Results 1 – 25 of 173) sorted by relevance

1234567

/external/llvm-project/clang/test/SemaObjC/
Dattr-swift-async.m4 #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/
DPR26261-obja.h5 struct SA struct
12 void fun_obja(struct SA*); argument
/external/llvm-project/clang/test/OpenMP/
Dtarget_teams_is_device_ptr_messages.cpp11 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 …]
Dtarget_parallel_is_device_ptr_messages.cpp11 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 …]
Dtarget_is_device_ptr_messages.cpp9 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 …]
Dtarget_data_use_device_ptr_addr_messages.cpp9 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 …]
Dtarget_parallel_is_device_ptr_ast_print.cpp18 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
Dtarget_teams_is_device_ptr_ast_print.cpp17 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
Dtarget_is_device_ptr_ast_print.cpp18 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
Dtarget_teams_distribute_parallel_for_simd_is_device_ptr_ast_print.cpp17 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 …]
Dtarget_teams_distribute_parallel_for_is_device_ptr_ast_print.cpp17 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 …]
Dtarget_teams_distribute_simd_is_device_ptr_ast_print.cpp17 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 …]
Dtarget_parallel_for_simd_is_device_ptr_ast_print.cpp17 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 …]
Dtarget_parallel_for_is_device_ptr_ast_print.cpp20 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 …]
Dtarget_simd_is_device_ptr_messages.cpp10 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 …]
Dtarget_parallel_for_is_device_ptr_messages.cpp13 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 …]
Dtarget_map_codegen_23.cpp40 struct SA{ struct
42 struct SA *p; argument
47 struct SA s; argument
Dtarget_parallel_for_simd_is_device_ptr_messages.cpp12 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 …]
Dtarget_teams_distribute_parallel_for_simd_is_device_ptr_messages.cpp12 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 …]
Dtarget_teams_distribute_simd_is_device_ptr_messages.cpp11 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 …]
Dtarget_teams_distribute_parallel_for_is_device_ptr_messages.cpp11 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 …]
Dtarget_data_use_device_ptr_addr_ast_print.cpp16 struct SA { struct
29 // CHECK: struct SA argument
/external/clang/test/OpenMP/
Dtarget_is_device_ptr_messages.cpp7 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 …]
Dtarget_data_use_device_ptr_messages.cpp5 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 …]
Dtarget_is_device_ptr_ast_print.cpp14 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

1234567