Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/Attributor/
H A Dcallgraph.ll100 ; DOT-DAG: Node[[FUNC3:0x[a-z0-9]+]] [shape=record,label="{func3}"];
108 ; DOT-DAG: Node[[FUNC1]] -> Node[[FUNC3]];
110 ; DOT-DAG: Node[[FUNC5]] -> Node[[FUNC3]];
116 ; DOT-DAG: Node[[FUNC6]] -> Node[[FUNC3]];
119 ; DOT-DAG: Node[[FUNC7]] -> Node[[FUNC3]];
/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/
H A Ddeep-recursion.c34 __attribute__((noinline)) void FUNC3() { int x; USE(&x); FUNC2(); } in FUNC3() function
35 __attribute__((noinline)) void FUNC4() { int x; USE(&x); FUNC3(); } in FUNC4()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dapple-kext-indirect-call-2.cpp72 void FUNC3(Sub* p) { in FUNC3() function