Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cpp131 bool StackSizeIsUnlimited() { in StackSizeIsUnlimited() function
138 CHECK(!StackSizeIsUnlimited()); in SetStackSizeLimitInBytes()
H A Dsanitizer_common.h307 bool StackSizeIsUnlimited();
H A Dsanitizer_win.cpp561 bool StackSizeIsUnlimited() { in StackSizeIsUnlimited() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp226 if (StackSizeIsUnlimited()) { in ReExecIfNeeded()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp482 if (StackSizeIsUnlimited()) { in AsanInitInternal()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp515 if (StackSizeIsUnlimited()) { in __msan_init()