Home
last modified time | relevance | path

Searched defs:NONE (Results 1 – 25 of 116) sorted by relevance

12345

/arkcompiler/runtime_core/static_core/runtime/tooling/
Dpt_thread.cpp20 const PtThread PtThread::NONE = PtThread(nullptr); // NOLINT(fuchsia-statically-constructed-object… member in ark::tooling::PtThread
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/enum_types/
Dqemu.py22 NONE = "none" variable in QemuKind
Dverbose_format.py24 NONE = "" variable in VerboseKind
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/enum_types/
Dqemu.py22 NONE = "none" variable in QemuKind
/arkcompiler/ets_frontend/es2panda/binder/
DvariableFlags.h44 NONE, enumerator
106 NONE, enumerator
114 NONE = 0, enumerator
156 NONE = 0, enumerator
168 NONE = 0, enumerator
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DdummyNode.h27 enum class DummyNodeFlag : uint32_t { NONE = 0U, INDEXER = 1U << 0U }; enumerator
DmemberExpression.h42 NONE = 0, enumerator
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/consts/
DInteropAPI.ts67 export const NONE = 'none'; constant
78 NONE = 'none' enumerator
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dpause_on_exceptions_state.h20 enum class PauseOnExceptionsState { NONE = 0x0, CAUGHT = 0x1, UNCAUGHT = 0x2, ALL = 0x3 }; enumerator
/arkcompiler/toolchain/tooling/static/types/
Dpause_on_exceptions_state.h20 enum class PauseOnExceptionsState { NONE = 0x0, CAUGHT = 0x1, UNCAUGHT = 0x2, ALL = 0x3 }; enumerator
/arkcompiler/ets_frontend/ets2panda/util/
DimportPathManager.h37 NONE = 0U, enumerator
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumPostCheckLowering.h25 NONE, enumerator
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsModule.h34 NONE = 0, enumerator
/arkcompiler/ets_frontend/ets2panda/lexer/token/
Dnumber.h28 NONE, enumerator
Dtoken.h31 NONE = 0U, enumerator
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Dpt_thread.h56 PANDA_PUBLIC_API static const PtThread NONE; variable
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_hclass_generator.h26 NONE = 0x00UL, enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Ddeopt_type.h143 NONE = 0, enumerator
/arkcompiler/ets_frontend/ets2panda/lsp/include/formatting/
Drule.h29 NONE = 0U, enumerator
39 enum class RuleFlags { NONE, CAN_DELETE_NEWLINES }; enumerator
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTupleType.h32 enum class TSTupleKind { NONE, NAMED, DEFAULT }; enumerator
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsTupleType.h22 enum class TSTupleKind { NONE, NAMED, DEFAULT }; enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dsts_vm_interface_impl.h54 enum class XGCSyncState { NONE, CONCURRENT_PHASE, CONCURRENT_FINISHED, REMARK_PHASE }; enumerator
/arkcompiler/ets_frontend/es2panda/lexer/token/
Dtoken.h28 NONE, enumerator
/arkcompiler/ets_frontend/ets2panda/varbinder/
DrecordTable.h46 NONE = 0U, enumerator
/arkcompiler/ets_frontend/es2panda/ir/expressions/
Didentifier.h38 NONE, enumerator

12345