Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/es2panda/binder/
DvariableFlags.h43 NONE, enumerator
100 NONE, enumerator
108 NONE = 0, enumerator
149 NONE = 0, enumerator
159 NONE = 0, enumerator
Dvariable.h206 : Variable(decl, VariableFlags::NONE), backReference_(backReference) in Variable()
/arkcompiler/runtime_core/runtime/tooling/
Dpt_thread.cpp20 const PtThread PtThread::NONE = PtThread(nullptr); // NOLINT(fuchsia-statically-constructed-object… member in panda::tooling::PtThread
/arkcompiler/runtime_core/runtime/include/tooling/
Dpt_thread.h51 static const PtThread NONE; variable
/arkcompiler/ets_frontend/es2panda/lexer/token/
Dtoken.h28 NONE, enumerator
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTupleType.h32 enum class TSTupleKind { NONE, NAMED, DEFAULT }; enumerator
/arkcompiler/ets_frontend/es2panda/ir/expressions/
Didentifier.h38 NONE, enumerator
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dlreference.h35 NONE = 0, enumerator
/arkcompiler/ets_runtime/ecmascript/
Djs_displaynames.h54 NONE, enumerator
Dlog.h39 NONE = 0ULL, enumerator
Dproperty_attributes.h27 NONE, enumerator
/arkcompiler/ets_frontend/es2panda/ir/
DastNode.h64 NONE = 0, enumerator
83 NONE = 0, enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbinary_section.h26 NONE, enumerator
/arkcompiler/runtime_core/runtime/include/
Dgc_task.h50 enum class GCCollectionType : uint8_t { NONE = 0, YOUNG, MIXED, TENURED, FULL }; enumerator
/arkcompiler/ets_frontend/es2panda/lexer/
DkeywordsUtil.cpp26 NONE = 0, enumerator
Dlexer.h31 NONE = 0, enumerator
/arkcompiler/ets_frontend/es2panda/parser/
DparserFlags.h66 NONE = 0, enumerator
/arkcompiler/ets_frontend/es2panda/compiler/core/
DdynamicContext.h36 enum class DynamicContextType { NONE, LABEL, LEX_ENV, ITERATOR, TRY }; enumerator
/arkcompiler/runtime_core/runtime/
Dthread_manager.h38 NONE = 0, // Nothing enumerator
/arkcompiler/ets_frontend/ts2panda/src/
Dvariable.ts24 NONE, enumerator
/arkcompiler/ets_frontend/es2panda/typescript/types/
DtypeFlag.h26 NONE = 0, enumerator
DtypeFacts.h24 NONE = 0, enumerator
/arkcompiler/runtime_core/compiler/code_info/
Dvreg_info.h25 enum class Location : int8_t { NONE, SLOT, REGISTER, FP_REGISTER, CONSTANT, COUNT = CONSTANT }; enumerator
/arkcompiler/runtime_core/tests/checked/
Dchecker.rb353 NONE = 0 constant
/arkcompiler/runtime_core/libpandabase/utils/
Dcframe_layout.h327 enum class FrameKind { NONE, INTERPRETER, COMPILER }; enumerator

12