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
55 bool IsInteger() const in IsInteger()
59 bool IsUnsigned() const in IsUnsigned()
64 bool IsAddress() const in IsAddress()
78 bool IsFloat() const in IsFloat()
83 bool IsPointer() const in IsPointer()
97 bool IsSimple() const in IsSimple()
101 bool IsDynamic() const in IsDynamic()
105 bool IsDynamicAny() const in IsDynamicAny()
[all …]