Searched defs:MatchResult (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h75 struct MatchResult { struct in class:clang::ast_matchers::MatchFinder
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp664 [](const CXXConstructExpr *E, const MatchFinder::MatchResult &, member in class:clang::dataflow::MatchFinder
683 [](const CXXMemberCallExpr *E, const MatchFinder::MatchResult &, member in class:clang::dataflow::MatchFinder
691 const MatchFinder::MatchResult &, member in class:clang::dataflow::MatchFinder
699 const MatchFinder::MatchResult &, member in class:clang::dataflow::MatchFinder
835 const MatchFinder::MatchResult &, member in class:clang::MatchFinder
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp261 unsigned MatchResult = local
/freebsd-current/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h689 struct MatchResult { struct in class:llvm::Pattern
692 MatchResult(size_t MatchPos, size_t MatchLen, Error E) function in struct:llvm::Pattern::MatchResult
694 MatchResult(Match M, Error E) : TheMatch(M), TheError(std::move(E)) {} function in struct:llvm::Pattern::MatchResult
695 MatchResult(Error E) : TheError(std::move(E)) {} function in struct:llvm::Pattern::MatchResult
H A DFileCheck.cpp1974 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) argument
2127 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) argument
2191 Pattern::MatchResult MatchResult = Pat.match(MatchBuffer, SM); local
2314 Pattern::MatchResult MatchResult = NotInfo->DagNotPat.match(Buffer, SM); local
2371 Pattern::MatchResult MatchResult = Pat.match(MatchBuffer, SM); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp975 ParseStatus MatchResult = MatchOperandParserImpl(Operands, Name); local
1033 unsigned MatchResult = local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp328 unsigned MatchResult = local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1025 unsigned MatchResult = MatchInstructionImpl( variable
/freebsd-current/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1572 MatchFinder::MatchResult::MatchResult(const BoundNodes &Nodes, function in class:clang::ast_matchers::MatchFinder::MatchResult
/freebsd-current/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp768 unsigned MatchResult = local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp755 unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1525 unsigned MatchResult; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6415 unsigned MatchResult = local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6001 unsigned MatchResult = local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11134 unsigned MatchResult; local
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp4883 typedef PartialSpecMatchResult MatchResult; typedef

Completed in 353 milliseconds