Searched defs:expected_causes (Results 1 – 1 of 1) sorted by relevance
/llvm-project/libcxx/test/support/ |
H A D | check_assertion.h | 200 DeathTestResult Run(const std::array<DeathCause, N>& expected_causes, Func&& func, const Matcher& matcher) { in Run() argument 353 const std::array<DeathCause, N>& expected_causes, const char* stmt, Func&& func, const Matcher& matcher) { in ExpectDeath() argument 372 bool ExpectDeath(const std::array<DeathCause, N>& expected_causes, const char* stmt, Func&& func) { in ExpectDeath() argument [all...] |