Home
last modified time | relevance | path

Searched defs:f0 (Results 1 – 25 of 648) sorted by relevance

12345678910>>...26

/aosp_15_r20/external/clang/test/CodeGen/
H A Darm-arguments.c7 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 Darm64-arguments.c4 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 Dbitfield-2.c19 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/
Dswitch.h31 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 Dpragma-align-mac68k.c15 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 Dpragma-pack-2.c10 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 Dp4-neg.cpp3 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 Dp5.cpp9 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 Dcopy_ctor.pass.cpp30 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 Dmove_ctor.pass.cpp27 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 Dmove_assign.pass.cpp27 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 Dctor_future.pass.cpp27 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 Dcopy_assign.pass.cpp30 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 Dshare.pass.cpp27 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 Dmove_ctor.pass.cpp26 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 Dmove_assign.pass.cpp26 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/
Dcopy_assign_pass.cpp31 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
Dcopy_ctor_pass.cpp30 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 Dcopy_assign.pass.cpp29 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 Dctor_future.pass.cpp28 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 Dmove_ctor.pass.cpp28 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 Dmove_assign.pass.cpp28 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 Dmove_ctor.pass.cpp27 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 Dshare.pass.cpp28 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/
Dmove_ctor_pass.cpp33 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

12345678910>>...26