| /netbsd-src/sys/external/bsd/acpica/dist/tools/acpihelp/ |
| H A D | ahdecode.c | 344 BOOLEAN Matched; in AhDisplayPredefinedName() local 363 Matched = TRUE; in AhDisplayPredefinedName() 368 Matched = FALSE; in AhDisplayPredefinedName() 373 if (Matched) in AhDisplayPredefinedName() 482 BOOLEAN Matched; in AhDisplayDeviceIds() local 512 Matched = TRUE; in AhDisplayDeviceIds() 517 Matched = FALSE; in AhDisplayDeviceIds() 522 if (Matched) in AhDisplayDeviceIds()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A 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() 491 InsertionPoint->Matched = true; in sortRelocs() 492 Sorted.insert(InsertionPoint, R)->Matched = true; in sortRelocs()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/ |
| H A D | HeaderIncludes.cpp | 61 bool Matched = Tok.is(tok::hash) && !Lex.LexFromRawLexer(Tok) && in checkAndConsumeDirectiveWithName() local 66 if (Matched) in checkAndConsumeDirectiveWithName() 68 return Matched; in checkAndConsumeDirectiveWithName() 125 auto Matched = [&]() { in checkAndConsumeInclusiveDirective() local 134 return Matched(); in checkAndConsumeInclusiveDirective() 139 return Matched(); in checkAndConsumeInclusiveDirective()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/variant/tests/data/ |
| H A D | test011-out.ldif | 5 Matched DN: cn=Gern Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com 9 Matched DN: cn=Gern Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | OverflowInstAnalysis.cpp | 55 bool Matched = in isCheckForZeroAndMulWithOverflow() local 61 if (!Matched) in isCheckForZeroAndMulWithOverflow()
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc3876.txt | 14 Returning Matched Values with the 60 RFC 3876 Returning Matched Values with LDAPv3 September 2004 116 RFC 3876 Returning Matched Values with LDAPv3 September 2004 172 RFC 3876 Returning Matched Values with LDAPv3 September 2004 228 RFC 3876 Returning Matched Values with LDAPv3 September 2004 284 RFC 3876 Returning Matched Values with LDAPv3 September 2004 340 RFC 3876 Returning Matched Values with LDAPv3 September 2004 396 RFC 3876 Returning Matched Values with LDAPv3 September 2004 432 The Matched Values control as an LDAP Protocol Mechanism [7] has been 438 Description: Matched Values Control [all …]
|
| H A D | INDEX | 34 rfc3876.txt Returning Matched Values with LDAP (PS)
|
| /netbsd-src/sys/external/bsd/acpica/dist/debugger/ |
| H A D | dbinput.c | 446 BOOLEAN Matched; in AcpiDbDisplayCommandInfo() local 452 Matched = AcpiDbMatchCommandHelp (Command, Next); in AcpiDbDisplayCommandInfo() 453 if (!DisplayAll && Matched) in AcpiDbDisplayCommandInfo()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 4705 bool Matched = false; in AST_POLYMORPHIC_MATCHER_P2() local 4717 Matched = true; in AST_POLYMORPHIC_MATCHER_P2() 4723 return Matched; in AST_POLYMORPHIC_MATCHER_P2() 4790 bool Matched = false; in AST_POLYMORPHIC_MATCHER_P2() local 4807 Matched = true; in AST_POLYMORPHIC_MATCHER_P2() 4817 Matched = true; in AST_POLYMORPHIC_MATCHER_P2() 4823 return Matched; in AST_POLYMORPHIC_MATCHER_P2() 5809 bool Matched = false; in AST_MATCHER_P() local 5815 Matched = true; in AST_MATCHER_P() 5820 return Matched; in AST_MATCHER_P() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 3071 SmallVector<MatchResult, 4> Matched; in getPatternForClassTemplateSpecialization() local 3087 Matched.push_back(PartialSpecMatchResult()); in getPatternForClassTemplateSpecialization() 3088 Matched.back().Partial = Partial; in getPatternForClassTemplateSpecialization() 3089 Matched.back().Args = Info.take(); in getPatternForClassTemplateSpecialization() 3097 if (Matched.size() >= 1) { in getPatternForClassTemplateSpecialization() 3098 SmallVectorImpl<MatchResult>::iterator Best = Matched.begin(); in getPatternForClassTemplateSpecialization() 3099 if (Matched.size() == 1) { in getPatternForClassTemplateSpecialization() 3112 PEnd = Matched.end(); in getPatternForClassTemplateSpecialization() 3123 for (SmallVectorImpl<MatchResult>::iterator P = Matched.begin(), in getPatternForClassTemplateSpecialization() 3124 PEnd = Matched.end(); in getPatternForClassTemplateSpecialization() [all …]
|
| H A D | SemaTemplate.cpp | 4534 SmallVector<MatchResult, 4> Matched; in CheckVarTemplateId() local 4560 Matched.push_back(PartialSpecMatchResult()); in CheckVarTemplateId() 4561 Matched.back().Partial = Partial; in CheckVarTemplateId() 4562 Matched.back().Args = Info.take(); in CheckVarTemplateId() 4566 if (Matched.size() >= 1) { in CheckVarTemplateId() 4567 SmallVector<MatchResult, 4>::iterator Best = Matched.begin(); in CheckVarTemplateId() 4568 if (Matched.size() == 1) { in CheckVarTemplateId() 4581 PEnd = Matched.end(); in CheckVarTemplateId() 4591 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(), in CheckVarTemplateId() 4592 PEnd = Matched.end(); in CheckVarTemplateId() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Option/ |
| H A D | OptTable.cpp | 187 bool Matched = IgnoreCase in matchOption() local 190 if (Matched) in matchOption()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 403 bool Matched = false; in eachOfVariadicOperator() local 407 Matched = true; in eachOfVariadicOperator() 412 return Matched; in eachOfVariadicOperator()
|
| H A D | ASTMatchFinder.cpp | 939 auto Finish = [&](bool Matched) { in matchesAnyAncestorOf() argument 942 CachedResult.ResultOfMatch = Matched; in matchesAnyAncestorOf() 945 return Matched; in matchesAnyAncestorOf()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.cpp | 1248 RecVec Matched = Rec->getValueAsListOfDefs("MatchedItinClasses"); in inferFromItinClass() local 1249 if (!llvm::is_contained(Matched, ItinClassDef)) in inferFromItinClass() 2039 RecVec Matched = (*II)->getValueAsListOfDefs("MatchedItinClasses"); in collectItinProcResources() local 2040 if (!llvm::is_contained(Matched, ItinClassDef)) in collectItinProcResources()
|
| H A D | SubtargetEmitter.cpp | 1046 RecVec Matched = I->getValueAsListOfDefs("MatchedItinClasses"); in GenSchedClassTables() local 1047 if (is_contained(Matched, SC.ItinClassDef)) { in GenSchedClassTables()
|
| H A D | GlobalISelEmitter.cpp | 3034 InstructionMatcher *Matched; member in __anon332dbd1e0111::BuildMIAction 3060 : InsnID(InsnID), I(I), Matched(nullptr) {} in BuildMIAction() 3070 Matched = MutateCandidate; in chooseInsnToMutate() 3084 if (Matched) { in emitActionOpcodes() 3085 assert(canMutate(Rule, Matched) && in emitActionOpcodes() 3088 unsigned RecycleInsnID = Rule.getInsnVarID(*Matched); in emitActionOpcodes()
|
| /netbsd-src/games/quiz/datfiles/ |
| H A D | poetry | 105 Matched with an aged wife, I mete and dole:\
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/ |
| H A D | ASTDiff.cpp | 844 bool Matched = M.hasSrc(Id1); in matchBottomUp() local 848 if (Matched || !MatchedChildren) in matchBottomUp()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 2160 bool Matched = false; in visitGetElementPtrInst() local 2165 Matched = true; in visitGetElementPtrInst() 2169 Matched = true; in visitGetElementPtrInst() 2173 Matched = true; in visitGetElementPtrInst() 2181 if (Matched && in visitGetElementPtrInst()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
| H A D | unwind-arm-common.inc | 966 /* Matched a previous propagation barrier. */ 1016 /* Matched a previous propagation barrier. */
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/ |
| H A D | unwind-arm-common.inc | 962 /* Matched a previous propagation barrier. */ 1012 /* Matched a previous propagation barrier. */
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 3704 SmallSetVector<PHIPair, 8> Matched; in MatchPhiSet() local 3719 if ((IsMatched = MatchPhiNode(PHI, &P, Matched, PhiNodesToMatch))) in MatchPhiSet() 3724 for (auto M : Matched) in MatchPhiSet() 3726 Matched.clear(); in MatchPhiSet() 3730 for (auto MV : Matched) in MatchPhiSet() 3732 Matched.clear(); in MatchPhiSet()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.td | 550 // Load immediate on condition. Matched via DAG pattern and created 559 // Move register on condition. Matched via DAG pattern and 568 // Load on condition. Matched via DAG pattern. 594 // Move register on condition. Matched via DAG pattern and 601 // Load on condition. Matched via DAG pattern.
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
| H A D | Format.cpp | 2729 bool Matched = IncludeRegex.match(IncludeDirective, &Matches); in fixCppIncludeInsertions() local 2730 assert(Matched && "Header insertion replacement must have replacement text " in fixCppIncludeInsertions() 2732 (void)Matched; in fixCppIncludeInsertions()
|