Home
last modified time | relevance | path

Searched refs:nested4 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dprocinterface01.f9065 procedure(complex), pointer, nopass :: p5 => nested4
114 complex function nested4(x) function
120 nested4 = cmplx(x+4., 6.)
121 end function nested4
/llvm-project/clang/test/Analysis/inlining/
H A Dtest-always-inline-size-option.c12 int nested4(void) { in nested4() function
16 return nested4(); in nested3()
/llvm-project/clang/test/Sema/
H A DMicrosoftExtensions.c53 struct nested4 { // expected-warning {{anonymous structs are a Microsoft extension}} struct
/llvm-project/llvm/test/CodeGen/AMDGPU/
H A Dcf-stack-bug.ll70 ; FUNC-LABEL: {{^}}nested4:
71 define amdgpu_kernel void @nested4(ptr addrspace(1) %out, i32 %cond) {