reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
418 } else if (WIFSIGNALED(status)) {
tools/lldb/source/Host/common/Host.cpp228 } else if (WIFSIGNALED(status)) { 627 else if (WIFSIGNALED(wstatus))tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
636 data, WIFEXITED(data), WIFSIGNALED(data), thread.GetID(),
utils/unittest/googletest/src/gtest-death-test.cc183 return WIFSIGNALED(exit_status) && WTERMSIG(exit_status) == signum_; 204 } else if (WIFSIGNALED(exit_code)) {