Searched defs:ANY (Results 1 - 9 of 9) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| H A D | globalTypesHolder.h | 25 ANY, member in panda::es2panda::checker::GlobalTypeId
|
| H A D | typeFlag.h | 54 ANY = 1ULL << 28, // x: any member in panda::es2panda::checker::TypeFlag
|
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| H A D | vreg_info.h | 29 enum class Type : uint8_t { UNDEFINED, OBJECT, INT32, INT64, FLOAT32, FLOAT64, BOOL, ANY, COUNT = ANY }; member in ark::compiler::final::Location::Type
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| H A D | irnode.h | 56 ANY, // any member in ark::es2panda::ark::es2panda::compiler::OperandType
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| H A D | global_ts_type_ref.h | 48 ANY = 0, member in panda::ecmascript::TSPrimitiveType
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | number_gate_info.h | 121 static RangeInfo ANY() in ANY() function in panda::ecmascript::kungfu::RangeInfo
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| H A D | typeFlag.h | 53 ANY = 1ULL << 24ULL, // x: any member in ark::es2panda::checker::TypeFlag
|
| H A D | globalTypesHolder.h | 25 ANY, member in ark::es2panda::checker::GlobalTypeId
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| H A D | pgo_profiler_type.h | 100 ANY = (0x1ULL << WEIGHT_START_BIT) - 1, member in panda::ecmascript::pgo::PGOSampleTemplate::Type
|
Completed in 12 milliseconds