Home
last modified time | relevance | path

Searched defs:MatchResult (Results 1 – 20 of 20) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp330 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 DFileCheckImpl.h689 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 DFileCheck.cpp1977 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 DASTMatchFinder.h75 struct MatchResult { struct
97 virtual void run(const MatchResult &Result) = 0; argument
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp30 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 DRewriteRule.cpp30 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 DM68kAsmParser.cpp975 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 DMSP430AsmParser.cpp261 unsigned MatchResult = in MatchAndEmitInstruction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp328 unsigned MatchResult = in MatchAndEmitInstruction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1025 unsigned MatchResult = MatchInstructionImpl( MatchAndEmitInstruction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp755 unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchAndEmitInstruction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp768 unsigned MatchResult = in MatchAndEmitInstruction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1525 unsigned MatchResult; in MatchAndEmitInstruction() local
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1572 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 DSemaTemplateInstantiate.cpp3695 typedef PartialSpecMatchResult MatchResult; getPatternForClassTemplateSpecialization() typedef
H A DSemaTemplate.cpp4883 typedef PartialSpecMatchResult MatchResult; CheckVarTemplateId() typedef
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6001 unsigned MatchResult = in MatchAndEmitInstruction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6415 unsigned MatchResult = MatchAndEmitInstruction() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7102 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 DARMAsmParser.cpp11134 unsigned MatchResult; MatchAndEmitInstruction() local