Searched refs:SimpleValue (Results 1 – 9 of 9) sorted by relevance
46 struct SimpleValue { struct49 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() argument73 template<> struct isPodLike<SimpleValue> {77 template<> struct DenseMapInfo<SimpleValue> {78 static inline SimpleValue getEmptyKey() { in getEmptyKey()81 static inline SimpleValue getTombstoneKey() { in getTombstoneKey()84 static unsigned getHashValue(SimpleValue Val);85 static bool isEqual(SimpleValue LHS, SimpleValue RHS);89 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue()122 bool DenseMapInfo<SimpleValue>::isEqual(SimpleValue LHS, SimpleValue RHS) { in isEqual()[all …]
54 struct SimpleValue { struct57 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() function80 template <> struct DenseMapInfo<SimpleValue> {81 static inline SimpleValue getEmptyKey() { in getEmptyKey()84 static inline SimpleValue getTombstoneKey() { in getTombstoneKey()87 static unsigned getHashValue(SimpleValue Val);88 static bool isEqual(SimpleValue LHS, SimpleValue RHS);92 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue()139 bool DenseMapInfo<SimpleValue>::isEqual(SimpleValue LHS, SimpleValue RHS) { in isEqual()255 BumpPtrAllocator, ScopedHashTableVal<SimpleValue, Value *>> AllocatorTy;[all …]
84 struct SimpleValue { struct87 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() argument112 template <> struct DenseMapInfo<SimpleValue> {113 static inline SimpleValue getEmptyKey() { in getEmptyKey()117 static inline SimpleValue getTombstoneKey() { in getTombstoneKey()121 static unsigned getHashValue(SimpleValue Val);122 static bool isEqual(SimpleValue LHS, SimpleValue RHS);127 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue()192 bool DenseMapInfo<SimpleValue>::isEqual(SimpleValue LHS, SimpleValue RHS) { in isEqual()339 ScopedHashTableVal<SimpleValue, Value *>>;[all …]
179 Value: `SimpleValue` `ValueSuffix`*196 :token:`SimpleValue` has a number of forms:200 SimpleValue: `TokIdentifier`245 SimpleValue: `TokInteger`250 SimpleValue: `TokString`+256 SimpleValue: `TokCodeFragment`261 SimpleValue: "?"266 SimpleValue: "{" `ValueList` "}"274 SimpleValue: `ClassID` "<" `ValueListNE` ">"281 SimpleValue: "[" `ValueList` "]" ["<" `Type` ">"][all …]
186 Value: `SimpleValue` `ValueSuffix`*203 :token:`SimpleValue` has a number of forms:207 SimpleValue: `TokIdentifier`263 SimpleValue: `TokInteger`268 SimpleValue: `TokString`+274 SimpleValue: `TokCodeFragment`279 SimpleValue: "?"284 SimpleValue: "{" `ValueList` "}"292 SimpleValue: `ClassID` "<" `ValueListNE` ">"299 SimpleValue: "[" `ValueList` "]" ["<" `Type` ">"][all …]
22 TEST(ErrorOr, SimpleValue) { in TEST() argument
183 class SimpleValue(BaseConverter): class190 class IntValue(SimpleValue):261 class Tag(SimpleValue):268 class GlyphID(SimpleValue):301 class FloatValue(SimpleValue):352 class Char64(SimpleValue):600 if issubclass(self.tableClass, SimpleValue):
META-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...