Searched defs:isErr (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_stoptheworld_linux_libcdep.cc | 544 bool isErr = internal_iserror(internal_ptrace(PTRACE_GETREGSET, tid, in GetRegistersAndSP() local 548 bool isErr = internal_iserror(internal_ptrace(PTRACE_GETREGS, tid, nullptr, in GetRegistersAndSP() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_stoptheworld_linux_libcdep.cc | 570 bool isErr = internal_iserror(internal_ptrace(PTRACE_GETREGSET, tid, in GetRegistersAndSP() local 574 bool isErr = internal_iserror(internal_ptrace(PTRACE_GETREGS, tid, nullptr, in GetRegistersAndSP() local
|
H A D | sanitizer_stoptheworld_netbsd_libcdep.cc | 343 bool isErr = in GetRegistersAndSP() local
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_stoptheworld_netbsd_libcdep.cpp | 343 bool isErr = in GetRegistersAndSP() local
|