Searched refs:GetInstance (Results 1 – 4 of 4) sorted by relevance
122 inline const DoubleHiType* DoubleHiType::GetInstance() { in GetInstance() function127 inline const DoubleLoType* DoubleLoType::GetInstance() { in GetInstance() function132 inline const LongHiType* LongHiType::GetInstance() { in GetInstance() function137 inline const LongLoType* LongLoType::GetInstance() { in GetInstance() function142 inline const FloatType* FloatType::GetInstance() { in GetInstance() function147 inline const CharType* CharType::GetInstance() { in GetInstance() function152 inline const ShortType* ShortType::GetInstance() { in GetInstance() function157 inline const ByteType* ByteType::GetInstance() { in GetInstance() function163 inline const IntegerType* IntegerType::GetInstance() { in GetInstance() function168 inline const BooleanType* BooleanType::GetInstance() { in GetInstance() function[all …]
49 entries_.push_back(UndefinedType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()50 entries_.push_back(ConflictType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()51 entries_.push_back(BooleanType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()52 entries_.push_back(ByteType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()53 entries_.push_back(ShortType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()54 entries_.push_back(CharType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()55 entries_.push_back(IntegerType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()56 entries_.push_back(LongLoType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()57 entries_.push_back(LongHiType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()58 entries_.push_back(FloatType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()[all …]
81 return *BooleanType::GetInstance(); in Boolean()84 return *ByteType::GetInstance(); in Byte()87 return *CharType::GetInstance(); in Char()90 return *ShortType::GetInstance(); in Short()93 return *IntegerType::GetInstance(); in Integer()96 return *FloatType::GetInstance(); in Float()99 return *LongLoType::GetInstance(); in LongLo()102 return *LongHiType::GetInstance(); in LongHi()105 return *DoubleLoType::GetInstance(); in DoubleLo()108 return *DoubleHiType::GetInstance(); in DoubleHi()[all …]
310 static const ConflictType* GetInstance() PURE;339 static const UndefinedType* GetInstance() PURE;380 static const IntegerType* GetInstance() PURE;398 static const BooleanType* GetInstance() PURE;417 static const ByteType* GetInstance() PURE;435 static const ShortType* GetInstance() PURE;453 static const CharType* GetInstance() PURE;471 static const FloatType* GetInstance() PURE;496 static const LongLoType* GetInstance() PURE;514 static const LongHiType* GetInstance() PURE;[all …]