Home
last modified time | relevance | path

Searched refs:Matched (Results 1 – 25 of 40) sorted by relevance

12

/external/catch2/include/internal/
Dcatch_commandline.cpp39 return ParserResult::ok( ParseResultType::Matched ); in makeCommandLineParser()
55 return ParserResult::ok( ParseResultType::Matched ); in makeCommandLineParser()
66 return ParserResult::ok( ParseResultType::Matched ); in makeCommandLineParser()
72 return ParserResult::ok( ParseResultType::Matched ); in makeCommandLineParser()
85 return ParserResult::ok( ParseResultType::Matched ); in makeCommandLineParser()
97 return ParserResult::ok( ParseResultType::Matched ); in makeCommandLineParser()
109 return ParserResult::ok( ParseResultType::Matched ); in makeCommandLineParser()
121 return ParserResult::ok( ParseResultType::Matched ); in makeCommandLineParser()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp34 bool Matched; ///< Is this relocation part of a match. member
36 MipsRelocationEntry(const ELFRelocationEntry &R) : R(R), Matched(false) {} in MipsRelocationEntry()
40 Out << ", Matched=" << Matched; in print()
109 unsigned Matched = Predicate(*I); in find_best() local
110 if (Matched != FindBest_NoMatch) { in find_best()
118 if (Matched == FindBest_PerfectMatch) { in find_best()
174 if (!X.Matched && in isMatchingReloc()
193 return PreviousBest.Matched && !Candidate.Matched; in compareMatchingRelocs()
464 InsertionPoint->Matched = true; in sortRelocs()
465 Sorted.insert(InsertionPoint, R)->Matched = true; in sortRelocs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp40 bool Matched = false; ///< Is this relocation part of a match. member
46 Out << ", Matched=" << Matched; in print()
116 unsigned Matched = Predicate(*I); in find_best() local
117 if (Matched != FindBest_NoMatch) { in find_best()
125 if (Matched == FindBest_PerfectMatch) { in find_best()
182 if (!X.Matched && in isMatchingReloc()
201 return PreviousBest.Matched && !Candidate.Matched; in compareMatchingRelocs()
506 InsertionPoint->Matched = true; in sortRelocs()
507 Sorted.insert(InsertionPoint, R)->Matched = true; in sortRelocs()
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
DCondition.java34 return new Matched<T>(theValue, mismatch); in matched()
37 private static final class Matched<T> extends Condition<T> { class in Condition
41 private Matched(T theValue, Description mismatch) { in Matched() method in Condition.Matched
/external/pcre/dist2/testdata/
Dtestoutput1891 Matched without capture
117 Matched with REG_NOSUB
121 Matched with REG_NOSUB
125 Matched with REG_NOSUB
170 Matched with REG_NOSUB
Dtestoutput2252 Matched, but too many substrings
255 Matched, but too many substrings
259 Matched, but too many substrings
281 Matched, but too many substrings
297 Matched, but too many substrings
300 Matched, but too many substrings
304 Matched, but too many substrings
5707 Matched, but too many substrings
5730 Matched, but too many substrings
6529 Matched, but too many substrings
[all …]
/external/catch2/third_party/
Dclara.hpp623 Matched, NoMatch, ShortCircuitAll, ShortCircuitSame enumerator
659 return ParserResult::ok( ParseResultType::Matched ); in convertInto()
663 return ParserResult::ok( ParseResultType::Matched ); in convertInto()
674 return ParserResult::ok( ParseResultType::Matched ); in convertInto()
743 return ParserResult::ok( ParseResultType::Matched ); in setFlag()
762 return ParserResult::ok( ParseResultType::Matched ); in invoke()
919 return ParserResult::ok( ParseResultType::Matched ); in set()
944 … return InternalParseResult::ok( ParseState( ParseResultType::Matched, ++remainingTokens ) ); in parse()
1034 … return InternalParseResult::ok( ParseState( ParseResultType::Matched, ++remainingTokens ) ); in parse()
/external/catch2/include/external/
Dclara.hpp623 Matched, NoMatch, ShortCircuitAll, ShortCircuitSame enumerator
659 return ParserResult::ok( ParseResultType::Matched ); in convertInto()
663 return ParserResult::ok( ParseResultType::Matched ); in convertInto()
674 return ParserResult::ok( ParseResultType::Matched ); in convertInto()
743 return ParserResult::ok( ParseResultType::Matched ); in setFlag()
762 return ParserResult::ok( ParseResultType::Matched ); in invoke()
919 return ParserResult::ok( ParseResultType::Matched ); in set()
944 … return InternalParseResult::ok( ParseState( ParseResultType::Matched, ++remainingTokens ) ); in parse()
1034 … return InternalParseResult::ok( ParseState( ParseResultType::Matched, ++remainingTokens ) ); in parse()
/external/clang/unittests/Tooling/
DToolingTest.cpp204 VerifyEndCallback() : BeginCalled(0), EndCalled(0), Matched(false) {} in VerifyEndCallback()
211 return llvm::make_unique<FindTopLevelDeclConsumer>(&Matched); in newASTConsumer()
215 bool Matched; member
235 EXPECT_TRUE(EndCallback.Matched); in TEST()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3214 bool Matched = false; in AST_POLYMORPHIC_MATCHER_P2() local
3226 Matched = true; in AST_POLYMORPHIC_MATCHER_P2()
3232 return Matched; in AST_POLYMORPHIC_MATCHER_P2()
3874 bool Matched = false; in AST_MATCHER_P() local
3880 Matched = true; in AST_MATCHER_P()
3885 return Matched; in AST_MATCHER_P()
5112 bool Matched = false; in AST_MATCHER_P() local
5118 Matched = true; in AST_MATCHER_P()
5123 return Matched; in AST_MATCHER_P()
5139 bool Matched = false; in AST_MATCHER_P() local
[all …]
/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp271 bool Matched = false; in EachOfVariadicOperator() local
275 Matched = true; in EachOfVariadicOperator()
280 return Matched; in EachOfVariadicOperator()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2312 SmallVector<MatchResult, 4> Matched; in InstantiateClassTemplateSpecialization() local
2330 Matched.push_back(PartialSpecMatchResult()); in InstantiateClassTemplateSpecialization()
2331 Matched.back().Partial = Partial; in InstantiateClassTemplateSpecialization()
2332 Matched.back().Args = Info.take(); in InstantiateClassTemplateSpecialization()
2340 if (Matched.size() >= 1) { in InstantiateClassTemplateSpecialization()
2341 SmallVectorImpl<MatchResult>::iterator Best = Matched.begin(); in InstantiateClassTemplateSpecialization()
2342 if (Matched.size() == 1) { in InstantiateClassTemplateSpecialization()
2355 PEnd = Matched.end(); in InstantiateClassTemplateSpecialization()
2366 for (SmallVectorImpl<MatchResult>::iterator P = Matched.begin(), in InstantiateClassTemplateSpecialization()
2367 PEnd = Matched.end(); in InstantiateClassTemplateSpecialization()
[all …]
DSemaTemplate.cpp2789 SmallVector<MatchResult, 4> Matched; in CheckVarTemplateId() local
2823 Matched.push_back(PartialSpecMatchResult()); in CheckVarTemplateId()
2824 Matched.back().Partial = Partial; in CheckVarTemplateId()
2825 Matched.back().Args = Info.take(); in CheckVarTemplateId()
2829 if (Matched.size() >= 1) { in CheckVarTemplateId()
2830 SmallVector<MatchResult, 4>::iterator Best = Matched.begin(); in CheckVarTemplateId()
2831 if (Matched.size() == 1) { in CheckVarTemplateId()
2844 PEnd = Matched.end(); in CheckVarTemplateId()
2854 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(), in CheckVarTemplateId()
2855 PEnd = Matched.end(); in CheckVarTemplateId()
[all …]
/external/v8/src/compiler/
Dnode-matchers.h707 bool Matched() const { return if_true_ && if_false_; } in Matched() function
722 bool Matched() const { return branch_; } in Matched() function
756 bool Matched() { in Matched() function
784 bool Matched() { in Matched() function
Dcontrol-flow-optimizer.cc89 DCHECK(matcher.Matched()); in TryBuildSwitch()
/external/llvm/lib/Option/
DOptTable.cpp179 bool Matched = IgnoreCase in matchOption() local
182 if (Matched) in matchOption()
/external/antlr/runtime/Cpp/include/
Dantlr3lexer.inl255 /* Matched correctly, do consume it
272 /* Matched correctly, do consume it
310 /* Matched correctly, consume it
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Option/
DOptTable.cpp187 bool Matched = IgnoreCase in matchOption() local
190 if (Matched) in matchOption()
/external/clang/lib/Format/
DFormat.cpp1458 bool Matched = Tok.is(tok::hash) && !Lex.LexFromRawLexer(Tok) && in checkAndConsumeDirectiveWithName() local
1462 if (Matched) in checkAndConsumeDirectiveWithName()
1464 return Matched; in checkAndConsumeDirectiveWithName()
1575 bool Matched = IncludeRegex.match(IncludeDirective, &Matches); in fixCppIncludeInsertions() local
1576 assert(Matched && "Header insertion replacement must have replacement text " in fixCppIncludeInsertions()
1578 (void)Matched; in fixCppIncludeInsertions()
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp875 RecVec Matched = I->getValueAsListOfDefs("MatchedItinClasses"); in GenSchedClassTables() local
876 if (std::find(Matched.begin(), Matched.end(), SC.ItinClassDef) in GenSchedClassTables()
877 != Matched.end()) { in GenSchedClassTables()
DCodeGenSchedule.cpp876 RecVec Matched = (*II)->getValueAsListOfDefs("MatchedItinClasses"); in inferFromItinClass() local
877 if (!std::count(Matched.begin(), Matched.end(), ItinClassDef)) in inferFromItinClass()
1609 RecVec Matched = (*II)->getValueAsListOfDefs("MatchedItinClasses"); in collectItinProcResources() local
1610 if (!std::count(Matched.begin(), Matched.end(), ItinClassDef)) in collectItinProcResources()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenSchedule.cpp981 RecVec Matched = Rec->getValueAsListOfDefs("MatchedItinClasses"); in inferFromItinClass() local
982 if (!std::count(Matched.begin(), Matched.end(), ItinClassDef)) in inferFromItinClass()
1721 RecVec Matched = (*II)->getValueAsListOfDefs("MatchedItinClasses"); in collectItinProcResources() local
1722 if (!std::count(Matched.begin(), Matched.end(), ItinClassDef)) in collectItinProcResources()
DGlobalISelEmitter.cpp2500 InstructionMatcher *Matched; member in __anon0c06086d0111::BuildMIAction
2526 : InsnID(InsnID), I(I), Matched(nullptr) {} in BuildMIAction()
2536 Matched = MutateCandidate; in chooseInsnToMutate()
2550 if (Matched) { in emitActionOpcodes()
2551 assert(canMutate(Rule, Matched) && in emitActionOpcodes()
2554 unsigned RecycleInsnID = Rule.getInsnVarID(*Matched); in emitActionOpcodes()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1568 bool Matched = false; in visitGetElementPtrInst() local
1573 Matched = true; in visitGetElementPtrInst()
1577 Matched = true; in visitGetElementPtrInst()
1581 Matched = true; in visitGetElementPtrInst()
1584 if (Matched) { in visitGetElementPtrInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1723 bool Matched = false; in visitGetElementPtrInst() local
1728 Matched = true; in visitGetElementPtrInst()
1732 Matched = true; in visitGetElementPtrInst()
1736 Matched = true; in visitGetElementPtrInst()
1739 if (Matched) { in visitGetElementPtrInst()

12