/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
H A D | UncheckedOptionalAccessModel.cpp | 330 transferMakeOptionalCall(const CallExpr * E,const MatchFinder::MatchResult &,LatticeTransferState & State) transferMakeOptionalCall() argument 338 transferOptionalHasValueCall(const CXXMemberCallExpr * CallExpr,const MatchFinder::MatchResult &,LatticeTransferState & State) transferOptionalHasValueCall() argument 492 transferNulloptAssignment(const CXXOperatorCallExpr * E,const MatchFinder::MatchResult &,LatticeTransferState & State) transferNulloptAssignment() argument 532 transferSwapCall(const CXXMemberCallExpr * E,const MatchFinder::MatchResult &,LatticeTransferState & State) transferSwapCall() argument 539 transferStdSwapCall(const CallExpr * E,const MatchFinder::MatchResult &,LatticeTransferState & State) transferStdSwapCall() argument 547 transferStdForwardCall(const CallExpr * E,const MatchFinder::MatchResult &,LatticeTransferState & State) transferStdForwardCall() argument 578 transferOptionalAndOptionalCmp(const clang::CXXOperatorCallExpr * CmpExpr,const MatchFinder::MatchResult &,LatticeTransferState & State) transferOptionalAndOptionalCmp() argument 664 __anon28249dc60502(const CXXConstructExpr *E, const MatchFinder::MatchResult &, LatticeTransferState &State) buildTransferMatchSwitch() argument 683 __anon28249dc60602(const CXXConstructExpr *E, const MatchFinder::MatchResult &, LatticeTransferState &State) buildTransferMatchSwitch() argument 691 __anon28249dc60702(const CXXMemberCallExpr *E, const MatchFinder::MatchResult &, LatticeTransferState &State) buildTransferMatchSwitch() argument 699 __anon28249dc60802(const CallExpr *E, const MatchFinder::MatchResult &, LatticeTransferState &State) buildTransferMatchSwitch() argument 720 __anon28249dc60902(const CallExpr *E, const MatchFinder::MatchResult &, LatticeTransferState &State) buildTransferMatchSwitch() argument 732 __anon28249dc60a02(const CXXMemberCallExpr *E, const MatchFinder::MatchResult &, LatticeTransferState &State) buildTransferMatchSwitch() argument 733 __anon28249dc60b02(const CXXMemberCallExpr *E, const MatchFinder::MatchResult &, LatticeTransferState &State) buildTransferMatchSwitch() argument 766 __anon28249dc60c02(const clang::CXXOperatorCallExpr *Cmp, const MatchFinder::MatchResult &, LatticeTransferState &State) buildTransferMatchSwitch() argument 772 __anon28249dc60d02(const clang::CXXOperatorCallExpr *Cmp, const MatchFinder::MatchResult &, LatticeTransferState &State) buildTransferMatchSwitch() argument 780 __anon28249dc60e02(const clang::CXXOperatorCallExpr *Cmp, const MatchFinder::MatchResult &, LatticeTransferState &State) buildTransferMatchSwitch() argument 788 __anon28249dc60f02(const clang::CXXOperatorCallExpr *Cmp, const MatchFinder::MatchResult &, LatticeTransferState &State) buildTransferMatchSwitch() argument 835 __anon28249dc61002(const CXXMemberCallExpr *E, const MatchFinder::MatchResult &, const Environment &Env) buildDiagnoseMatchSwitch() argument 836 __anon28249dc61102(const CallExpr *E, const MatchFinder::MatchResult &, const Environment &Env) buildDiagnoseMatchSwitch() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 689 struct MatchResult { struct 692 MatchResult(size_t MatchPos, size_t MatchLen, Error E) in MatchResult() argument 694 MatchResult(Match M, Error E) : TheMatch(M), TheError(std::move(E)) {} in MatchResult() function 695 MatchResult(Error E) : TheError(std::move(E)) {} in MatchResult() function
|
H A D | FileCheck.cpp | 1977 printMatch(bool ExpectedMatch,const SourceMgr & SM,StringRef Prefix,SMLoc Loc,const Pattern & Pat,int MatchedCount,StringRef Buffer,Pattern::MatchResult MatchResult,const FileCheckRequest & Req,std::vector<FileCheckDiag> * Diags) printMatch() argument 2130 reportMatchResult(bool ExpectedMatch,const SourceMgr & SM,StringRef Prefix,SMLoc Loc,const Pattern & Pat,int MatchedCount,StringRef Buffer,Pattern::MatchResult MatchResult,const FileCheckRequest & Req,std::vector<FileCheckDiag> * Diags) reportMatchResult() argument 2191 Pattern::MatchResult MatchResult = Pat.match(MatchBuffer, SM); Check() local 2314 Pattern::MatchResult MatchResult = NotInfo->DagNotPat.match(Buffer, SM); CheckNot() local 2371 Pattern::MatchResult MatchResult = Pat.match(MatchBuffer, SM); CheckDag() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchFinder.h | 75 struct MatchResult { struct 97 virtual void run(const MatchResult &Result) = 0; argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | RangeSelector.cpp | 30 using MatchResult = MatchFinder::MatchResult; typedef 278 getStatementsRange(const MatchResult &,const CompoundStmt & CS) getStatementsRange() argument 307 getElementsRange(const MatchResult &,const InitListExpr & E) getElementsRange() argument [all...] |
H A D | RewriteRule.cpp | 30 using MatchResult = MatchFinder::MatchResult; typedef 147 llvm::Error eval(const ast_matchers::MatchFinder::MatchResult &, in eval()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/ |
H A D | M68kAsmParser.cpp | 975 ParseStatus MatchResult = MatchOperandParserImpl(Operands, Name); in ParseInstruction() local 1033 unsigned MatchResult = in MatchAndEmitInstruction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
H A D | MSP430AsmParser.cpp | 261 unsigned MatchResult = in MatchAndEmitInstruction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 328 unsigned MatchResult = in MatchAndEmitInstruction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 1025 unsigned MatchResult = MatchInstructionImpl( MatchAndEmitInstruction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 755 unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchAndEmitInstruction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
H A D | VEAsmParser.cpp | 768 unsigned MatchResult = in MatchAndEmitInstruction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
H A D | SystemZAsmParser.cpp | 1525 unsigned MatchResult; in MatchAndEmitInstruction() local
|
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/ |
H A D | ASTMatchFinder.cpp | 1572 MatchFinder::MatchResult::MatchResult(const BoundNodes &Nodes, in MatchResult() function in clang::ast_matchers::MatchFinder::MatchResult
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 3695 typedef PartialSpecMatchResult MatchResult; getPatternForClassTemplateSpecialization() typedef
|
H A D | SemaTemplate.cpp | 4883 typedef PartialSpecMatchResult MatchResult; CheckVarTemplateId() typedef
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 6001 unsigned MatchResult = in MatchAndEmitInstruction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 6415 unsigned MatchResult = MatchAndEmitInstruction() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 7102 if (std::optional<bool> MatchResult = matchSetCC(LHS, RHS, CC, TrueV)) { combineSelectToBinOp() local 7108 if (std::optional<bool> MatchResult = matchSetCC(LHS, RHS, CC, FalseV)) { combineSelectToBinOp() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 11134 unsigned MatchResult; MatchAndEmitInstruction() local
|