Home
last modified time | relevance | path

Searched defs:value_ (Results 1 – 25 of 41) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Dvreg_value.h25 explicit VRegValue(int64_t value = 0) : value_(value) {} in value_() function
Dpt_value.h49 explicit PtValue(int64_t value = 0) : value_(value) {} in value_() function
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DcharLiteralBuilder.h49 char16_t value_ = u'\u0000'; variable
DbigintLiteralBuilder.h49 util::StringView value_; variable
DbooleanLiteralBuilder.h49 bool value_ = true; variable
DclassPropertyBuilder.h62 Expression *value_ = nullptr; variable
/arkcompiler/ets_frontend/es2panda/ir/module/
DassertEntry.h60 StringLiteral *value_; variable
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsPrivateIdentifier.h67 Expression *value_; variable
/arkcompiler/runtime_core/libpandafile/
Dvalue.h69 uint32_t value_; variable
Dannotation_data_accessor.h56 uint32_t value_; variable
/arkcompiler/runtime_core/static_core/libpandafile/
Dannotation_data_accessor.h56 uint32_t value_; variable
Dvalue.h69 uint32_t value_; variable
/arkcompiler/ets_frontend/ets2panda/ir/base/
DclassElement.h108 Expression *value_; variable
Dproperty.h136 Expression *value_ = nullptr; variable
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dproperty_descriptor.h136 RemoteObject value_; variable
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
Dconstant_value.h103 std::variant<bool, int32_t, int64_t, double, std::string> value_; variable
/arkcompiler/runtime_core/assembler/
Dassembly-literals.h32 … std::variant<bool, uint8_t, uint16_t, uint32_t, uint64_t, float, double, std::string> value_; member
Dannotation.h505 std::variant<uint64_t, float, double, std::string, pandasm::Type, AnnotationData> value_; variable
559 std::unique_ptr<Value> value_; variable
/arkcompiler/ets_frontend/es2panda/ir/base/
Dproperty.h120 Expression *value_; variable
DclassProperty.h149 Expression *value_; variable
DmethodDefinition.h178 FunctionExpression *value_; variable
/arkcompiler/runtime_core/static_core/assembler/
Dannotation.h497 std::variant<uint64_t, float, double, std::string, pandasm::Type, AnnotationData> value_; variable
553 std::unique_ptr<Value> value_; variable
/arkcompiler/runtime_core/static_core/verification/util/
Doptional_ref.h88 T *value_; member
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dcheck_tail_calls.cpp54 T value_; member in __anon6c88dcd60111::ScopedSetElement
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dcard_table.h273 std::atomic_uint8_t value_ = CLEAR_VALUE; variable

12