Home
last modified time | relevance | path

Searched defs:Relation (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/index/
DRelation.h34 struct Relation { struct
36 RelationKind Predicate; argument
39 bool operator==(const Relation &Other) const { argument
DYAMLSerialization.cpp44 llvm::Optional<clang::clangd::Relation> Relation; member
DSerialization.cpp641 for (const auto &Relation : Relations) in writeRIFF() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DRelation.java35 public class Relation<K, V> implements Freezable<Relation<K,V>> { // TODO: add , Map<K, Collection<… class
49 public Relation(Map<K, Set<V>> map, Class<?> setCreator) { in Relation() method in Relation
54 public Relation(Map<K, Set<V>> map, Class<?> setCreator, Comparator<V> setComparator) { in Relation() method in Relation
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRelation.java33 public class Relation<K, V> implements Freezable<Relation<K,V>> { // TODO: add , Map<K, Collection<… class
47 public Relation(Map<K, Set<V>> map, Class<?> setCreator) { in Relation() method in Relation
52 public Relation(Map<K, Set<V>> map, Class<?> setCreator, Comparator<V> setComparator) { in Relation() method in Relation
/external/llvm-project/mlir/docs/
DQuantization.md86 ### Relation subsection
/external/cldr/tools/java/org/unicode/cldr/util/props/
DUnicodePropertySymbolTable.java221 public enum Relation {less, leq, equal, geq, greater} enum
DBagFormatter.java229 abstract public static class Relation { class in BagFormatter
/external/llvm-project/clang-tools-extra/clangd/index/remote/
DIndex.proto128 message Relation { message
/external/llvm-project/polly/lib/Analysis/
DDependenceInfo.cpp88 static __isl_give isl_map *tag(__isl_take isl_map *Relation, in tag()
101 static __isl_give isl_map *tag(__isl_take isl_map *Relation, MemoryAccess *MA, in tag()
DScopInfo.cpp459 isl::map Relation = AccessRelation; in wrapConstantDimensions() local
761 isl::map Relation = AccessRelation; in computeBoundsOnAccessRelation() local
/external/boringssl/src/util/fipstools/acvp/acvptool/acvp/
Dacvp.go300 type Relation int type
341 Relation Relation member
/external/libcxx/benchmarks/
Dstring.bench.cpp218 enum class Relation { Eq, Less, Compare }; enum
/external/llvm-project/libcxx/benchmarks/
Dstring.bench.cpp395 enum class Relation { Eq, Less, Compare }; enum
/external/llvm-project/polly/lib/Support/
DISLTools.cpp302 isl::map Relation; in computeReachingWrite() local
/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp2094 RelationKind Relation; member in __anon4852db4a0111::MemoryVsLLTSizePredicateMatcher
2099 enum RelationKind Relation, in MemoryVsLLTSizePredicateMatcher()
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2633 isl_map *Relation = Acc->getAccessRelation().release(); in getTaggedAccesses() local
/external/llvm-project/llvm/unittests/ADT/
DAPFloatTest.cpp3084 using Relation = void (*)(const APFloat &, const APFloat &); in TEST() typedef
/external/clang/lib/Analysis/
DCFG.cpp732 TryResult analyzeLogicOperatorCondition(BinaryOperatorKind Relation, in analyzeLogicOperatorCondition()
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp1008 TryResult analyzeLogicOperatorCondition(BinaryOperatorKind Relation, in analyzeLogicOperatorCondition()