Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/utils/testutils/
H A DExecuteFunction.h39 int get_exit_code() const;
H A DExecuteFunctionUnix.cpp27 int ProcessStatus::get_exit_code() const { in get_exit_code() function in __llvm_libc::testutils::ProcessStatus
/llvm-project-15.0.7/libc/utils/UnitTest/
H A DLibcTest.cpp379 int ActualExit = Result.get_exit_code(); in testProcessExits()