Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h107 inline bool IsAddress(PrimitiveType primitiveType) in IsAddress()
132 inline bool IsPrimitivePureScalar(PrimitiveType primitiveType) in IsPrimitivePureScalar()
138 inline bool IsPrimitiveUnsigned(PrimitiveType primitiveType) in IsPrimitiveUnsigned()
143 inline bool IsUnsignedInteger(PrimitiveType primitiveType) in IsUnsignedInteger()
148 inline bool IsSignedInteger(PrimitiveType primitiveType) in IsSignedInteger()
153 inline bool IsPrimitiveInteger(PrimitiveType primitiveType) in IsPrimitiveInteger()
158 inline bool IsPrimitiveDynType(PrimitiveType primitiveType) in IsPrimitiveDynType()
163 inline bool IsPrimitiveDynInteger(PrimitiveType primitiveType) in IsPrimitiveDynInteger()
168 inline bool IsPrimitiveDynFloat(PrimitiveType primitiveType) in IsPrimitiveDynFloat()
173 inline bool IsPrimitiveFloat(PrimitiveType primitiveType) in IsPrimitiveFloat()
[all …]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp888 auto primitiveType = sampleType.GetPrimitiveType(); in HWTEST_F_L0() local
1082 auto primitiveType = sampleType.GetPrimitiveType(); in HWTEST_F_L0() local