Home
last modified time | relevance | path

Searched defs:ANY (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/os/
Dcpu_affinity.h94 enum CpuPower : uint8_t { BEST = 1U, MIDDLE = 1U << 1U, WEAK = 1U << 2U, ANY = 0U, ALL = BEST | MID… enumerator
/arkcompiler/ets_frontend/es2panda/typescript/types/
DglobalTypesHolder.h25 ANY, enumerator
DtypeFlag.h54 ANY = 1ULL << 28, // x: any enumerator
/arkcompiler/ets_frontend/ets2panda/ir/
Dirnode.h56 ANY, // any enumerator
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddatatype.h43 ANY, enumerator
/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.h26 enum class RequiredOption : uint8_t { DATE = 0x01, TIME, ANY }; enumerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddatatype.h44 ANY, enumerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
Dinstructions.rb41 ANY = 'any' constant
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb41 ANY = 'any' constant
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_ts_type_ref.h48 ANY = 0, enumerator
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dvreg_info.h29 …enum class Type : uint8_t { UNDEFINED, OBJECT, INT32, INT64, FLOAT32, FLOAT64, BOOL, ANY, COUNT = … enumerator
/arkcompiler/ets_frontend/ets2panda/checker/types/
DtypeFlag.h52 ANY = 1ULL << 24ULL, // x: any enumerator
DglobalTypesHolder.h25 ANY, enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_gate_info.h121 static RangeInfo ANY() in ANY() function
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h103 ANY = (0x1ULL << WEIGHT_START_BIT) - 1, enumerator