Home
last modified time | relevance | path

Searched +defs:foo +defs:c (Results 76 – 100 of 826) sorted by relevance

12345678910>>...34

/aosp_15_r20/external/clang/test/SemaCXX/
H A Dclass-layout.cpp15 char c; member
30 char c; member
82 class C : virtual A { int c; }; member in Test1::C
156 char foo; member
177 char foo; member
204 char foo; member
231 char foo; member
319 pod_in_11_only c; member
352 pod_in_11_only c; member
413 pod_in_11_only c; member
[all …]
H A Dattr-noreturn.cpp46 __attribute__((noreturn)) void test_3() { C c; } in test_3() local
62 __attribute__((noreturn)) void test_18() { const C& c = C(); } in test_18() local
95 CC c; in test_31() local
128 void foo() {} in foo() function
213 void foo() { in foo() function
235 __attribute__((noreturn)) void foo(int) {} in foo() function
236 __attribute__((noreturn)) void foo(double) {} in foo() function
H A Dnested-name-spec.cpp185 class foo { class
204 counter c; in test1() local
227 void foo(const char *path) { in foo() function
243 bool A::B::foo(Foo &) { in foo() function in PR7133::A::B
318 int a, b, c; member
322 int a, b, c; member
391 int a,b,c; member
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dtest_global_data.c24 struct foo { struct
27 __u64 c; member
34 __type(value, struct foo); argument
/aosp_15_r20/art/test/633-checker-rtp-getclass/src/
H A DMain.java30 public int foo() { in foo() method in Main
38 Class<?> c = Class.forName("SmaliTests"); in $noinline$runSmaliTest() local
52 public int foo() { in foo() method in SubMain
62 public int foo() { in foo() method in SubSubMain
/aosp_15_r20/external/clang/test/CodeGen/
H A Datomic-ops.c215 void fd3(struct S *a, struct S *b, struct S *c) { in fd3()
237 _Bool fd4(struct S *a, struct S *b, struct S *c) { in fd4()
280 _Complex float fc(_Atomic(_Complex float) *c) { in fc()
287 X fs(_Atomic(X) *c) { in fs()
293 X fsa(X *c, X *d) { in fsa()
301 _Bool fsb(_Bool *c) { in fsb()
321 char c[16]; member
324 char c[17]; member
366 struct foo { struct
370 char c[3]; member
[all …]
/aosp_15_r20/external/ksp/test-utils/testData/api/
H A DfunctionTypes.kt44 fun foo(): Boolean = true method
50 fun foo() = Unit method
55 val c: () -> Byte = TODO() constant
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddebug-info-line.cpp18 struct foo { struct
22 foo(); argument
26 foo::foo() in foo() function in foo
237 void f20(int a, int b, int c) { in f20()
H A Ddebug-info-template.cpp6 struct foo { struct
13 typedef int foo::*foo_mem; argument
144 char c; member
H A Danonymous-namespaces.cpp16 static int c = f(); variable
32 int foo() { in foo() function
38 int foo() { in foo() function
54 static void foo() {} in foo() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/
Dtie.hpp29 class foo class
33 explicit foo(int v) : val(v) {} in foo() function in test_detail::foo
42 foo() {} in foo() function in test_detail::foo
55 foo c(5); in test() local
/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/
H A Drwyw.rs370 c: Vec<u32>, field
405 c: u32, in serde_serious() field
475 let foo = Foo::deserialize(r).unwrap(); in deserialize_newtype_i8() localVariable
484 let foo = Foo::deserialize(r).unwrap(); in deserialize_newtype_str() localVariable
499 let foo = Foo::deserialize(r).unwrap(); in deserialize_tuple_struct_to_vec_uint4() localVariable
512 let foo = Foo::deserialize(r).unwrap(); in deserialize_tuple_struct_to_vec_uint4() localVariable
/aosp_15_r20/external/clang/test/CXX/class.access/
H A Dp6.cpp26 A::type foo() { } // expected-error {{'type' is a private member}} in foo() function
27 A::type A::foo() { } in foo() function in test0::A
115 template <class U> void foo(U &, typename U::type) {} in foo() function
131 template <A::Enum en> void A::foo() {} in foo() function in test5::A
134 template <A::Enum en> void foo() {} // expected-error {{'Enum' is a private member of 'test5::A'}} in foo() function
138 … template <A::Enum en> void foo() {} // expected-error {{'Enum' is a private member of 'test5::A'}} in foo() function in test5::B
153 private_inner c; // expected-error {{'private_inner' is a private member of 'test6::A'}} member in test6::B
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_coroutines.py529 async def foo(): function
546 async def foo(): function
555 async def foo(): function
563 async def foo(): function
596 async def foo(): function
621 async def foo(): function
635 def foo(): function
651 async def foo(): function
659 async def foo(): function
695 async def foo(): function
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2020-12/
H A DdependentSchemas.json9 "foo": {"type": "integer"}, object
18 "data": {"foo": 1, "bar": 2}, number
23 "data": {"foo": "quux"}, string
28 "data": {"foo": "quux", "bar": 2}, string
33 "data": {"foo": 2, "bar": "quux"}, number
38 "data": {"foo": "quux", "bar": "quux"}, string
63 "foo": true, boolean
70 "data": {"foo": 1}, number
80 "data": {"foo": 1, "bar": 2}, number
106 "c": 4 number
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2019-09/
H A DdependentSchemas.json9 "foo": {"type": "integer"}, object
18 "data": {"foo": 1, "bar": 2}, number
23 "data": {"foo": "quux"}, string
28 "data": {"foo": "quux", "bar": 2}, string
33 "data": {"foo": 2, "bar": "quux"}, number
38 "data": {"foo": "quux", "bar": "quux"}, string
63 "foo": true, boolean
70 "data": {"foo": 1}, number
80 "data": {"foo": 1, "bar": 2}, number
106 "c": 4 number
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/
H A DdependentSchemas.json9 "foo": {"type": "integer"}, object
18 "data": {"foo": 1, "bar": 2}, number
23 "data": {"foo": "quux"}, string
28 "data": {"foo": "quux", "bar": 2}, string
33 "data": {"foo": 2, "bar": "quux"}, number
38 "data": {"foo": "quux", "bar": "quux"}, string
63 "foo": true, boolean
70 "data": {"foo": 1}, number
80 "data": {"foo": 1, "bar": 2}, number
106 "c": 4 number
[all …]
/aosp_15_r20/external/clang/test/Analysis/
H A DNewDelete-checker-test.cpp147 void testUseRefArgAfterDelete(SomeClass &c) { in testUseRefArgAfterDelete()
153 SomeClass c; in testVariadicArgAfterDelete() local
160 SomeClass *c = new SomeClass; in testUseMethodArgAfterDelete() local
166 SomeClass *c = new SomeClass; in testUseThisAfterDelete() local
338 shared_ptr<int> c = a; in testSwap() local
364 DerefClass *foo = new DerefClass(); in testDoubleDeleteClassInstance() local
376 EmptyClass *foo = new EmptyClass(); in testDoubleDeleteEmptyClass() local
H A Dmalloc.c560 struct foo { in cast_struct_flex_array_4() struct
561 char f[32]; in cast_struct_flex_array_4()
573 struct foo { in cast_struct_flex_array_5() struct
574 char f[32]; in cast_struct_flex_array_5()
586 struct foo { in cast_struct_flex_array_6() struct
587 char f[32]; in cast_struct_flex_array_6()
599 struct foo { in cast_struct_flex_array_warn_1() struct
600 char f[32]; in cast_struct_flex_array_warn_1()
612 struct foo { in cast_struct_flex_array_warn_2() struct
613 char f[32]; in cast_struct_flex_array_warn_2()
[all …]
/aosp_15_r20/external/clang/test/Layout/
H A Dms-x86-vtordisp.cpp182 virtual void foo() {} in foo() function
187 virtual void foo() {} in foo() function
221 struct C : virtual B { int c; }; member
246 struct C : virtual B { int c; }; member
275 struct C : virtual B { int c; }; member
317 struct C : virtual B<int> { int c; }; member
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp164 int foo(A<int> &a) { in foo() function in test7::B
170 int foo(A<int> &a) { in foo() function in test7::C
189 template <class T> void foo() { in foo() function
199 int foo(B *b) { in foo() function in test9::A
203 int foo(C *c) { in foo() function in test9::A
258 template <typename T> Foo<T> foo(T* t){ return Foo<T>(t, true); } in foo() function
274 template <> Foo<long> foo(long *t) { in foo() function
289 void foo(Role<N, test13::Foo> &role) { in foo() function in test13::Foo
306 …void foo() { return A<long>::foo(); } // expected-error {{'foo' is a private member of 'test14::A<… in foo() function in test14::B
325 …void foo() { return A<long>::foo(); } // expected-error {{'foo' is a private member of 'test15::A<… in foo() function in test15::B
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dglobal_data.c69 struct foo { struct
72 __u64 c; member
78 struct foo val; in test_global_data_struct() argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/rc/
H A Dtests.rs88 let c = b.clone(); in test_strong_count() localVariable
104 let c = a.clone(); in test_weak_count() localVariable
321 let foo = Rc::new(75); in test_show() localVariable
327 let foo: Rc<[i32]> = Rc::new([1, 2, 3]); in test_unsized() localVariable
350 let foo = 123; in test_from_owned() localVariable
357 let foo: Weak<usize> = Weak::new(); in test_new_weak() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/rc/
H A Dtests.rs88 let c = b.clone(); in test_strong_count() localVariable
104 let c = a.clone(); in test_weak_count() localVariable
321 let foo = Rc::new(75); in test_show() localVariable
327 let foo: Rc<[i32]> = Rc::new([1, 2, 3]); in test_unsized() localVariable
350 let foo = 123; in test_from_owned() localVariable
357 let foo: Weak<usize> = Weak::new(); in test_new_weak() localVariable
/aosp_15_r20/external/clang/test/OpenMP/
H A Dtarget_map_messages.cpp4 void foo(int arg) { in foo() function
25 float *c; member
74 float *foo() { in foo() function
297 void foo() { in foo() function
323 const S3 c; variable

12345678910>>...34