Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/hwasan/TestCases/
H A Ddeep-recursion.c59 __attribute__((noinline)) void FUNC10() { int x; USE(&x); FUNC9(); } in FUNC10() function
61 int main() { FUNC10(); } in main()