Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Dcheck_assertion.h152 int getChildExitCode() const { return exit_code_; } in getChildExitCode() function
265 std::fprintf(stderr, "child exit code: %d\n", DT.getChildExitCode()); in ExpectDeath()