Home
last modified time | relevance | path

Searched refs:StackSizeIsUnlimited (Results 1 – 5 of 5) 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_win.cpp544 bool StackSizeIsUnlimited() { in StackSizeIsUnlimited() function
H A Dsanitizer_common.h297 bool StackSizeIsUnlimited();
/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/msan/
H A Dmsan.cpp468 if (StackSizeIsUnlimited()) { in __msan_init()