Searched refs:exitedNormally (Results 1 – 3 of 3) sorted by relevance
23 bool ProcessStatus::exitedNormally() const { in exitedNormally() function in __llvm_libc::testutils::ProcessStatus28 assert(exitedNormally() && "Abnormal termination, no exit code"); in getExitCode()33 if (exitedNormally()) in getFatalSignal()
38 bool exitedNormally() const;
283 if (Result.exitedNormally()) { in testProcessKilled()325 if (!Result.exitedNormally()) { in testProcessExits()