Searched defs:SimpleValue (Results 1 - 3 of 3) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotConverters.py84 class SimpleValue(BaseConverter): class in inherits:BaseConverter
91 class IntValue(SimpleValue):
150 class Tag(SimpleValue):
156 class GlyphID(SimpleValue):
166 class FloatValue(SimpleValue):
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotConverters.py84 class SimpleValue(BaseConverter): class in inherits:BaseConverter
91 class IntValue(SimpleValue):
150 class Tag(SimpleValue):
156 class GlyphID(SimpleValue):
166 class FloatValue(SimpleValue):
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp47 // SimpleValue
52 struct SimpleValue { struct in namespace:__anon11009
55 SimpleValue(Instruction *I) : Inst(I) { function in struct:__anon11009::SimpleValue
78 template <> struct DenseMapInfo<SimpleValue> {
79 static inline SimpleValue getEmptyKey() {
82 static inline SimpleValue getTombstoneKey() {
85 static unsigned getHashValue(SimpleValue Val);
86 static bool isEqual(SimpleValue LHS, SimpleValue RHS);
90 unsigned DenseMapInfo<SimpleValue>
[all...]

Completed in 705 milliseconds