Home
last modified time | relevance | path

Searched refs:AssertionResult (Results 1 – 12 of 12) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h265 class GTEST_API_ AssertionResult {
269 AssertionResult(const AssertionResult& other);
277 AssertionResult operator!() const;
298 AssertionResult& operator<<(
320 GTEST_DISALLOW_ASSIGN_(AssertionResult);
1384 static AssertionResult Compare(
1402 static AssertionResult Compare( in Compare()
1519 GTEST_API_ AssertionResult IsSubstring(
1522 GTEST_API_ AssertionResult IsSubstring(
1531 GTEST_API_ AssertionResult IsSubstring(
[all …]
H A Dgtest_pred_impl.h77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
87 AssertionResult AssertPred1Helper(const char* pred_text, in AssertPred1Helper()
129 AssertionResult AssertPred2Helper(const char* pred_text, in AssertPred2Helper()
178 AssertionResult AssertPred3Helper(const char* pred_text, in AssertPred3Helper()
234 AssertionResult AssertPred4Helper(const char* pred_text, in AssertPred4Helper()
297 AssertionResult AssertPred5Helper(const char* pred_text, in AssertPred5Helper()
/minix/external/bsd/llvm/dist/clang/unittests/AST/
H A DCommentParser.cpp93 ::testing::AssertionResult GetChildAt(const Comment *C, in GetChildAt()
118 ::testing::AssertionResult HasTextAt(const Comment *C, in HasTextAt()
122 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC); in HasTextAt()
143 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC); in HasTextWithNewlineAt()
166 ::testing::AssertionResult AR = GetChildAt(C, Idx, BCC); in HasBlockCommandAt()
181 ::testing::AssertionResult HasParamCommandAt( in HasParamCommandAt()
191 ::testing::AssertionResult AR = GetChildAt(C, Idx, PCC); in HasParamCommandAt()
229 ::testing::AssertionResult HasTParamCommandAt( in HasTParamCommandAt()
268 ::testing::AssertionResult AR = GetChildAt(C, Idx, ICC); in HasInlineCommandAt()
329 ::testing::AssertionResult AR = GetChildAt(C, Idx, HST); in HasHTMLStartTagAt()
[all …]
H A DStmtPrinterTest.cpp69 ::testing::AssertionResult
100 ::testing::AssertionResult
109 ::testing::AssertionResult PrintedStmtCXX98Matches( in PrintedStmtCXX98Matches()
123 ::testing::AssertionResult
132 ::testing::AssertionResult PrintedStmtMSMatches( in PrintedStmtMSMatches()
H A DNamedDeclPrinterTest.cpp63 ::testing::AssertionResult
95 ::testing::AssertionResult
107 ::testing::AssertionResult
H A DMatchVerifier.h45 testing::AssertionResult match(const std::string &Code, in match()
52 testing::AssertionResult match(const std::string &Code, in match()
60 testing::AssertionResult match(const std::string &Code,
87 testing::AssertionResult MatchVerifier<NodeType>::match( in match()
H A DDeclPrinterTest.cpp68 ::testing::AssertionResult PrintedDeclMatches( in PrintedDeclMatches()
101 ::testing::AssertionResult PrintedDeclCXX98Matches(StringRef Code, in PrintedDeclCXX98Matches()
112 ::testing::AssertionResult PrintedDeclCXX98Matches( in PrintedDeclCXX98Matches()
124 ::testing::AssertionResult PrintedDeclCXX11Matches(StringRef Code, in PrintedDeclCXX11Matches()
135 ::testing::AssertionResult PrintedDeclCXX11Matches( in PrintedDeclCXX11Matches()
147 ::testing::AssertionResult PrintedDeclCXX11nonMSCMatches( in PrintedDeclCXX11nonMSCMatches()
160 ::testing::AssertionResult PrintedDeclObjCMatches( in PrintedDeclObjCMatches()
/minix/external/bsd/llvm/dist/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h62 testing::AssertionResult matchesConditionally(
98 testing::AssertionResult matches(const std::string &Code, const T &AMatcher) { in matches()
103 testing::AssertionResult notMatches(const std::string &Code, in notMatches()
111 testing::AssertionResult matchesConditionallyWithCuda( in matchesConditionallyWithCuda()
166 testing::AssertionResult matchesWithCuda(const std::string &Code, in matchesWithCuda()
172 testing::AssertionResult notMatchesWithCuda(const std::string &Code, in notMatchesWithCuda()
178 testing::AssertionResult
222 testing::AssertionResult
230 testing::AssertionResult
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dtypo-correction-delayed.cpp124 struct AssertionResult { ~AssertionResult(); }; struct
125 AssertionResult Overload(const char *a);
126 AssertionResult Overload(int a);
/minix/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc950 AssertionResult::AssertionResult(const AssertionResult& other) in AssertionResult() function in testing::AssertionResult
958 AssertionResult AssertionResult::operator!() const { in operator !()
967 return AssertionResult(true); in AssertionSuccess()
1280 AssertionResult IsSubstring( in IsSubstring()
1286 AssertionResult IsSubstring( in IsSubstring()
1292 AssertionResult IsNotSubstring( in IsNotSubstring()
1298 AssertionResult IsNotSubstring( in IsNotSubstring()
1304 AssertionResult IsSubstring( in IsSubstring()
1310 AssertionResult IsNotSubstring( in IsNotSubstring()
1317 AssertionResult IsSubstring( in IsSubstring()
[all …]
/minix/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h136 class AssertionResult; // Result of an assertion. variable
303 GTEST_API_ AssertionResult EqFailure(const char* expected_expression,
311 const AssertionResult& assertion_result,
567 GTEST_API_ AssertionResult IsHRESULTSuccess(const char* expr,
569 GTEST_API_ AssertionResult IsHRESULTFailure(const char* expr,
1207 if (const ::testing::AssertionResult gtest_ar_ = \
1208 ::testing::AssertionResult(expression)) \
/minix/external/bsd/llvm/dist/llvm/unittests/Support/
H A DConvertUTFTest.cpp136 ::testing::AssertionResult