Home
last modified time | relevance | path

Searched refs:FUNC2 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/
H A Ddeep-recursion.c33 __attribute__((noinline)) void FUNC2() { int x; USE(&x); FUNC1(); } in FUNC2() function
34 __attribute__((noinline)) void FUNC3() { int x; USE(&x); FUNC2(); } in FUNC3()
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dlocal-static-block.m53 void FUNC2(void) { function
60 // CHECK-LABEL: define{{.*}} void @FUNC2(
/llvm-project-15.0.7/clang/test/Modules/Inputs/nested-template-default-arg-redecl/
H A Dmodule.modulemap15 module FUNC2 {
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dapple-kext-indirect-call-2.cpp51 void FUNC2(Derived2* p) { in FUNC2() function
/llvm-project-15.0.7/llvm/test/Transforms/Attributor/
H A Dcallgraph.ll99 ; DOT-DAG: Node[[FUNC2:0x[a-z0-9]+]] [shape=record,label="{func2}"];
109 ; DOT-DAG: Node[[FUNC2]] -> Node[[FUNC4]];