Home
last modified time | relevance | path

Searched defs:INT (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsPrimitiveType.h22 enum class PrimitiveType { BYTE, INT, LONG, SHORT, FLOAT, DOUBLE, BOOLEAN, CHAR, VOID }; enumerator
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/enum_types/
Dconfiguration_kind.py25 INT = "INT" variable in ConfigurationKind
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_typeapi.h35 INT = 0x6U, enumerator
63 INT = 'I', enumerator
Dets_type.h37 enum class EtsType { BOOLEAN, BYTE, CHAR, SHORT, INT, LONG, FLOAT, DOUBLE, OBJECT, UNKNOWN, VOID }; enumerator
/arkcompiler/ets_runtime/ecmascript/
Delements.h27 INT = 0x1UL << 1, // 2 enumerator
Dproperty_attributes.h28 INT, enumerator
35 INT = 0x1ULL, enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_class_root.h30 INT = helpers::ToUnderlying(ClassRoot::I32), enumerator
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_ts_type_ref.h56 INT, enumerator
/arkcompiler/ets_frontend/ets2panda/checker/types/
DglobalTypesHolder.h48 INT, enumerator
DtypeFlag.h62 INT = 1ULL << 37ULL, // x: int enumerator
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h78 INT = 0x1ULL, // 00000001 enumerator
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts41 INT, enumerator
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeSystem.h66 INT, enumerator
/arkcompiler/runtime_core/static_core/runtime/tests/
Dexception_test.cpp39 enum class ExType { INT = 0, JIT }; enumerator