Home
last modified time | relevance | path

Searched defs:Passed (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/include/llvm/Remarks/
H A DRemark.h67 Passed, enumerator
/llvm-project/llvm/tools/opt-viewer/
H A Doptrecord.py269 class Passed(Remark): class
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h416 bool Passed() const { return !Skipped() && !Failed(); } in Passed() function
732 bool Passed() const { return !Failed(); } in Passed() function
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-internal-inl.h580 bool Passed() const { return !Failed(); } in Passed() function
H A Dgtest-death-test.cc574 bool DeathTestImpl::Passed(bool status_ok) { in Passed() function in testing::internal::DeathTestImpl
H A Dgtest.cc5254 bool UnitTest::Passed() const { return impl()->Passed(); } in Passed() function in testing::UnitTest