Home
last modified time | relevance | path

Searched refs:TestResult (Results 1 – 6 of 6) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/tools/bugpoint/
H A DListReducer.h30 enum TestResult { enum
44 virtual TestResult doTest(std::vector<ElTy> &Prefix,
H A DCrashDebugger.cpp55 TestResult doTest(std::vector<std::string> &Removed,
61 ReducePassList::TestResult
113 TestResult doTest(std::vector<GlobalVariable*> &Prefix, in doTest()
183 TestResult doTest(std::vector<Function*> &Prefix, in doTest()
256 TestResult doTest(std::vector<const BasicBlock*> &Prefix, in doTest()
364 TestResult doTest(std::vector<const Instruction*> &Prefix, in doTest()
H A DMiscompilation.cpp51 TestResult doTest(std::vector<std::string> &Prefix,
60 ReduceMiscompilingPasses::TestResult
186 TestResult doTest(std::vector<Function*> &Prefix, in doTest()
457 TestResult doTest(std::vector<BasicBlock*> &Prefix, in doTest()
/minix/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h581 TestResult* current_test_result();
584 const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; } in ad_hoc_test_result()
861 TestResult ad_hoc_test_result_;
1019 static void RecordProperty(TestResult* test_result, in RecordProperty()
1024 static void ClearTestPartResults(TestResult* test_result) { in ClearTestPartResults()
1029 const TestResult& test_result) { in test_part_results()
H A Dgtest.cc1774 TestResult::TestResult() in TestResult() function in testing::TestResult
1780 TestResult::~TestResult() { in ~TestResult()
1802 void TestResult::ClearTestPartResults() { in ClearTestPartResults()
1845 void TestResult::Clear() { in Clear()
1853 bool TestResult::Failed() const { in Failed()
1867 bool TestResult::HasFatalFailure() const { in HasFatalFailure()
1877 bool TestResult::HasNonfatalFailure() const { in HasNonfatalFailure()
1883 int TestResult::total_part_count() const { in total_part_count()
1888 int TestResult::test_property_count() const { in test_property_count()
3199 const TestResult& result = *test_info.result(); in OutputXmlTestInfo()
[all …]
/minix/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h508 class GTEST_API_ TestResult {
511 TestResult();
514 ~TestResult();
611 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestResult);
672 const TestResult* result() const { return &result_; } in result()
732 TestResult result_;