Home
last modified time | relevance | path

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

123

/external/skqp/experimental/svg/model/
DSkPEG.h25 struct MatchResult { struct
26 MatchResult(std::nullptr_t) : fNext(nullptr) {} in MatchResult() function
27 MatchResult(const char* next, const V& v) : fNext(next), fValue(&v) {} in MatchResult() argument
55 using MatchT = MatchResult<V>; argument
/external/llvm-project/mlir/lib/Rewrite/
DByteCode.h97 struct MatchResult { struct
98 MatchResult(Location loc, const PDLByteCodePattern &pattern, in MatchResult() argument
103 Location location;
105 SmallVector<const void *, 4> values;
130 SmallVectorImpl<MatchResult> &matches, argument
/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h75 struct MatchResult { struct
97 virtual void run(const MatchResult &Result) = 0; argument
/external/flatbuffers/tests/fuzzer/
Dflatbuffers_scalar_fuzzer.cc52 struct MatchResult { struct in RegexMatcher
53 size_t pos{ 0 };
54 size_t len{ 0 };
55 bool res{ false };
56 bool quoted{ false };
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchFinder.h74 struct MatchResult { struct
96 virtual void run(const MatchResult &Result) = 0; argument
/external/llvm-project/flang/include/flang/Optimizer/Support/
DKindMapping.h48 using MatchResult = mlir::ParseResult; variable
/external/llvm-project/clang/lib/Tooling/Transformer/
DRangeSelector.cpp29 using MatchResult = MatchFinder::MatchResult; typedef
267 CharSourceRange getStatementsRange(const MatchResult &, in getStatementsRange()
296 CharSourceRange getElementsRange(const MatchResult &, in getElementsRange()
DRewriteRule.cpp31 using MatchResult = MatchFinder::MatchResult; typedef
126 llvm::Error eval(const ast_matchers::MatchFinder::MatchResult &, in eval()
DStencil.cpp175 Error evalData(const RawTextData &Data, const MatchFinder::MatchResult &, in evalData()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DMagicNumbersCheck.h46 bool isBitFieldWidth(const clang::ast_matchers::MatchFinder::MatchResult &, in isBitFieldWidth()
DConstReturnTypeCheck.cpp71 const MatchFinder::MatchResult &MatchResult) { in checkDef()
/external/llvm-project/clang-tools-extra/clang-tidy/google/
DIntegerTypesCheck.cpp24 const MatchFinder::MatchResult &MatchResult, in getTokenAtLoc()
/external/llvm-project/flang/lib/Optimizer/Support/
DKindMapping.cpp21 using MatchResult = fir::KindMapping::MatchResult; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp320 unsigned MatchResult = in MatchAndEmitInstruction() local
608 auto MatchResult = MatchOperandParserImpl(Operands, Mnemonic); in ParseInstruction() local
/external/llvm-project/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp322 unsigned MatchResult = in MatchAndEmitInstruction() local
628 auto MatchResult = MatchOperandParserImpl(Operands, Mnemonic); in ParseInstruction() local
/external/llvm-project/libc/utils/UnitTest/
DTest.cpp252 bool Test::testMatch(bool MatchResult, MatcherBase &Matcher, const char *LHSStr, in testMatch()
/external/llvm-project/clang/unittests/Tooling/
DSourceCodeBuildersTest.cpp22 using MatchResult = MatchFinder::MatchResult; typedef
/external/rust/crates/glob/src/
Dlib.rs522 enum MatchResult { enum
719 ) -> MatchResult { in matches_from()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp1438 Expected<size_t> MatchResult = Pat.match(MatchBuffer, CurrentMatchLen, SM); in Check() local
1561 Expected<size_t> MatchResult = Pat->match(Buffer, MatchLen, SM); in CheckNot() local
1621 Expected<size_t> MatchResult = Pat.match(MatchBuffer, MatchLen, SM); in CheckDag() local
/external/mesa3d/src/amd/compiler/tests/
Dcheck_output.py176 class MatchResult: class
/external/cldr/tools/java/org/unicode/cldr/tool/
DOption.java185 enum MatchResult { enum in Option
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp2139 Expected<size_t> MatchResult = Pat.match(MatchBuffer, CurrentMatchLen, SM); in Check() local
2263 Expected<size_t> MatchResult = Pat->match(Buffer, MatchLen, SM); in CheckNot() local
2323 Expected<size_t> MatchResult = Pat.match(MatchBuffer, MatchLen, SM); in CheckDag() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/
DMSP430AsmParser.cpp258 unsigned MatchResult = in MatchAndEmitInstruction() local
/external/llvm-project/llvm/lib/Target/MSP430/AsmParser/
DMSP430AsmParser.cpp260 unsigned MatchResult = in MatchAndEmitInstruction() local
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp549 unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction() local

123