Searched defs:VOID (Results 1 – 16 of 16) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/consts/ |
| D | AsyncLifecycleSDK.ts | 16 export const VOID = 'Void'; constant
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsPrimitiveType.h | 22 enum class PrimitiveType { BYTE, INT, LONG, SHORT, FLOAT, DOUBLE, BOOLEAN, CHAR, VOID }; enumerator
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | variable_type.h | 44 static VariableType VOID() in VOID() function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_class_root.h | 25 VOID = helpers::ToUnderlying(ClassRoot::V), enumerator
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | globalTypesHolder.h | 29 VOID, enumerator
|
| D | typeFlag.h | 30 VOID = 1ULL << 3, // x: void enumerator
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_type.h | 48 enum class EtsType { BOOLEAN, BYTE, CHAR, SHORT, INT, LONG, FLOAT, DOUBLE, OBJECT, UNKNOWN, VOID }; enumerator
|
| D | ets_typeapi.h | 29 VOID = 0x1U, enumerator
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | datatype.h | 44 VOID, enumerator
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | datatype.h | 45 VOID, enumerator
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/ |
| D | instructions.rb | 35 VOID = 'void' constant
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | instructions.rb | 35 VOID = 'void' constant
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | typeFlag.h | 32 VOID = 1ULL << 3ULL, // x: void enumerator
|
| D | globalTypesHolder.h | 28 VOID, enumerator
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | annotation.h | 94 VOID, enumerator
|
| /arkcompiler/runtime_core/assembler/ |
| D | annotation.h | 104 VOID, enumerator
|