Home
last modified time | relevance | path

Searched defs:typeFlag (Results 1 – 10 of 10) 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.h42 #define DECLARE_TYPENAMES(typeFlag, typeName) class typeName; argument
64 #define TYPE_IS_CHECKS(typeFlag, typeName) \ argument
73 #define TYPE_AS_CASTS(typeFlag, typeName) \ argument
177 bool HasTypeFlag(TypeFlag typeFlag) const in HasTypeFlag()
182 void AddTypeFlag(TypeFlag typeFlag) in AddTypeFlag()
187 void RemoveTypeFlag(TypeFlag typeFlag) in RemoveTypeFlag()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dcmpl.h177 uint8 typeFlag; // a flag to speed up type related operations in the VM member
260 inline bool IsDynType(uint8 typeFlag) in IsDynType()
265 inline bool IsDynFloat(uint8 typeFlag) in IsDynFloat()
270 inline bool IsDynInteger(uint8 typeFlag) in IsDynInteger()
276 inline bool IsFloat(uint8 typeFlag) in IsFloat()
281 inline bool IsScalarType(uint8 typeFlag) in IsScalarType()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DtypeExtractorEmitter.cpp198 static void GenTypeSummaryInfo(bool typeFlag, int64_t typeSummaryIndex, const std::string &recordNa… in GenTypeSummaryInfo()
219 void TypeExtractorEmitter::GenTypeInfoRecord(panda::pandasm::Program *prog, bool typeFlag, in GenTypeInfoRecord()
227 …id TypeExtractorEmitter::GenTypeInfoRecordForMergeABC(panda::pandasm::Program *prog, bool typeFlag, in GenTypeInfoRecordForMergeABC()
Demitter.cpp509 void Emitter::FillTypeInfoRecord(CompilerContext *context, bool typeFlag, int64_t typeSummaryIndex, in FillTypeInfoRecord()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsEnumType.cpp27 const ir::TSEnumMember *const member, TypeFlag const typeFlag) in ETSEnumInterface()
/arkcompiler/ets_frontend/ets2panda/util/
DdeclgenEts2Ts.cpp175 #define TYPE_CHECKS(typeFlag, typeName) \ in GenTypeNonNullish() argument
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.cpp794 int64_t typeFlag = PrimitiveType::ANY; in HandleNewlyGenFuncExpression() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp1259 auto typeFlag = typeInfoRecord["tf"].asBool(); in ParseSingleTypeInfo() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp1780 void ETSGen::CastDynamicTo(const ir::AstNode *node, enum checker::TypeFlag typeFlag) in CastDynamicTo()