reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/Unix/Program.inc
  418   } else if (WIFSIGNALED(status)) {
tools/lldb/source/Host/common/Host.cpp
  228       } 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.cc
  183   return WIFSIGNALED(exit_status) && WTERMSIG(exit_status) == signum_;
  204   } else if (WIFSIGNALED(exit_code)) {