Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/test.support/
H A Dtest_check_assertion.pass.cpp21 inline bool TestDeathTest(const char* stmt, Func&& func, DeathTest::ResultKind ExpectResult, Assert… in TestDeathTest() argument
34 if (RK != ExpectResult) in TestDeathTest()
35 …ted result did not occur: expected ") + DeathTest::ResultKindToString(ExpectResult) + " got: " + D… in TestDeathTest()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h290 std::unique_ptr<BoundNodesCallback> FindResultVerifier, bool ExpectResult) { in matchAndVerifyResultConditionally() argument
306 if (!VerifiedResult && ExpectResult) { in matchAndVerifyResultConditionally()
309 } else if (VerifiedResult && !ExpectResult) { in matchAndVerifyResultConditionally()
322 if (!VerifiedResult && ExpectResult) { in matchAndVerifyResultConditionally()
325 } else if (VerifiedResult && !ExpectResult) { in matchAndVerifyResultConditionally()