Home
last modified time | relevance | path

Searched defs:BOOLEAN (Results 1 – 16 of 16) 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/plugins/ets/runtime/types/
Dets_typeapi.h32 BOOLEAN = 0x3U, enumerator
59 BOOLEAN = 'Z', enumerator
Dets_type.h38 enum class EtsType { BOOLEAN, BYTE, CHAR, SHORT, INT, LONG, FLOAT, DOUBLE, OBJECT, UNKNOWN, VOID }; enumerator
/arkcompiler/ets_frontend/es2panda/ir/expressions/
Dliteral.h35 BOOLEAN, enumerator
/arkcompiler/ets_frontend/es2panda/typescript/types/
DglobalTypesHolder.h28 BOOLEAN, enumerator
DtypeFlag.h29 BOOLEAN = 1ULL << 2, // x: boolean enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_class_root.h26 BOOLEAN = helpers::ToUnderlying(ClassRoot::U1), enumerator
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.h34 BOOLEAN = (1 << 2), enumerator
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dliterals.h41 BOOLEAN, enumerator
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_ts_type_ref.h50 BOOLEAN, enumerator
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.h45 BOOLEAN = (1 << 2), enumerator
/arkcompiler/ets_frontend/ets2panda/checker/types/
DtypeFlag.h31 BOOLEAN = 1ULL << 2ULL, // x: boolean enumerator
DglobalTypesHolder.h26 BOOLEAN, enumerator
/arkcompiler/ets_runtime/ecmascript/
Dproperty_attributes.h44 BOOLEAN = (1 << 2), enumerator
Djs_locale.h52 enum class OptionType : uint8_t { STRING = 0x01, BOOLEAN }; enumerator
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h91 BOOLEAN = 0x1ULL << 3, enumerator