Searched refs:Matched (Results 1 - 15 of 15) sorted by relevance

/external/v8/test/unittests/compiler/
H A Dnode-matchers-unittest.cc740 EXPECT_TRUE(matcher.Matched());
751 EXPECT_TRUE(matcher.Matched());
763 EXPECT_TRUE(matcher.Matched());
779 EXPECT_FALSE(matcher.Matched());
787 EXPECT_FALSE(matcher.Matched());
793 EXPECT_FALSE(matcher.Matched());
800 EXPECT_TRUE(BranchMatcher(branch).Matched());
801 EXPECT_FALSE(BranchMatcher(if_true).Matched());
802 EXPECT_FALSE(BranchMatcher(if_false).Matched());
809 EXPECT_FALSE(BranchMatcher(sw).Matched());
[all...]
/external/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp270 bool Matched = false; local
274 Matched = true;
279 return Matched;
/external/clang/unittests/Tooling/
H A DToolingTest.cpp204 VerifyEndCallback() : BeginCalled(0), EndCalled(0), Matched(false) {}
211 return llvm::make_unique<FindTopLevelDeclConsumer>(&Matched);
215 bool Matched; member in struct:clang::tooling::VerifyEndCallback
235 EXPECT_TRUE(EndCallback.Matched);
/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2294 SmallVector<MatchResult, 4> Matched; local
2311 Matched.push_back(PartialSpecMatchResult());
2312 Matched.back().Partial = Partial;
2313 Matched.back().Args = Info.take();
2321 if (Matched.size() >= 1) {
2322 SmallVectorImpl<MatchResult>::iterator Best = Matched.begin();
2323 if (Matched.size() == 1) {
2336 PEnd = Matched.end();
2347 for (SmallVectorImpl<MatchResult>::iterator P = Matched.begin(),
2348 PEnd = Matched
[all...]
H A DSemaTemplate.cpp2749 SmallVector<MatchResult, 4> Matched; local
2782 Matched.push_back(PartialSpecMatchResult());
2783 Matched.back().Partial = Partial;
2784 Matched.back().Args = Info.take();
2788 if (Matched.size() >= 1) {
2789 SmallVector<MatchResult, 4>::iterator Best = Matched.begin();
2790 if (Matched.size() == 1) {
2803 PEnd = Matched.end();
2813 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(),
2814 PEnd = Matched
[all...]
H A DSemaOverload.cpp10584 FunctionDecl *Matched = nullptr;
10619 if (Matched) {
10628 Matched = Specialization;
10632 if (Matched && getLangOpts().CPlusPlus14 &&
10633 Matched->getReturnType()->isUndeducedType() &&
10634 DeduceReturnType(Matched, ovl->getExprLoc(), Complain))
10637 return Matched;
H A DSemaExprCXX.cpp4438 bool Matched = false; local
4441 Matched = true;
4448 if (Matched && T->isArrayType()) {
/external/llvm/lib/Option/
H A DOptTable.cpp172 /// \returns Matched size. 0 means no match.
179 bool Matched = IgnoreCase local
182 if (Matched)
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4470 bool Matched = false; local
4476 Matched = true;
4481 return Matched;
4497 bool Matched = false; local
4501 Matched = true;
4506 return Matched;
/external/v8/src/compiler/
H A Dnode-matchers.h568 bool Matched() const { return if_true_ && if_false_; } function in struct:v8::internal::compiler::BranchMatcher
583 bool Matched() const { return branch_; } function in struct:v8::internal::compiler::DiamondMatcher
H A Dcontrol-flow-optimizer.cc224 DCHECK(matcher.Matched());
/external/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp860 RecVec Matched = (*II)->getValueAsListOfDefs("MatchedItinClasses");
861 if (!std::count(Matched.begin(), Matched.end(), ItinClassDef))
1533 RecVec Matched = (*II)->getValueAsListOfDefs("MatchedItinClasses");
1534 if (!std::count(Matched.begin(), Matched.end(), ItinClassDef))
H A DSubtargetEmitter.cpp890 RecVec Matched = (*II)->getValueAsListOfDefs("MatchedItinClasses"); local
891 if (std::find(Matched.begin(), Matched.end(), SCI->ItinClassDef)
892 != Matched.end()) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1572 bool Matched = false; local
1577 Matched = true;
1581 Matched = true;
1585 Matched = true;
1588 if (Matched) {
/external/opencv3/modules/java/pure_test/lib/
H A Djunit-4.11.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 659 milliseconds