Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DenumType.h29 EnumType(varbinder::Variable *enumLiteralVar, varbinder::EnumVariable *enumVar) in EnumType() function
/arkcompiler/ets_frontend/es2panda/typescript/types/
DenumType.h29 EnumType(binder::Variable *enumLiteralVar, binder::EnumVariable *enumVar) in EnumType() function
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumLowering.h39 enum EnumType { INT = 0, LONG = 1, STRING = 2 }; enum
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/
Danalyses.py169 def __init__(self, am: AnalysisManager, t: EnumType) -> None:
313 def visit_enum_type(self, t: EnumType) -> AbstractTypeABIInfo:
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/cpp/
Danalyses.py147 def __init__(self, am: AnalysisManager, t: EnumType):
356 def visit_enum_type(self, t: EnumType) -> AbstractTypeCppInfo:
/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Dtypes.py288 class EnumType(UserType): class
Dvisitor.py141 def visit_enum_type(self, t: "EnumType") -> T:
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/
Danalyses.py1132 def __init__(self, am: AnalysisManager, t: EnumType):
2170 def visit_enum_type(self, t: EnumType) -> AbstractTypeANIInfo: