Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/
H A Ddeep-recursion.c39 __attribute__((noinline)) void FUNC8() { int x; USE(&x); FUNC7(); } in FUNC8() function
40 __attribute__((noinline)) void FUNC9() { int x; USE(&x); FUNC8(); } in FUNC9()