Home
last modified time | relevance | path

Searched defs:PrimitiveTypeProperty (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dcfg_primitive_types.h36 struct PrimitiveTypeProperty { struct
39PrimitiveTypeProperty(PrimType type, bool isInteger, bool isUnsigned, bool isAddress, bool isFloat… in PrimitiveTypeProperty() argument
51 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