Home
last modified time | relevance | path

Searched refs:PointerSumType (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/ADT/
DPointerSumType.h62 template <typename TagT, typename... MemberTs> class PointerSumType {
68 PointerSumType() : Value(0) {} in PointerSumType() function
72 static PointerSumType
74 PointerSumType Result; in create()
98 bool operator==(const PointerSumType &R) const { return Value == R.Value; }
99 bool operator!=(const PointerSumType &R) const { return Value != R.Value; }
100 bool operator<(const PointerSumType &R) const { return Value < R.Value; }
101 bool operator>(const PointerSumType &R) const { return Value > R.Value; }
102 bool operator<=(const PointerSumType &R) const { return Value <= R.Value; }
103 bool operator>=(const PointerSumType &R) const { return Value >= R.Value; }
[all …]
/external/llvm/unittests/ADT/
DPointerSumTypeTest.cpp21 typedef PointerSumType<Kinds, PointerSumTypeMember<Float, float *>,
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h108 typedef PointerSumType<