Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Drapid-cxx-test.h743 std::size_t failure_count() const in failure_count() function
749 FILE* out = failure_count() ? stderr : stdout; in print_summary()
828 auto exit_code = get_reporter().failure_count() ? EXIT_FAILURE : EXIT_SUCCESS; in run()