Home
last modified time | relevance | path

Searched defs:nested2 (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/clang/test/CodeGen/
H A Dms-anonymous-struct.c11 struct nested2 { struct
19 struct nested2; argument
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dref_counted_unittest.cc98 RefPtr<RObj> nested2(new RObj()); in TEST() local
149 RefPtr<RObj> nested2(new RObj()); in TEST() local
/aosp_15_r20/external/clang/test/Sema/
H A DMicrosoftExtensions.c43 struct nested2 { struct
48 struct nested2 PR20573 = { .a = 3 }; argument
/aosp_15_r20/external/clang/test/Modules/Inputs/normal-module-map/nested/
H A Dnested2.h1 int nested2; variable
/aosp_15_r20/external/clang/test/Analysis/inlining/
H A Dtest-always-inline-size-option.c18 int nested2() { in nested2() function
/aosp_15_r20/external/perfetto/src/protozero/filtering/
H A Dmessage_tokenizer_unittest.cc111 auto* nested2 = nested->BeginNestedMessage<Message>(5); in TEST() local
/aosp_15_r20/external/cronet/third_party/jni_zero/test/java/src/org/jni_zero/
H A DSampleForAnnotationProcessor.java116 SecondNestedInterface nested2 = null; in test() local
/aosp_15_r20/cts/tests/tests/os/src/android/os/cts/
H A DBundleTest.java1299 Bundle nested2 = buildBundle(1, buildBundle(fd)); in testHasFileDescriptor() local
/aosp_15_r20/external/perfetto/src/tracing/core/
H A Dtrace_writer_impl_unittest.cc1282 auto* nested2 = in TEST_P() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dlambda-expressions.cpp207 template<typename...Ts> void nested2(Ts ...ts) { // expected-note 2{{here}} in nested2() function