Searched refs:isErr (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cpp544 bool isErr = internal_iserror(internal_ptrace(PTRACE_GETREGSET, tid, local
548 bool isErr = internal_iserror(internal_ptrace(PTRACE_GETREGS, tid, nullptr, local
551 if (isErr) {
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp343 bool isErr = local
345 if (isErr) {

Completed in 107 milliseconds