/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | arm-arguments.c | 7 char f0(void) { in f0() function 13 struct s1 { char f0; }; member 18 struct s2 { short f0; }; member 23 struct s3 { int f0; }; member 28 struct s4 { struct s4_0 { int f0; } f0; }; member 34 struct s5 { struct { } f0; int f1; }; member 40 struct s6 { int f0[1]; }; member 45 struct s7 { struct { int : 0; } f0; }; member 51 struct s8 { struct { int : 0; } f0[1]; }; member 56 struct s9 { int f0; int : 0; }; member [all …]
|
H A D | arm64-arguments.c | 4 char f0(void) { in f0() function 11 struct s1 { char f0; }; member 15 struct s2 { short f0; }; member 19 struct s3 { int f0; }; member 23 struct s4 { struct s4_0 { int f0; } f0; }; member 27 struct s5 { struct { } f0; int f1; }; member 31 struct s6 { int f0[1]; }; member 35 struct s7 { struct { int : 0; } f0; }; member 39 struct s8 { struct { int : 0; } f0[1]; }; member 43 struct s9 { int f0; int : 0; }; member [all …]
|
H A D | bitfield-2.c | 19 int f0 : 24; member 63 signed f0 : 10; member 108 unsigned long long f0 : 3; member 140 long long f0 : 32; member 177 unsigned f0 : 16; member 208 unsigned f0 : 2; member 240 unsigned f0 : 2; member 282 int f0 : 5; member 295 char f0 : 4; member 332 unsigned f0 : 7; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/detail/ |
D | switch.h | 31 R Switch(char idx, F0 f0) { in Switch() 40 R Switch(char idx, F0 f0, F1 f1) { in Switch() 51 R Switch(char idx, F0 f0, F1 f1, F2 f2) { in Switch() 64 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3) { in Switch() 80 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4) { in Switch() 98 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5) { in Switch() 118 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6) { in Switch() 140 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7) { in Switch() 164 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch() 192 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch() [all …]
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | pragma-align-mac68k.c | 15 char f0; member 24 char f0; member 33 char f0; member 42 char f0; member 51 unsigned f0 : 9; member 72 char f0; member 79 char f0[3]; member 87 char f0; member 93 char f0; member 106 char f0; in f12() member
|
H A D | pragma-pack-2.c | 10 char f0; member 17 char f0; member 25 char f0; member 30 char f0; member 39 char f0; member 44 char f0; member 53 char f0; in f() member 55 int f0; in f() member
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/ |
H A D | p4-neg.cpp | 3 template<typename T> void f0(T) { } // expected-note{{previous}} in f0() function 4 template<class U> void f0(U) { } // expected-error{{redefinition}} in f0() function 6 template<int I> void f0() { } // expected-note{{previous}} in f0() function 7 template<int> void f0() { } // expected-error{{redefinition}} in f0() function 12 void f0() { } // expected-note{{previous}} in f0() function 14 void f0() { } // expected-error{{redefinition}} in f0() function 20 typename MetaFun<T*>::type f0(const T&) { while (1) {} } // expected-note{{previous}} in f0() function 22 typename MetaFun<U*>::type f0(const U&) { while (1) {} } // expected-error{{redefinition}} in f0() function
|
/aosp_15_r20/external/clang/test/CXX/expr/expr.unary/expr.delete/ |
H A D | p5.cpp | 9 void f0(T0 *a) { delete a; } // expected-warning {{deleting pointer to incomplete type}} in f0() function 16 void f0() { T1_A<T1_B> x; } // expected-note {{in instantiation of member function}} in f0() function 21 struct T2_B { void f0(T *a) { delete a; } }; in f0() function 22 struct T2_C { T2_B<T2_A> x; void f0(T2_A *a) { x.f0(a); } }; in f0() function 23 void f0(T2_A *a) { T2_C x; x.f0(a); } in f0() function 30 void f0(T *a) { in f0() function 37 void f0(T3_A *a) { in f0() function 42 void f0(T3_A *a) { T3_C x; x.f0(a); } in f0() function
|
/aosp_15_r20/external/libcxx/test/std/thread/futures/futures.shared_future/ |
H A D | copy_ctor.pass.cpp | 30 std::shared_future<T> f0 = p.get_future(); in main() local 40 std::shared_future<T> f0; in main() local 48 std::shared_future<T> f0 = p.get_future(); in main() local 55 std::shared_future<T> f0; in main() local 63 std::shared_future<T> f0 = p.get_future(); in main() local 70 std::shared_future<T> f0; in main() local
|
H A D | move_ctor.pass.cpp | 27 std::shared_future<T> f0 = p.get_future(); in main() local 34 std::shared_future<T> f0; in main() local 42 std::shared_future<T> f0 = p.get_future(); in main() local 49 std::shared_future<T> f0; in main() local 57 std::shared_future<T> f0 = p.get_future(); in main() local 64 std::shared_future<T> f0; in main() local
|
H A D | move_assign.pass.cpp | 27 std::shared_future<T> f0 = p.get_future(); in main() local 35 std::shared_future<T> f0; in main() local 44 std::shared_future<T> f0 = p.get_future(); in main() local 52 std::shared_future<T> f0; in main() local 61 std::shared_future<T> f0 = p.get_future(); in main() local 69 std::shared_future<T> f0; in main() local
|
H A D | ctor_future.pass.cpp | 27 std::future<T> f0 = p.get_future(); in main() local 34 std::future<T> f0; in main() local 42 std::future<T> f0 = p.get_future(); in main() local 49 std::future<T> f0; in main() local 57 std::future<T> f0 = p.get_future(); in main() local 64 std::future<T> f0; in main() local
|
H A D | copy_assign.pass.cpp | 30 std::shared_future<T> f0 = p.get_future(); in main() local 41 std::shared_future<T> f0; in main() local 50 std::shared_future<T> f0 = p.get_future(); in main() local 58 std::shared_future<T> f0; in main() local 67 std::shared_future<T> f0 = p.get_future(); in main() local 75 std::shared_future<T> f0; in main() local
|
/aosp_15_r20/external/libcxx/test/std/thread/futures/futures.unique_future/ |
H A D | share.pass.cpp | 27 std::future<T> f0 = p.get_future(); in main() local 35 std::future<T> f0; in main() local 44 std::future<T> f0 = p.get_future(); in main() local 52 std::future<T> f0; in main() local 61 std::future<T> f0 = p.get_future(); in main() local 69 std::future<T> f0; in main() local
|
H A D | move_ctor.pass.cpp | 26 std::future<T> f0 = p.get_future(); in main() local 33 std::future<T> f0; in main() local 41 std::future<T> f0 = p.get_future(); in main() local 48 std::future<T> f0; in main() local 56 std::future<T> f0 = p.get_future(); in main() local 63 std::future<T> f0; in main() local
|
H A D | move_assign.pass.cpp | 26 std::future<T> f0 = p.get_future(); in main() local 34 std::future<T> f0; in main() local 43 std::future<T> f0 = p.get_future(); in main() local 51 std::future<T> f0; in main() local 60 std::future<T> f0 = p.get_future(); in main() local 68 std::future<T> f0; in main() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/shared_future/ |
D | copy_assign_pass.cpp | 31 boost::shared_future<T> f0((p.get_future())); in main() local 40 boost::shared_future<T> f0; in main() local 49 boost::shared_future<T> f0((p.get_future())); in main() local 57 boost::shared_future<T> f0; in main() local 66 boost::shared_future<T> f0((p.get_future())); in main() local 74 boost::shared_future<T> f0; in main() local
|
D | copy_ctor_pass.cpp | 30 boost::shared_future<T> f0((p.get_future())); in main() local 37 boost::shared_future < T > f0; in main() local 45 boost::shared_future<T> f0((p.get_future())); in main() local 52 boost::shared_future < T > f0; in main() local 60 boost::shared_future<T> f0((p.get_future())); in main() local 67 boost::shared_future < T > f0; in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/futures/futures.shared_future/ |
H A D | copy_assign.pass.cpp | 29 std::shared_future<T> f0 = p.get_future(); in main() local 40 std::shared_future<T> f0; in main() local 49 std::shared_future<T> f0 = p.get_future(); in main() local 57 std::shared_future<T> f0; in main() local 66 std::shared_future<T> f0 = p.get_future(); in main() local 74 std::shared_future<T> f0; in main() local
|
H A D | ctor_future.pass.cpp | 28 std::future<T> f0 = p.get_future(); in main() local 35 std::future<T> f0; in main() local 43 std::future<T> f0 = p.get_future(); in main() local 50 std::future<T> f0; in main() local 58 std::future<T> f0 = p.get_future(); in main() local 65 std::future<T> f0; in main() local
|
H A D | move_ctor.pass.cpp | 28 std::shared_future<T> f0 = p.get_future(); in main() local 35 std::shared_future<T> f0; in main() local 43 std::shared_future<T> f0 = p.get_future(); in main() local 50 std::shared_future<T> f0; in main() local 58 std::shared_future<T> f0 = p.get_future(); in main() local 65 std::shared_future<T> f0; in main() local
|
H A D | move_assign.pass.cpp | 28 std::shared_future<T> f0 = p.get_future(); in main() local 36 std::shared_future<T> f0; in main() local 45 std::shared_future<T> f0 = p.get_future(); in main() local 53 std::shared_future<T> f0; in main() local 62 std::shared_future<T> f0 = p.get_future(); in main() local 70 std::shared_future<T> f0; in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/futures/futures.unique_future/ |
H A D | move_ctor.pass.cpp | 27 std::future<T> f0 = p.get_future(); in main() local 34 std::future<T> f0; in main() local 42 std::future<T> f0 = p.get_future(); in main() local 49 std::future<T> f0; in main() local 57 std::future<T> f0 = p.get_future(); in main() local 64 std::future<T> f0; in main() local
|
H A D | share.pass.cpp | 28 std::future<T> f0 = p.get_future(); in main() local 36 std::future<T> f0; in main() local 45 std::future<T> f0 = p.get_future(); in main() local 53 std::future<T> f0; in main() local 62 std::future<T> f0 = p.get_future(); in main() local 70 std::future<T> f0; in main() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/future/ |
D | move_ctor_pass.cpp | 33 boost::future<T> f0 = BOOST_THREAD_MAKE_RV_REF(p.get_future()); in main() local 40 boost::future<T> f0; in main() local 48 boost::future<T> f0 = BOOST_THREAD_MAKE_RV_REF(p.get_future()); in main() local 55 boost::future<T> f0; in main() local 63 boost::future<T> f0 = BOOST_THREAD_MAKE_RV_REF(p.get_future()); in main() local 70 boost::future<T> f0; in main() local
|