Searched refs:Match (Results 1 - 25 of 76) sorted by relevance

1234

/freebsd-11-stable/crypto/openssh/regress/
H A Dcfginclude.sh10 Match host a
13 Match host b
17 Match host c
21 Match host m
40 Match host xxxxxx
44 Match host a
47 Match host b
50 Match host c
64 Match host a
67 Match hos
[all...]
H A Daddrmatch.sh25 Match Address 192.168.0.0/16,!192.168.30.0/24,10.0.0.0/8,host.example.com
27 Match Address 1.1.1.1,::1,!::3,2000::/16
29 Match LocalAddress 127.0.0.1,::1
31 Match LocalPort 5678
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp177 const MatchFinder::MatchResult &Match, std::string *Result) {
180 auto NodeOrErr = getNode(Match.Nodes, Data.Id);
183 NodeOrErr->print(Os, PrintingPolicy(Match.Context->getLangOpts()));
189 const MatchFinder::MatchResult &Match, std::string *Result) {
190 const auto *E = Match.Nodes.getNodeAs<Expr>(Data.Id);
197 Source = tooling::buildParens(*E, *Match.Context);
200 Source = tooling::buildDereference(*E, *Match.Context);
204 *Result += tooling::getText(*E, *Match.Context);
207 Source = tooling::buildDereference(*E, *Match.Context);
210 Source = tooling::buildAddressOf(*E, *Match
176 evalData(const DebugPrintNodeData &Data, const MatchFinder::MatchResult &Match, std::string *Result) argument
188 evalData(const UnaryOperationData &Data, const MatchFinder::MatchResult &Match, std::string *Result) argument
228 evalData(const SelectorData &Data, const MatchFinder::MatchResult &Match, std::string *Result) argument
237 evalData(const AccessData &Data, const MatchFinder::MatchResult &Match, std::string *Result) argument
257 evalData(const IfBoundData &Data, const MatchFinder::MatchResult &Match, std::string *Result) argument
264 evalData(const MatchConsumer<std::string> &Fn, const MatchFinder::MatchResult &Match, std::string *Result) argument
273 evalData(const SequenceData &Data, const MatchFinder::MatchResult &Match, std::string *Result) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DRunLoopAutoreleaseLeakChecker.cpp80 static void emitDiagnostics(BoundNodes &Match, argument
91 const auto *ME = Match.getNodeAs<ObjCMessageExpr>(OtherMsgBind);
95 Match.getNodeAs<ObjCAutoreleasePoolStmt>(AutoreleasePoolBind);
97 Match.getNodeAs<ObjCAutoreleasePoolStmt>(OtherStmtAutoreleasePoolBind);
100 const auto *RL = Match.getNodeAs<ObjCMessageExpr>(RunLoopBind);
101 const auto *RLR = Match.getNodeAs<Stmt>(RunLoopRunBind);
169 for (BoundNodes Match : Matches)
170 emitDiagnostics(Match, D, BR, AM, Chkr);
190 for (BoundNodes Match : Matches)
191 emitDiagnostics(Match,
[all...]
H A DPointerIterationChecker.cpp35 static void emitDiagnostics(const BoundNodes &Match, const Decl *D, argument
40 const auto *MarkedStmt = Match.getNodeAs<Stmt>(WarnAtNode);
88 for (const auto &Match : Matches)
89 emitDiagnostics(Match, D, BR, AM, this);
H A DPointerSortingChecker.cpp35 static void emitDiagnostics(const BoundNodes &Match, const Decl *D, argument
40 const auto *MarkedStmt = Match.getNodeAs<CallExpr>(WarnAtNode);
70 // Match any of these function calls.
81 // Match only if the container has pointer-type elements.
101 for (const auto &Match : Matches)
102 emitDiagnostics(Match, D, BR, AM, this);
H A DObjCAutoreleaseWriteChecker.cpp108 static void emitDiagnostics(BoundNodes &Match, const Decl *D, BugReporter &BR, argument
113 const auto *PVD = Match.getNodeAs<ParmVarDecl>(ParamBind);
118 const auto *MarkedStmt = Match.getNodeAs<Expr>(ProblematicWriteBind);
123 MarkedStmt = Match.getNodeAs<Expr>(CapturedBind);
132 bool IsMethod = Match.getNodeAs<ObjCMethodDecl>(IsMethodBind) != nullptr;
202 for (BoundNodes Match : Matches)
203 emitDiagnostics(Match, D, BR, AM, this);
H A DGCDAntipatternChecker.cpp215 for (BoundNodes Match : Matches)
216 emitDiagnostics(Match, "semaphore", BR, ADC, this);
220 for (BoundNodes Match : Matches)
221 emitDiagnostics(Match, "group", BR, ADC, this);
H A DOSObjectCStyleCast.cpp79 for (BoundNodes Match : Matches)
80 emitDiagnostics(Match, BR, ADC, this);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp107 bool Match = match(In, m_And(m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), local
111 if (!Match) {
114 Match = match(In, m_And(m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)),
118 if (!Match) {
122 Match = match(In, m_And(m_Shl(m_Value(BF), m_ConstantInt(CSL)),
124 if (Match && NoSR0)
127 if (!Match) {
131 Match = match(In, m_And(m_LShr(m_Value(BF), m_ConstantInt(CSR)),
134 if (!Match) {
138 Match
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_suppressions.cpp49 // Match "interceptor_name" suppressions.
50 return suppression_ctx->Match(interceptor_name, kInterceptorName, &s);
62 // Match "odr_violation" suppressions.
63 return suppression_ctx->Match(global_var_name, kODRViolation, &s);
77 // Match "interceptor_via_lib" suppressions.
79 if (suppression_ctx->Match(module_name, kInterceptorViaLibrary, &s))
91 // Match "interceptor_via_fun" suppressions.
92 if (suppression_ctx->Match(function_name, kInterceptorViaFunction,
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangCommentHTMLTagsEmitter.cpp44 StringMatcher::StringPair Match(Spelling, "return true;");
46 MatchesEndTagOptional.push_back(Match);
48 MatchesEndTagForbidden.push_back(Match);
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp69 StringMatcher::StringPair Match(Spelling, CLiteral.str());
70 NameToUTF8.push_back(Match);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.h47 virtual bool Match(ConstString class_name) = 0;
55 bool Match(ConstString class_name) override;
64 bool Match(ConstString class_name) override;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.h38 bool Match(const char *str, const char *type, Suppression **s);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cpp96 if (suppression_ctx->Match(info.function, stype, sp) ||
97 suppression_ctx->Match(info.file, stype, sp) ||
98 suppression_ctx->Match(info.module, stype, sp)) {
135 if (suppression_ctx->Match(global.name, stype, &s) ||
136 suppression_ctx->Match(global.module, stype, &s)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp36 std::pair<LLT, LLT> Match = {Query.Types[TypeIdx0], Query.Types[TypeIdx1]};
37 return std::find(Types.begin(), Types.end(), Match) != Types.end();
46 TypePairAndMemDesc Match = {Query.Types[TypeIdx0], Query.Types[TypeIdx1],
52 return Match.isCompatible(Entry);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp72 for (BoundNodes Match : Matches) {
73 const VarDecl *VD = Match.getNodeAs<VarDecl>(MatchRef);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp343 return Match;
363 return Match;
380 return Match;
393 return T == C.UnsignedCharTy || T == C.SignedCharTy ? Match
396 return T == C.UnsignedShortTy ? Match : NoMatch;
398 return T == C.ShortTy ? Match : NoMatch;
400 return T == C.UnsignedIntTy ? Match : NoMatch;
402 return T == C.IntTy ? Match : NoMatch;
404 return T == C.UnsignedLongTy ? Match : NoMatch;
406 return T == C.LongTy ? Match
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h129 Match, member in class:llvm::DiagnosticPredicateTy
163 explicit DiagnosticPredicate(bool Match) argument
164 : Type(Match ? DiagnosticPredicateTy::Match
170 operator bool() const { return Type == DiagnosticPredicateTy::Match; }
171 bool isMatch() const { return Type == DiagnosticPredicateTy::Match; }
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DMatchConsumer.h72 virtual llvm::Error eval(const ast_matchers::MatchFinder::MatchResult &Match,
/freebsd-11-stable/sys/contrib/dev/acpica/components/events/
H A Devrgnini.c501 BOOLEAN Match; local
512 Match = AcpiUtIsPciRootBridge (Hid->String);
515 if (Match)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDivRemPairs.cpp138 else if (auto Match = matchExpandedRem(I))
139 RemMap[Match->Key] = Match->Value;
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86EVEX2VEXTablesEmitter.cpp108 // Match is allowed if either is VEX_WIG, or they match, or EVEX
212 auto Match = llvm::find_if(VEXInsts[Opcode], IsMatch(EVEXInst)); local
213 if (Match != VEXInsts[Opcode].end())
214 VEXInst = *Match;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp416 return suppression_ctx->Match(TypeName, kVptrCheck, &s);
429 if (Filename != nullptr && suppression_ctx->Match(Filename, SuppType, &s))
433 if (suppression_ctx->Match(Module, SuppType, &s))
439 return suppression_ctx->Match(AI.function, SuppType, &s) ||
440 suppression_ctx->Match(AI.file, SuppType, &s);

Completed in 302 milliseconds

1234