Home
last modified time | relevance | path

Searched defs:Matching (Results 1 – 8 of 8) sorted by relevance

/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
DIsIterableContainingInAnyOrder.java40 private static class Matching<S> { class in IsIterableContainingInAnyOrder
44 public Matching(Collection<Matcher<? super S>> matchers, Description mismatchDescription) { in Matching() method in IsIterableContainingInAnyOrder.Matching
/external/llvm/docs/
DCodeGenerator.rst1754 .. _Implementations of the abstract target description interfaces:
1755 .. _implement the target description:
/external/llvm-project/llvm/docs/
DCodeGenerator.rst1793 .. _Implementations of the abstract target description interfaces:
1794 .. _implement the target description:
/external/llvm-project/clang/lib/Tooling/Inclusions/
DHeaderIncludes.cpp254 StringRef Matching; in isMainHeader() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveInterval.cpp938 LaneBitmask Matching = SRMask & LaneMask; in refineSubRanges() local
/external/llvm-project/llvm/lib/CodeGen/
DLiveInterval.cpp938 LaneBitmask Matching = SRMask & LaneMask; in refineSubRanges() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp1096 Instruction *Matching = MemInstMatching ? MemInst.get() : InVal.DefInst; in getMatchingValue() local
/external/llvm-project/clang/lib/Format/
DFormat.cpp1680 FormatToken *Matching = FormatTok->MatchingParen; in insertTrailingCommas() local