Home
last modified time | relevance | path

Searched refs:exitedNormally (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/libc/utils/testutils/
DExecuteFunctionUnix.cpp23 bool ProcessStatus::exitedNormally() const { in exitedNormally() function in __llvm_libc::testutils::ProcessStatus
28 assert(exitedNormally() && "Abnormal termination, no exit code"); in getExitCode()
33 if (exitedNormally()) in getFatalSignal()
DExecuteFunction.h38 bool exitedNormally() const;
/external/llvm-project/libc/utils/UnitTest/
DTest.cpp283 if (Result.exitedNormally()) { in testProcessKilled()
325 if (!Result.exitedNormally()) { in testProcessExits()