Searched defs:EnumType (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| D | enumType.h | 29 EnumType(varbinder::Variable *enumLiteralVar, varbinder::EnumVariable *enumVar) in EnumType() function
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | enumType.h | 29 EnumType(binder::Variable *enumLiteralVar, binder::EnumVariable *enumVar) in EnumType() function
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | enumLowering.h | 39 enum EnumType { INT = 0, LONG = 1, STRING = 2 }; enum
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/ |
| D | analyses.py | 169 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/ |
| D | analyses.py | 147 def __init__(self, am: AnalysisManager, t: EnumType): 356 def visit_enum_type(self, t: EnumType) -> AbstractTypeCppInfo:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/semantics/ |
| D | types.py | 288 class EnumType(UserType): class
|
| D | visitor.py | 141 def visit_enum_type(self, t: "EnumType") -> T:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/ |
| D | analyses.py | 1132 def __init__(self, am: AnalysisManager, t: EnumType): 2170 def visit_enum_type(self, t: EnumType) -> AbstractTypeANIInfo:
|