Home
last modified time | relevance | path

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

/external/compiler-rt/test/asan/TestCases/
Dthrow_catch.cc35 if (!__asan_get_current_fake_stack()) in TestThrow()
54 if (!__asan_get_current_fake_stack()) in TestThrowInline()
Dlongjmp.cc23 if (!__asan_get_current_fake_stack()) in main()
Dcontiguous_container.cc71 if (!__asan_get_current_fake_stack()) in TestThrow()
/external/llvm-project/compiler-rt/test/asan/TestCases/
Dthrow_catch.cpp36 if (!__asan_get_current_fake_stack()) in TestThrow()
56 if (!__asan_get_current_fake_stack()) in TestThrowInline()
Dlongjmp.cpp23 if (!__asan_get_current_fake_stack()) in main()
Dcontiguous_container.cpp71 if (!__asan_get_current_fake_stack()) in TestThrow()
/external/compiler-rt/test/asan/TestCases/Posix/
Dgc-test.cc18 void *fake_stack = __asan_get_current_fake_stack(); in Thread()
Dstack-overflow.cc70 if (p && !__asan_get_current_fake_stack()) in recursive_func()
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/
Dgc-test.cpp18 void *fake_stack = __asan_get_current_fake_stack(); in Thread()
Dstack-overflow.cpp72 if (p && !__asan_get_current_fake_stack()) in recursive_func()
/external/compiler-rt/include/sanitizer/
Dasan_interface.h135 void *__asan_get_current_fake_stack();
/external/llvm-project/compiler-rt/include/sanitizer/
Dasan_interface.h288 void *__asan_get_current_fake_stack(void);
/external/llvm-project/compiler-rt/lib/asan/
Dasan_interface.inc30 INTERFACE_FUNCTION(__asan_get_current_fake_stack)
Dasan_fake_stack.cpp245 void *__asan_get_current_fake_stack() { return GetFakeStackFast(); } in __asan_get_current_fake_stack() function
/external/compiler-rt/lib/asan/
Dasan_fake_stack.cc246 void *__asan_get_current_fake_stack() { return GetFakeStackFast(); } in __asan_get_current_fake_stack() function
Dasan_win_dll_thunk.cc277 INTERFACE_FUNCTION(__asan_get_current_fake_stack)