| /external/skqp/experimental/svg/model/ |
| D | SkPEG.h | 25 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/ |
| D | ByteCode.h | 97 struct MatchResult { struct 98 MatchResult(Location loc, const PDLByteCodePattern &pattern, in MatchResult() function 103 Location location; 105 SmallVector<const void *, 4> values; 130 SmallVectorImpl<MatchResult> &matches, argument
|
| /external/clang/include/clang/ASTMatchers/ |
| D | ASTMatchFinder.h | 75 struct MatchResult { struct 97 virtual void run(const MatchResult &Result) = 0; argument
|
| /external/flatbuffers/tests/fuzzer/ |
| D | flatbuffers_scalar_fuzzer.cc | 52 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/ |
| D | ASTMatchFinder.h | 74 struct MatchResult { struct 96 virtual void run(const MatchResult &Result) = 0; argument
|
| /external/llvm-project/flang/include/flang/Optimizer/Support/ |
| D | KindMapping.h | 48 using MatchResult = mlir::ParseResult; variable
|
| /external/llvm-project/clang/lib/Tooling/Transformer/ |
| D | RangeSelector.cpp | 29 using MatchResult = MatchFinder::MatchResult; typedef 267 CharSourceRange getStatementsRange(const MatchResult &, in getStatementsRange() 296 CharSourceRange getElementsRange(const MatchResult &, in getElementsRange()
|
| D | RewriteRule.cpp | 31 using MatchResult = MatchFinder::MatchResult; typedef 126 llvm::Error eval(const ast_matchers::MatchFinder::MatchResult &, in eval()
|
| D | Stencil.cpp | 175 Error evalData(const RawTextData &Data, const MatchFinder::MatchResult &, in evalData()
|
| /external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
| D | MagicNumbersCheck.h | 46 bool isBitFieldWidth(const clang::ast_matchers::MatchFinder::MatchResult &, in isBitFieldWidth()
|
| D | ConstReturnTypeCheck.cpp | 71 const MatchFinder::MatchResult &MatchResult) { in checkDef()
|
| /external/llvm-project/clang-tools-extra/clang-tidy/google/ |
| D | IntegerTypesCheck.cpp | 24 const MatchFinder::MatchResult &MatchResult, in getTokenAtLoc()
|
| /external/llvm-project/flang/lib/Optimizer/Support/ |
| D | KindMapping.cpp | 21 using MatchResult = fir::KindMapping::MatchResult; typedef
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/ |
| D | AVRAsmParser.cpp | 320 unsigned MatchResult = in MatchAndEmitInstruction() local 608 auto MatchResult = MatchOperandParserImpl(Operands, Mnemonic); in ParseInstruction() local
|
| /external/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
| D | AVRAsmParser.cpp | 322 unsigned MatchResult = in MatchAndEmitInstruction() local 628 auto MatchResult = MatchOperandParserImpl(Operands, Mnemonic); in ParseInstruction() local
|
| /external/llvm-project/libc/utils/UnitTest/ |
| D | Test.cpp | 252 bool Test::testMatch(bool MatchResult, MatcherBase &Matcher, const char *LHSStr, in testMatch()
|
| /external/llvm-project/clang/unittests/Tooling/ |
| D | SourceCodeBuildersTest.cpp | 22 using MatchResult = MatchFinder::MatchResult; typedef
|
| /external/rust/crates/glob/src/ |
| D | lib.rs | 522 enum MatchResult { enum 719 ) -> MatchResult { in matches_from()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | FileCheck.cpp | 1438 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/ |
| D | check_output.py | 176 class MatchResult: class
|
| /external/cldr/tools/java/org/unicode/cldr/tool/ |
| D | Option.java | 185 enum MatchResult { enum in Option
|
| /external/llvm-project/llvm/lib/FileCheck/ |
| D | FileCheck.cpp | 2139 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/ |
| D | MSP430AsmParser.cpp | 258 unsigned MatchResult = in MatchAndEmitInstruction() local
|
| /external/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
| D | MSP430AsmParser.cpp | 260 unsigned MatchResult = in MatchAndEmitInstruction() local
|
| /external/llvm/lib/Target/Sparc/AsmParser/ |
| D | SparcAsmParser.cpp | 549 unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction() local
|