Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheckImpl.h738 struct MatchResult { struct
741 MatchResult(size_t MatchPos, size_t MatchLen, Error E) in MatchResult() argument
743 MatchResult(Match M, Error E) : TheMatch(M), TheError(std::move(E)) {} in MatchResult() function
744 MatchResult(Error E) : TheError(std::move(E)) {} in MatchResult() argument
H A DFileCheck.cpp2048 Pattern::MatchResult MatchResult, in printMatch()
2201 Pattern::MatchResult MatchResult, in reportMatchResult()
2262 Pattern::MatchResult MatchResult = Pat.match(MatchBuffer, SM); in Check() local
2384 Pattern::MatchResult MatchResult = Pat->match(Buffer, SM); in CheckNot() local
2438 Pattern::MatchResult MatchResult = Pat.match(MatchBuffer, SM); in CheckDag() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h74 struct MatchResult { struct
96 virtual void run(const MatchResult &Result) = 0; argument
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp30 using MatchResult = MatchFinder::MatchResult; typedef
276 CharSourceRange getStatementsRange(const MatchResult &, in getStatementsRange()
305 CharSourceRange getElementsRange(const MatchResult &, in getElementsRange()
H A DRewriteRule.cpp31 using MatchResult = MatchFinder::MatchResult; typedef
131 llvm::Error eval(const ast_matchers::MatchFinder::MatchResult &, in eval()
H A DStencil.cpp175 Error evalData(const RawTextData &Data, const MatchFinder::MatchResult &, in evalData()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp765 auto MatchResult = MatchOperandParserImpl(Operands, Name); in ParseInstruction() local
826 unsigned MatchResult = in MatchAndEmitInstruction() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp321 unsigned MatchResult = in MatchAndEmitInstruction() local
627 auto MatchResult = MatchOperandParserImpl(Operands, Mnemonic); in ParseInstruction() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp259 unsigned MatchResult = in MatchAndEmitInstruction() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp638 unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp977 unsigned MatchResult = MatchInstructionImpl( in MatchAndEmitInstruction() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp765 unsigned MatchResult = in MatchAndEmitInstruction() local
/netbsd/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1324 MatchFinder::MatchResult::MatchResult(const BoundNodes &Nodes, in MatchResult() function in clang::ast_matchers::MatchFinder::MatchResult
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1499 unsigned MatchResult; in MatchAndEmitInstruction() local
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3070 typedef PartialSpecMatchResult MatchResult; in getPatternForClassTemplateSpecialization() typedef
H A DSemaTemplate.cpp4533 typedef PartialSpecMatchResult MatchResult; in CheckVarTemplateId() typedef
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5033 unsigned MatchResult = in MatchAndEmitInstruction() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp5931 unsigned MatchResult = in MatchAndEmitInstruction() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp10925 unsigned MatchResult; in MatchAndEmitInstruction() local