Searched defs:PrimitiveTypeProperty (Results 1 – 1 of 1) sorted by relevance
36 struct PrimitiveTypeProperty { struct39 …PrimitiveTypeProperty(PrimType type, bool isInteger, bool isUnsigned, bool isAddress, bool isFloat… in PrimitiveTypeProperty() argument51 bool IsInteger() const in IsInteger()55 bool IsUnsigned() const in IsUnsigned()60 bool IsAddress() const in IsAddress()74 bool IsFloat() const in IsFloat()79 bool IsPointer() const in IsPointer()107 const PrimitiveTypeProperty &GetPrimitiveTypeProperty(PrimType pType); argument