Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/hwasan/TestCases/
Ddeep-recursion.c27 __attribute__((noinline)) void FUNC8() { int x; USE(&x); FUNC7(); } in FUNC8() function
28 __attribute__((noinline)) void FUNC9() { int x; USE(&x); FUNC8(); } in FUNC9()