/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
H A D | UncheckedOptionalAccessModel.cpp | 403 const MatchFinder::MatchResult &, in transferMakeOptionalCall() 410 const MatchFinder::MatchResult &, in transferOptionalHasValueCall() 562 const MatchFinder::MatchResult &, in transferNulloptAssignment() 602 const MatchFinder::MatchResult &, in transferSwapCall() 609 void transferStdSwapCall(const CallExpr *E, const MatchFinder::MatchResult &, in transferStdSwapCall() 617 void transferStdForwardCall(const CallExpr *E, const MatchFinder::MatchResult &, in transferStdForwardCall() 648 const MatchFinder::MatchResult &, in transferOptionalAndOptionalCmp() 734 [](const CXXConstructExpr *E, const MatchFinder::MatchResult &, in buildTransferMatchSwitch() 753 [](const CXXMemberCallExpr *E, const MatchFinder::MatchResult &, in buildTransferMatchSwitch() 761 const MatchFinder::MatchResult &, in buildTransferMatchSwitch() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 715 struct MatchResult { global() struct 718 MatchResultMatchResult MatchResult() argument 720 MatchResultMatchResult MatchResult() argument 721 MatchResultMatchResult MatchResult() argument
|
H A D | FileCheck.cpp | 1979 Pattern::MatchResult MatchResult, in printMatch() 2132 Pattern::MatchResult MatchResult, in reportMatchResult() 2193 Pattern::MatchResult MatchResult = Pat.match(MatchBuffer, SM); in Check() local 2316 Pattern::MatchResult MatchResult = NotInfo->DagNotPat.match(Buffer, SM); in CheckNot() local 2373 Pattern::MatchResult MatchResult = Pat.match(MatchBuffer, SM); in CheckDag() local
|
/freebsd/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/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | RangeSelector.cpp | 30 using MatchResult = MatchFinder::MatchResult; typedef 271 CharSourceRange getStatementsRange(const MatchResult &, in getStatementsRange() 332 CharSourceRange getElementsRange(const MatchResult &, in getElementsRange()
|
H A D | RewriteRule.cpp | 30 using MatchResult = MatchFinder::MatchResult; typedef 147 llvm::Error eval(const ast_matchers::MatchFinder::MatchResult &, in eval()
|
/freebsd/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/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
H A D | MSP430AsmParser.cpp | 261 unsigned MatchResult = in MatchAndEmitInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 328 unsigned MatchResult = in MatchAndEmitInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 1012 unsigned MatchResult = MatchInstructionImpl( in MatchAndEmitInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 799 unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
H A D | VEAsmParser.cpp | 768 unsigned MatchResult = in MatchAndEmitInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
H A D | SystemZAsmParser.cpp | 1525 unsigned MatchResult; in MatchAndEmitInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | NumericalStabilitySanitizer.cpp | 1533 [[maybe_unused]] Intrinsic::MatchIntrinsicTypesResult MatchResult = in maybeHandleKnownCallBase() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 3835 typedef PartialSpecMatchResult MatchResult; in getPatternForClassTemplateSpecialization() typedef
|
H A D | SemaTemplate.cpp | 4186 typedef PartialSpecMatchResult MatchResult; in CheckVarTemplateId() typedef
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 6001 unsigned MatchResult = in MatchAndEmitInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 6499 unsigned MatchResult = in MatchAndEmitInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 7611 if (std::optional<bool> MatchResult = matchSetCC(LHS, RHS, CC, TrueV)) { combineSelectToBinOp() local 7617 if (std::optional<bool> MatchResult = matchSetCC(LHS, RHS, CC, FalseV)) { combineSelectToBinOp() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 11359 unsigned MatchResult; in MatchAndEmitInstruction() local
|