Home
last modified time | relevance | path

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

/llvm-project/lld/test/wasm/Inputs/
H A Dimport-attributes.s3 .globl call_foo symbol
4 call_foo: label
H A Dsig-mismatch.s8 .globl call_foo symbol
9 call_foo: label
/llvm-project/lld/test/ELF/
H A Driscv-relax-wrap.s64 .globl call_foo symbol
65 call_foo: label
/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dinit_fini_sections.cpp21 void (*call_foo)(void) = &foo; variable
/llvm-project/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-arg-order.cpp34 void call_foo() { in call_foo() function
/llvm-project/clang/test/SemaTemplate/
H A Ddeferred-concept-inst.cpp7 void call_foo() in call_foo() function
/llvm-project/clang/test/SemaCXX/
H A Dwarn-unsafe-buffer-usage-c-linkage.cpp19 void call_foo(int *p) { in call_foo() function
/llvm-project/flang/test/Lower/
H A Dprocedure-declarations.f9023 subroutine call_foo(i) subroutine
37 ! CHECK-LABEL: func @_QPcall_foo2( argument
/llvm-project/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