Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/types/
Dtype.h36 #define DECLARE_TYPENAMES(typeFlag, typeName) class typeName; argument
53 #define TYPE_IS_CHECKS(typeFlag, typeName) \ in TYPE_MAPPING() argument
61 #define TYPE_AS_CASTS(typeFlag, typeName) \ in TYPE_MAPPING() argument
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dtype.h40 #define DECLARE_TYPENAMES(typeFlag, typeName) class typeName; // CC-OFF(G.PRE.09) code gen argument
63 #define TYPE_IS_CHECKS(typeFlag, typeName) \ argument
74 #define TYPE_AS_CASTS(typeFlag, typeName) \ argument
199 bool HasTypeFlag(TypeFlag typeFlag) const in HasTypeFlag()
204 void AddTypeFlag(TypeFlag typeFlag) in AddTypeFlag()
209 void RemoveTypeFlag(TypeFlag typeFlag) in RemoveTypeFlag()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dcmpl.h176 uint8 typeFlag; // a flag to speed up type related operations in the VM member
259 inline bool IsDynType(uint8 typeFlag) in IsDynType()
264 inline bool IsDynFloat(uint8 typeFlag) in IsDynFloat()
269 inline bool IsDynInteger(uint8 typeFlag) in IsDynInteger()
275 inline bool IsFloat(uint8 typeFlag) in IsFloat()
280 inline bool IsScalarType(uint8 typeFlag) in IsScalarType()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap_region_allocator.cpp37 RegionTypeFlag typeFlag = isFresh ? RegionTypeFlag::FRESH : RegionTypeFlag::DEFAULT; in AllocateAlignedRegion() local
Dregion.h169 RegionSpaceFlag spaceType, RegionTypeFlag typeFlag) in Region()
625 void SetRegionTypeFlag(RegionTypeFlag typeFlag) in SetRegionTypeFlag()
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp95 const auto typeFlag = checker::ETSChecker::ETSType(aliasedType); in ProcessTypeAliasDependencies() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp1847 void ETSGen::CastDynamicTo(const ir::AstNode *node, enum checker::TypeFlag typeFlag) in CastDynamicTo()