Home
last modified time | relevance | path

Searched defs:Value (Results 1 – 25 of 61) sorted by relevance

123

/arkcompiler/runtime_core/libpandabase/utils/
Dexpected.h31 const E &Value() const &noexcept in Value() function
35 E &Value() & noexcept in Value() function
39 E &&Value() && noexcept in Value() function
103 const T &Value() const &noexcept(ExpectedConfig::RELEASE) in Value() function
110 T &Value() & noexcept(ExpectedConfig::RELEASE) in Value() function
115 T &&Value() && noexcept(ExpectedConfig::RELEASE) in Value() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dexpected.h31 const E &Value() const &noexcept in Value() function
35 E &Value() &noexcept in Value() function
39 E &&Value() &&noexcept in Value() function
109 const T &Value() const &noexcept(ExpectedConfig::RELEASE) in Value() function
116 T &Value() &noexcept(ExpectedConfig::RELEASE) in Value() function
121 T &&Value() &&noexcept(ExpectedConfig::RELEASE) in Value() function
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.h37 struct Value { struct
38 GateRef gate;
39 GateType tsType;
40 CVector<GateType> pgoTypes;
41 CVector<GateType> inferTypes;
/arkcompiler/runtime_core/static_core/docs/
Dfile_format.md714 ### Value subsection
720 #### ByteValue
732 #### ShortValue
744 #### IntegerValue
756 #### LongValue
768 #### FloatValue
780 #### DoubleValue
792 #### StringValue
804 #### EnumValue
816 #### ClassValue
[all …]
/arkcompiler/runtime_core/docs/
Dfile_format.md615 ### Value subsection
619 #### ByteValue
629 #### ShortValue
639 #### IntegerValue
649 #### LongValue
659 #### FloatValue
669 #### DoubleValue
679 #### StringValue
689 #### EnumValue
699 #### ClassValue
[all …]
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.h61 struct Value { struct
62 Value() : typedPathValue(0), slowPathValue(0) {} in Value() argument
66 return typedPathValue; in TypedPathCount() argument
71 return slowPathValue; in SlowPathCount() argument
76 return typedPathValue + slowPathValue; in Count() argument
81 typedPathValue = 0; in ResetStat() argument
85 uint64_t typedPathValue; argument
86 uint64_t slowPathValue; argument
107 uint64_t Value() const in Value() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dvalue.h33 explicit Value() : value_(0) {} in Value() function
39 explicit Value(T value) in Value() function
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/base/
DValue.ts21 export interface Value { interface
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DstringLiteralType.h26 const util::StringView &Value() const in Value() function
DnumberLiteralType.h26 double Value() const in Value() function
DbooleanLiteralType.h26 bool Value() const in Value() function
DbigintLiteralType.h29 const util::StringView &Value() const in Value() function
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/
Dremove_unused_functions.h29 class Value; variable
/arkcompiler/ets_frontend/ets2panda/compiler/debugger/
DdebuginfoDumper.h25 using Value = std::variant<std::string, size_t, int32_t>; variable
/arkcompiler/ets_frontend/es2panda/typescript/types/
DnumberLiteralType.h27 double Value() const in Value() function
DbooleanLiteralType.h27 bool Value() const in Value() function
DstringLiteralType.h27 const util::StringView &Value() const in Value() function
DbigintLiteralType.h30 const util::StringView &Value() const in Value() function
/arkcompiler/ets_frontend/es2panda/compiler/debugger/
DdebuginfoDumper.h25 using Value = std::variant<std::string, size_t, int32_t>; variable
/arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/
DbooleanLiteral.h32 [[nodiscard]] bool Value() const noexcept in Value() function
/arkcompiler/ets_frontend/ets2panda/ir/base/
DclassElement.h57 [[nodiscard]] Expression *Value() noexcept in Value() function
64 [[nodiscard]] const Expression *Value() const noexcept in Value() function
Dproperty.h65 [[nodiscard]] const Expression *Value() const noexcept in Value() function
70 [[nodiscard]] Expression *Value() noexcept in Value() function
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DbooleanLiteral.h36 bool Value() const in Value() function
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Dvalue.h130 …explicit Value(AbckitValue *val, const ApiConfig *conf, const File *file) : ViewInResource(val), c… in Value() function
/arkcompiler/ets_frontend/es2panda/ir/base/
Dproperty.h69 const Expression *Value() const in Value() function
74 Expression *Value() in Value() function

123