Home
last modified time | relevance | path

Searched refs:Match (Results 1 – 25 of 562) sorted by relevance

12345678910>>...23

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dip_match.ref43 Match 1.2.3.5: yes
44 Match 1.2.2.5: no
45 Match 1.2.11.5: yes
46 Match 1.2.12.5: no
47 Match 1.2.11.6: no
50 Match 1.2.3.5: yes
51 Match 1.2.2.5: no
52 Match 1.2.4.5: no
53 Match 1.2.11.5: yes
54 Match 1.2.12.5: no
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DStencil.cpp181 static Error printNode(StringRef Id, const MatchFinder::MatchResult &Match, in printNode() argument
185 auto NodeOrErr = getNode(Match.Nodes, Id); in printNode()
188 NodeOrErr->print(Os, PrintingPolicy(Match.Context->getLangOpts())); in printNode()
194 const MatchFinder::MatchResult &Match, std::string *Result) { in evalData() argument
195 return printNode(Data.Id, Match, Result); in evalData()
217 const MatchFinder::MatchResult &Match, std::string *Result) { in evalData() argument
221 return printNode(Data.Id, Match, Result); in evalData()
223 const auto *E = Match.Nodes.getNodeAs<Expr>(Data.Id); in evalData()
230 Source = tooling::buildParens(*E, *Match.Context); in evalData()
233 Source = tooling::buildDereference(*E, *Match.Context); in evalData()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp107 bool Match = match(In, m_And(m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() local
111 if (!Match) { in INITIALIZE_PASS_DEPENDENCY()
114 Match = match(In, m_And(m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY()
118 if (!Match) { in INITIALIZE_PASS_DEPENDENCY()
122 Match = match(In, m_And(m_Shl(m_Value(BF), m_ConstantInt(CSL)), in INITIALIZE_PASS_DEPENDENCY()
124 if (Match && NoSR0) in INITIALIZE_PASS_DEPENDENCY()
127 if (!Match) { in INITIALIZE_PASS_DEPENDENCY()
131 Match = match(In, m_And(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY()
134 if (!Match) { in INITIALIZE_PASS_DEPENDENCY()
138 Match = match(In, m_And(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DRunLoopAutoreleaseLeakChecker.cpp80 static void emitDiagnostics(BoundNodes &Match, in emitDiagnostics() argument
91 const auto *ME = Match.getNodeAs<ObjCMessageExpr>(OtherMsgBind); in emitDiagnostics()
95 Match.getNodeAs<ObjCAutoreleasePoolStmt>(AutoreleasePoolBind); in emitDiagnostics()
97 Match.getNodeAs<ObjCAutoreleasePoolStmt>(OtherStmtAutoreleasePoolBind); in emitDiagnostics()
100 const auto *RL = Match.getNodeAs<ObjCMessageExpr>(RunLoopBind); in emitDiagnostics()
101 const auto *RLR = Match.getNodeAs<Stmt>(RunLoopRunBind); in emitDiagnostics()
169 for (BoundNodes Match : Matches) in checkTempObjectsInSamePool() local
170 emitDiagnostics(Match, D, BR, AM, Chkr); in checkTempObjectsInSamePool()
190 for (BoundNodes Match : Matches) in checkTempObjectsInNoPool() local
191 emitDiagnostics(Match, D, BR, AM, Chkr); in checkTempObjectsInNoPool()
H A DObjCAutoreleaseWriteChecker.cpp109 static void emitDiagnostics(BoundNodes &Match, const Decl *D, BugReporter &BR, in emitDiagnostics() argument
114 const auto *PVD = Match.getNodeAs<ParmVarDecl>(ParamBind); in emitDiagnostics()
119 const auto *MarkedStmt = Match.getNodeAs<Expr>(ProblematicWriteBind); in emitDiagnostics()
124 MarkedStmt = Match.getNodeAs<Expr>(CapturedBind); in emitDiagnostics()
134 bool IsMethod = Match.getNodeAs<ObjCMethodDecl>(IsMethodBind) != nullptr; in emitDiagnostics()
136 bool IsARP = Match.getNodeAs<ObjCAutoreleasePoolStmt>(IsARPBind) != nullptr; in emitDiagnostics()
228 for (BoundNodes Match : Matches) in checkASTCodeBody() local
229 emitDiagnostics(Match, D, BR, AM, this); in checkASTCodeBody()
H A DPointerIterationChecker.cpp35 static void emitDiagnostics(const BoundNodes &Match, const Decl *D, in emitDiagnostics() argument
40 const auto *MarkedStmt = Match.getNodeAs<Stmt>(WarnAtNode); in emitDiagnostics()
88 for (const auto &Match : Matches) in checkASTCodeBody() local
89 emitDiagnostics(Match, D, BR, AM, this); in checkASTCodeBody()
H A DPointerSortingChecker.cpp35 static void emitDiagnostics(const BoundNodes &Match, const Decl *D, in emitDiagnostics() argument
40 const auto *MarkedStmt = Match.getNodeAs<CallExpr>(WarnAtNode); in emitDiagnostics()
102 for (const auto &Match : Matches) in checkASTCodeBody() local
103 emitDiagnostics(Match, D, BR, AM, this); in checkASTCodeBody()
H A DGCDAntipatternChecker.cpp213 for (BoundNodes Match : Matches) in checkASTCodeBody() local
214 emitDiagnostics(Match, "semaphore", BR, ADC, this); in checkASTCodeBody()
218 for (BoundNodes Match : Matches) in checkASTCodeBody() local
219 emitDiagnostics(Match, "group", BR, ADC, this); in checkASTCodeBody()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dcpplint.py409 def Match(pattern, s): function
708 if Match(r'T(EST|est)', self.current_function):
1451 and not Match(r'};*\s*(//|/\*).*\bnamespace\b', line)):
1468 if not Match((r'};*\s*(//|/\*).*\bnamespace\s+' + re.escape(self.name) +
1476 if not Match(r'};*\s*(//|/\*).*\bnamespace[\*/\.\\\s]*$', line):
1549 if Match(r'^\s*#\s*(if|ifdef|ifndef)\b', line):
1553 elif Match(r'^\s*#\s*(else|elif)\b', line):
1568 elif Match(r'^\s*#\s*endif\b', line):
1629 namespace_decl_match = Match(r'^\s*namespace\b\s*([:\w]+)?(.*)$', line)
1662 class_decl_match = Match(
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DFormatString.cpp343 return Match; in matchesType()
363 return Match; in matchesType()
380 return Match; in matchesType()
393 return T == C.UnsignedCharTy || T == C.SignedCharTy ? Match in matchesType()
396 return T == C.UnsignedShortTy ? Match : NoMatch; in matchesType()
398 return T == C.ShortTy ? Match : NoMatch; in matchesType()
400 return T == C.UnsignedIntTy ? Match : NoMatch; in matchesType()
402 return T == C.IntTy ? Match : NoMatch; in matchesType()
404 return T == C.UnsignedLongTy ? Match : NoMatch; in matchesType()
406 return T == C.LongTy ? Match : NoMatch; in matchesType()
[all …]
/netbsd-src/sys/arch/hppa/hppa/
H A Ddb_disasm.c975 #define Match(s) (strncmp(s,i->mnem,sizeof(s)-1) == 0) macro
1315 if (Match("dcor") || Match("idcor")) in unitDasm()
1326 if (Match("addi")) in iaDasm()
1339 if (Match("vshd")) in shdDasm()
1525 if (Rsb(w) == 0 && Match("ldo")) { in ldDasm()
1660 if (link && !Match("gate")) in blDasm()
1668 if (link || Match("gate")) in blDasm()
1718 if (Match("movb")) in cbDasm()
1720 else if (Match("addb")) in cbDasm()
1735 if (Match("movib")) in cbiDasm()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_suppressions.cpp96 if (suppression_ctx->Match(info.function, stype, sp) || in IsSuppressed()
97 suppression_ctx->Match(info.file, stype, sp) || in IsSuppressed()
98 suppression_ctx->Match(info.module, stype, sp)) { in IsSuppressed()
135 if (suppression_ctx->Match(global.name, stype, &s) || in IsSuppressed()
136 suppression_ctx->Match(global.module, stype, &s)) { in IsSuppressed()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_suppressions.cpp50 return suppression_ctx->Match(interceptor_name, kInterceptorName, &s); in IsInterceptorSuppressed()
63 return suppression_ctx->Match(global_var_name, kODRViolation, &s); in IsODRViolationSuppressed()
79 if (suppression_ctx->Match(module_name, kInterceptorViaLibrary, &s)) in IsStackTraceSuppressed()
92 if (suppression_ctx->Match(function_name, kInterceptorViaFunction, in IsStackTraceSuppressed()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_suppressions.cc49 return suppression_ctx->Match(interceptor_name, kInterceptorName, &s); in IsInterceptorSuppressed()
62 return suppression_ctx->Match(global_var_name, kODRViolation, &s); in IsODRViolationSuppressed()
78 if (suppression_ctx->Match(module_name, kInterceptorViaLibrary, &s)) in IsStackTraceSuppressed()
91 if (suppression_ctx->Match(function_name, kInterceptorViaFunction, in IsStackTraceSuppressed()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_suppressions.cc51 return suppression_ctx->Match(interceptor_name, kInterceptorName, &s); in IsInterceptorSuppressed()
64 return suppression_ctx->Match(global_var_name, kODRViolation, &s); in IsODRViolationSuppressed()
80 if (suppression_ctx->Match(module_name, kInterceptorViaLibrary, &s)) in IsStackTraceSuppressed()
93 if (suppression_ctx->Match(function_name, kInterceptorViaFunction, in IsStackTraceSuppressed()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_suppressions.cc103 if (suppression_ctx->Match(info.function, stype, sp) || in IsSuppressed()
104 suppression_ctx->Match(info.file, stype, sp) || in IsSuppressed()
105 suppression_ctx->Match(info.module, stype, sp)) { in IsSuppressed()
142 if (suppression_ctx->Match(global.name, stype, &s) || in IsSuppressed()
143 suppression_ctx->Match(global.module, stype, &s)) { in IsSuppressed()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_suppressions.cc105 if (suppression_ctx->Match(info.function, stype, sp) || in IsSuppressed()
106 suppression_ctx->Match(info.file, stype, sp) || in IsSuppressed()
107 suppression_ctx->Match(info.module, stype, sp)) { in IsSuppressed()
144 if (suppression_ctx->Match(global.name, stype, &s) || in IsSuppressed()
145 suppression_ctx->Match(global.module, stype, &s)) { in IsSuppressed()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dpredicates.md52 ;; Match register operands, but include memory operands for
90 ;; Match a DI, SI or HImode register for a zero_extract.
98 ;; Match a DI, SI, HI or QImode nonimmediate_operand.
107 ;; Match register operands, but include memory operands for TARGET_SSE_MATH.
114 ;; Match nonimmediate operands, but exclude memory operands
131 ;; Match register operands, include memory operand for TARGET_SSE4_1.
746 ;; Match exactly zero.
755 ;; Match one or a vector with all elements equal to one.
764 ;; Match exactly -1.
769 ;; Match exactly eight.
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangCommentHTMLTagsEmitter.cpp45 StringMatcher::StringPair Match(Spelling, "return true;"); in EmitClangCommentHTMLTagsProperties() local
47 MatchesEndTagOptional.push_back(Match); in EmitClangCommentHTMLTagsProperties()
49 MatchesEndTagForbidden.push_back(Match); in EmitClangCommentHTMLTagsProperties()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h128 Match, enumerator
162 explicit DiagnosticPredicate(bool Match) in DiagnosticPredicate()
163 : Type(Match ? DiagnosticPredicateTy::Match in DiagnosticPredicate()
169 operator bool() const { return Type == DiagnosticPredicateTy::Match; }
170 bool isMatch() const { return Type == DiagnosticPredicateTy::Match; } in isMatch()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dpredicates.md52 ;; Match register operands, but include memory operands for
95 ;; Match a DI, SI, HI or QImode nonimmediate_operand.
104 ;; Match register operands, but include memory operands for TARGET_SSE_MATH.
111 ;; Match nonimmediate operands, but exclude memory operands
128 ;; Match register operands, include memory operand for TARGET_SSE4_1.
773 ;; Match exactly zero.
782 ;; Match one or a vector with all elements equal to one.
791 ;; Match exactly -1.
796 ;; Match exactly eight.
801 ;; Match exactly 128.
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dre.h69 bool Match(const std::string& str);
105 inline bool Regex::Match(const std::string& str) { in Match() function
142 inline bool Regex::Match(const std::string& str) { in Match() function
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dre.h74 bool Match(const std::string& str);
111 inline bool Regex::Match(const std::string& str) { in Match() function
148 inline bool Regex::Match(const std::string& str) { in Match() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp47 std::pair<LLT, LLT> Match = {Query.Types[TypeIdx0], Query.Types[TypeIdx1]}; in typePairInSet() local
48 return llvm::is_contained(Types, Match); in typePairInSet()
57 TypePairAndMemDesc Match = {Query.Types[TypeIdx0], Query.Types[TypeIdx1], in typePairAndMemDescInSet() local
62 return Match.isCompatible(Entry); in typePairAndMemDescInSet()
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dhand.c124 BOOLEAN Match; in LibLocateHandleByDiskSignature() local
198 Match = FALSE; in LibLocateHandleByDiskSignature()
226 Match = TRUE; in LibLocateHandleByDiskSignature()
231 Match = TRUE; in LibLocateHandleByDiskSignature()
252 if (Match == FALSE) { in LibLocateHandleByDiskSignature()

12345678910>>...23