Home
last modified time | relevance | path

Searched defs:call_foo (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lld/test/wasm/Inputs/
H A Dimport-attributes.s4 call_foo: label
H A Dsig_mismatch.s9 call_foo: label
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dinit_fini_sections.cpp21 void (*call_foo)(void) = &foo; variable
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-arg-order.cpp34 void call_foo() { in call_foo() function
/llvm-project-15.0.7/flang/test/Lower/
H A Dprocedure-declarations.f9023 subroutine call_foo(i) subroutine
37 ! CHECK-LABEL: func @_QPcall_foo2( argument
/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dfixed-expansion.cpp72 void call_foo(Foo<int, float> foo_if, Foo<int> foo_i) { in call_foo() function