Home
last modified time | relevance | path

Searched defs:NONE (Results 1 - 25 of 81) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Dpt_thread.cpp20 const PtThread PtThread::NONE = PtThread(nullptr); // NOLINT(fuchsia-statically-constructed-objects) member in ark::tooling::PtThread
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/enum_types/
H A Dqemu.py22 NONE = "none" variable in QemuKind
H A Dverbose_format.py24 NONE = "" variable in VerboseKind
H A Dconfiguration_kind.py38 NONE = "" variable in SanitizerKind
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Dpause_on_exceptions_state.h20 enum class PauseOnExceptionsState { NONE = 0x0, CAUGHT = 0x1, UNCAUGHT = 0x2, ALL = 0x3 }; member in ark::tooling::inspector::PauseOnExceptionsState
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Ddeopt_type.h123 NONE = 0, member in panda::ecmascript::kungfu::DeoptType
/arkcompiler/ets_runtime/ecmascript/
H A Don_heap.h23 NONE = 0, member in panda::ecmascript::OnHeapMode
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
H A Dpt_thread.h56 PANDA_PUBLIC_API static const PtThread NONE; member in ark::tooling::PtThread
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Dthread_state.h64 NONE, member in ark::tooling::inspector::final::StepKind
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsTupleType.h22 enum class TSTupleKind { NONE, NAMED, DEFAULT }; member in ark::es2panda::ir::TSTupleKind
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsTupleType.h32 enum class TSTupleKind { NONE, NAMED, DEFAULT }; member in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSTupleKind
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dlreference.h35 NONE = 0, member in panda::es2panda::panda::es2panda::compiler::ReferenceFlags
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dark_gvn.h54 NONE, // enumerator
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H A Dcoroutine_events.h36 enum class Type { NONE, GENERIC, COMPLETION, CHANNEL, IO }; member in ark::Type
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dgc_task.h49 enum class GCCollectionType : uint8_t { NONE = 0, YOUNG, MIXED, TENURED, FULL }; member in ark::GCCollectionType
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A Didentifier.h32 NONE = 0U, member in ark::es2panda::ark::es2panda::ir::IdentifierFlags
H A DdummyNode.h27 enum class DummyNodeFlag : uint32_t { NONE = 0U, INDEXER = 1U << 0U }; member in ark::es2panda::ir::DummyNodeFlag
H A DmemberExpression.h41 NONE = 0, member in ark::es2panda::ark::es2panda::ark::es2panda::ir::MemberExpressionKind
/arkcompiler/ets_frontend/ets2panda/lexer/
H A DkeywordsUtil.cpp25 NONE = 0U, member in ark::es2panda::lexer::AsciiFlags
[all...]
/arkcompiler/ets_frontend/ets2panda/lexer/token/
H A Dnumber.h32 NONE, member in ark::es2panda::lexer::NumberFlags
H A Dtoken.h31 NONE = 0U, member in ark::es2panda::lexer::TokenFlags
/arkcompiler/ets_runtime/ecmascript/base/
H A Dnumber_helper.cpp35 enum class Sign { NONE, NEG, POS }; member in panda::ecmascript::base::Sign
[all...]
/arkcompiler/ets_frontend/ets2panda/util/
H A DimportPathManager.h34 NONE = 0U, member in ark::es2panda::util::ImportFlags
/arkcompiler/ets_frontend/es2panda/lexer/token/
H A Dtoken.h28 NONE, member in panda::es2panda::lexer::TokenFlags
/arkcompiler/ets_frontend/es2panda/lexer/
H A DkeywordsUtil.cpp26 NONE = 0, member in panda::es2panda::lexer::AsciiFlags
[all...]

Completed in 8 milliseconds

1234