Home
last modified time | relevance | path

Searched +defs:foo +defs:c (Results 451 – 475 of 826) sorted by relevance

1...<<11121314151617181920>>...34

/aosp_15_r20/external/clang/test/Sema/
H A Dbuiltin-classify-type.c17 void foo() { in foo() function
19 char c; in foo() local
H A Dconst-eval.c69 void foo(void) {} in foo() function
100 char c = ((union u)(123456)).b[0]; // expected-error {{not a compile-time constant}} variable
H A Dc89.c61 void foo(void) {} in foo() function
100 const int * const c; variable
/aosp_15_r20/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/
H A Dfill_n.pass.cpp99 char c; member
147 Storage foo[5]; in test6() local
/aosp_15_r20/external/clang/test/OpenMP/
H A Dtask_firstprivate_messages.cpp3 void foo() { in foo() function
42 const S3 c; variable
H A Dtarget_parallel_private_messages.cpp3 void foo() { in foo() function
23 const S3 c; // expected-note {{global variable is predetermined as shared}} expected-note 1 {{globa… variable
H A Ddistribute_private_messages.cpp3 void foo() { in foo() function
25 const S3 c; // expected-note {{predetermined as shared}} variable
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.fill/
H A Dfill_n.pass.cpp96 char c; member
143 Storage foo[5]; in test6() local
/aosp_15_r20/external/grpc-grpc/test/core/channel/
H A Dchannel_args_test.cc58 ChannelArgs c = b.Set("foo", "bar"); in TEST() local
235 auto c = MakeRefCounted<const ConstValue>(); in TEST() local
270 int foo; member
310 grpc_channel* c = grpc_channel_create("fake_target", creds, &client_args); in TEST() local
/aosp_15_r20/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp835 void foo(int x) { in foo() function
851 void foo(A::X<int> &ax, B::X<int> bx) { in foo() function
1002 int a, b, c; variable
1058 void foo() { in foo() function
/aosp_15_r20/external/protobuf/ruby/tests/
H A Dbasic_test.proto92 Recursive2 foo = 1; field
96 Recursive1 foo = 1; field
124 TestMessage2 c = 3; field
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Ddependent-names.cpp184 O::C<double> c; // expected-note {{requested here}} variable
355 virtual void foo() { } in foo() function
364 virtual void foo() { } in foo() function
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/tests/
H A Dbasic_test.proto92 Recursive2 foo = 1; field
96 Recursive1 foo = 1; field
124 TestMessage2 c = 3; field
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcxx0x-defaulted-functions.cpp4 struct foo { struct
41 bar b, c(b); in tester() local
H A Dbuiltin-classify-type.cpp25 void foo() { in foo() function
27 char c; in foo() local
H A Dwarn-bad-memaccess.cpp21 void foo() {} in foo() function in C1
117 char c; in test_nowarn() local
/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck/tests/
Ddoc_tests.rs93 c: i32, in test_offsetof_nonpod() field
105 let foo = Foo::default(); in test_offsetof_nonpod() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytemuck-1.15.0/tests/
H A Ddoc_tests.rs93 c: i32, in test_offsetof_nonpod() field
105 let foo = Foo::default(); in test_offsetof_nonpod() localVariable
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
H A DTestCreators3.java19 protected Map<Integer, Bar> foo; field in TestCreators3.Foo
69 private MultiCtor(String a, String b, Boolean c) { in MultiCtor()
/aosp_15_r20/hardware/interfaces/tests/foo/1.0/default/
H A DFoo.cpp13 namespace foo { namespace
58 float c, in doQuiteABit()
120 hidl_array<nsecs_t, 3> c; in callMe() local
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dvalue-init.cpp23 C c = { 17 } ; in test_value_init() local
66 void foo() { in foo() function
191 void f(const C& c) { in f()
/aosp_15_r20/external/clang/test/Analysis/
H A Ddtor.cpp210 int a, b, c; in test() local
404 if (NRCheck c = NRCheck()) in testNamedNR() local
416 if (CheckAutoDestructor c = CheckAutoDestructor()) in testNamedAutoDestructor() local
430 if (CheckCustomDestructor c = CheckCustomDestructor()) in testNamedCustomDestructor() local
436 if (CheckCustomDestructor c = (CheckCustomDestructor(), CheckCustomDestructor())) in testMultipleTemporariesCustomDestructor() local
506 void f(Foo *foo) { delete foo; } // expected-warning{{deleting pointer to incomplete type}} in f()
/aosp_15_r20/external/libgav1/src/utils/
H A Dvector_test.cc76 for (const Foo& foo : v) { in TEST() local
205 std::unique_ptr<Cleaner> c(new (std::nothrow) Cleaner(&value1)); in TEST() local
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
H A DFieldSerializationTest.java49 public static int c; field in FieldSerializationTest.TransientBean
76 private int foo; field in FieldSerializationTest.DupFieldBean
/aosp_15_r20/external/javassist/src/test/test3/
H A DEnhancer.java11 public void foo(String s) { System.out.println(s); } in foo() method in EnhanceTest
38 Class c = e.createClass(); in main() local

1...<<11121314151617181920>>...34