/external/catch2/include/internal/ |
D | catch_commandline.cpp | 39 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/ |
D | MipsELFObjectWriter.cpp | 34 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/ |
D | MipsELFObjectWriter.cpp | 40 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/ |
D | Condition.java | 34 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/ |
D | testoutput18 | 91 Matched without capture 117 Matched with REG_NOSUB 121 Matched with REG_NOSUB 125 Matched with REG_NOSUB 170 Matched with REG_NOSUB
|
D | testoutput2 | 252 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/ |
D | clara.hpp | 623 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/ |
D | clara.hpp | 623 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/ |
D | ToolingTest.cpp | 204 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/ |
D | ASTMatchers.h | 3214 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/ |
D | ASTMatchersInternal.cpp | 271 bool Matched = false; in EachOfVariadicOperator() local 275 Matched = true; in EachOfVariadicOperator() 280 return Matched; in EachOfVariadicOperator()
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 2312 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 …]
|
D | SemaTemplate.cpp | 2789 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/ |
D | node-matchers.h | 707 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
|
D | control-flow-optimizer.cc | 89 DCHECK(matcher.Matched()); in TryBuildSwitch()
|
/external/llvm/lib/Option/ |
D | OptTable.cpp | 179 bool Matched = IgnoreCase in matchOption() local 182 if (Matched) in matchOption()
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3lexer.inl | 255 /* 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/ |
D | OptTable.cpp | 187 bool Matched = IgnoreCase in matchOption() local 190 if (Matched) in matchOption()
|
/external/clang/lib/Format/ |
D | Format.cpp | 1458 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/ |
D | SubtargetEmitter.cpp | 875 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()
|
D | CodeGenSchedule.cpp | 876 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/ |
D | CodeGenSchedule.cpp | 981 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()
|
D | GlobalISelEmitter.cpp | 2500 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/ |
D | InstructionCombining.cpp | 1568 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/ |
D | InstructionCombining.cpp | 1723 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()
|