Home
last modified time | relevance | path

Searched refs:nested5 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dprocinterface01.f9077 procedure(tan), pointer, nopass :: p8 => nested5
125 character function nested5(x) function
129 nested5 = "a"
130 end function nested5
/llvm-project/clang/test/Analysis/inlining/
H A Dtest-always-inline-size-option.c4 int nested5(void) { in nested5() function
13 return nested5(); in nested4()
/llvm-project/clang/test/Sema/
H A DMicrosoftExtensions.c56 union nested5 { // expected-warning {{anonymous unions are a Microsoft extension}} union