Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Remarks/
H A DRemark.h56 Passed, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt-viewer/
H A Doptrecord.py253 class Passed(Remark): class
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h578 bool Passed() const { return !Skipped() && !Failed(); } in Passed() function
889 bool Passed() const { return !Failed(); } in Passed() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h582 bool Passed() const { return !Failed(); } in Passed() function
H A Dgtest-death-test.cc569 bool DeathTestImpl::Passed(bool status_ok) { in Passed() function in testing::internal::DeathTestImpl
H A Dgtest.cc4708 bool UnitTest::Passed() const { return impl()->Passed(); } in Passed() function in testing::UnitTest