Home
last modified time | relevance | path

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

12

/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.cc72 struct MatchResult { struct in RegexMatcher
73 size_t pos{ 0 };
74 size_t len{ 0 };
75 bool res{ false };
76 bool quoted{ false };
/external/rust/beto-rust/nearby/presence/ldt_np_adv/benches/
Dldt_adv_scan.rs100 pub struct MatchResult<const O: usize> { struct
102 matching_index: usize,
104 buffer: ArrayView<u8, O>,
/external/cronet/base/i18n/
Dstring_search_unittest.cc338 struct MatchResult { in TEST() struct
339 int match_index; in TEST()
340 int match_length; in TEST()
/external/swiftshader/third_party/SPIRV-Tools/source/diff/
Ddiff.cpp1522 struct MatchResult { in BestEffortMatchFunctions() struct
1523 uint32_t src_id; in BestEffortMatchFunctions()
1524 uint32_t dst_id; in BestEffortMatchFunctions()
1525 DiffMatch src_match; in BestEffortMatchFunctions()
1526 DiffMatch dst_match; in BestEffortMatchFunctions()
1527 float match_rate; in BestEffortMatchFunctions()
1528 bool operator<(const MatchResult& other) const { in BestEffortMatchFunctions()
/external/deqp-deps/SPIRV-Tools/source/diff/
Ddiff.cpp1519 struct MatchResult { in BestEffortMatchFunctions() struct
1520 uint32_t src_id; in BestEffortMatchFunctions()
1521 uint32_t dst_id; in BestEffortMatchFunctions()
1522 DiffMatch src_match; in BestEffortMatchFunctions()
1523 DiffMatch dst_match; in BestEffortMatchFunctions()
1524 float match_rate; in BestEffortMatchFunctions()
1525 bool operator<(const MatchResult& other) const { in BestEffortMatchFunctions()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/diff/
Ddiff.cpp1616 struct MatchResult { in BestEffortMatchFunctions() struct
1617 uint32_t src_id; in BestEffortMatchFunctions()
1618 uint32_t dst_id; in BestEffortMatchFunctions()
1619 DiffMatch src_match; in BestEffortMatchFunctions()
1620 DiffMatch dst_match; in BestEffortMatchFunctions()
1621 float match_rate; in BestEffortMatchFunctions()
1622 bool operator<(const MatchResult& other) const { in BestEffortMatchFunctions()
/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/rust/crates/glob/src/
Dlib.rs530 enum MatchResult { enum
728 ) -> 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/cldr-code/src/main/java/org/unicode/cldr/tool/
DOption.java185 enum MatchResult { enum in Option
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/
DMSP430AsmParser.cpp258 unsigned MatchResult = in MatchAndEmitInstruction() local
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp549 unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp587 unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp825 unsigned MatchResult = in MatchAndEmitInstruction() local
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp888 MatchFinder::MatchResult::MatchResult(const BoundNodes &Nodes, in MatchResult() function in clang::ast_matchers::MatchFinder::MatchResult
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp791 unsigned MatchResult; in MatchAndEmitInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp1247 unsigned MatchResult; in MatchAndEmitInstruction() local
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2311 typedef PartialSpecMatchResult MatchResult; in InstantiateClassTemplateSpecialization() typedef
DSemaTemplate.cpp2788 typedef PartialSpecMatchResult MatchResult; in CheckVarTemplateId() typedef
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp4016 unsigned MatchResult = in MatchAndEmitInstruction() local
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3762 unsigned MatchResult = in MatchAndEmitInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp4787 unsigned MatchResult = in MatchAndEmitInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp5739 unsigned MatchResult = in MatchAndEmitInstruction() local

12