/aosp_15_r20/external/clang/test/Sema/ |
H A D | builtin-classify-type.c | 17 void foo() { in foo() function 19 char c; in foo() local
|
H A D | const-eval.c | 69 void foo(void) {} in foo() function 100 char c = ((union u)(123456)).b[0]; // expected-error {{not a compile-time constant}} variable
|
H A D | c89.c | 61 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 D | fill_n.pass.cpp | 99 char c; member 147 Storage foo[5]; in test6() local
|
/aosp_15_r20/external/clang/test/OpenMP/ |
H A D | task_firstprivate_messages.cpp | 3 void foo() { in foo() function 42 const S3 c; variable
|
H A D | target_parallel_private_messages.cpp | 3 void foo() { in foo() function 23 const S3 c; // expected-note {{global variable is predetermined as shared}} expected-note 1 {{globa… variable
|
H A D | distribute_private_messages.cpp | 3 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 D | fill_n.pass.cpp | 96 char c; member 143 Storage foo[5]; in test6() local
|
/aosp_15_r20/external/grpc-grpc/test/core/channel/ |
H A D | channel_args_test.cc | 58 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 D | diag-template-diffing.cpp | 835 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 D | basic_test.proto | 92 Recursive2 foo = 1; field 96 Recursive1 foo = 1; field 124 TestMessage2 c = 3; field
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | dependent-names.cpp | 184 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 D | basic_test.proto | 92 Recursive2 foo = 1; field 96 Recursive1 foo = 1; field 124 TestMessage2 c = 3; field
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | cxx0x-defaulted-functions.cpp | 4 struct foo { struct 41 bar b, c(b); in tester() local
|
H A D | builtin-classify-type.cpp | 25 void foo() { in foo() function 27 char c; in foo() local
|
H A D | warn-bad-memaccess.cpp | 21 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/ |
D | doc_tests.rs | 93 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 D | doc_tests.rs | 93 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 D | TestCreators3.java | 19 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 D | Foo.cpp | 13 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 D | value-init.cpp | 23 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 D | dtor.cpp | 210 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 D | vector_test.cc | 76 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 D | FieldSerializationTest.java | 49 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 D | Enhancer.java | 11 public void foo(String s) { System.out.println(s); } in foo() method in EnhanceTest 38 Class c = e.createClass(); in main() local
|