Home
last modified time | relevance | path

Searched defs:expected_cause (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/support/test.support/
H A Dtest_check_assertion.pass.cpp22 …Outcome expected_outcome, DeathCause expected_cause, const char* stmt, Func&& func, const Matcher&… in TestDeathTest()
/llvm-project/libcxx/test/support/
H A Dcheck_assertion.h367 bool ExpectDeath(DeathCause expected_cause, const char* stmt, Func&& func, const Matcher& matcher) { in ExpectDeath() argument
377 bool ExpectDeath(DeathCause expected_cause, const char* stmt, Func&& func) { in ExpectDeath() argument