Home
last modified time | relevance | path

Searched defs:nested3 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/clang/test/Sema/
H A DMicrosoftExtensions.c50 struct nested3 { struct
51 long d;
52 struct nested4 { // expected-warning {{anonymous structs are a Microsoft extension}}
55 union nested5 { // expected-warning {{anonymous unions are a Microsoft extension}}
/aosp_15_r20/external/clang/test/Analysis/inlining/
H A Dtest-always-inline-size-option.c15 int nested3() { in nested3() function
/aosp_15_r20/external/perfetto/src/tracing/core/
H A Dtrace_writer_impl_unittest.cc1284 auto* nested3 = in TEST_P() local