Home
last modified time | relevance | path

Searched defs:AssertionResult (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/Analysis/
H A Dgtest.cpp60 class AssertionResult { class
69 explicit AssertionResult( in AssertionResult() function in testing::AssertionResult
76 explicit AssertionResult(bool success) : success_(success) {} in AssertionResult() function in testing::AssertionResult
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-assertion-result.cc45 AssertionResult::AssertionResult(const AssertionResult& other) in AssertionResult() function in testing::AssertionResult
/llvm-project/clang/test/SemaCXX/
H A Dtypo-correction-delayed.cpp128 struct AssertionResult { ~AssertionResult(); }; struct
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h106 class AssertionResult; // Result of an assertion. variable