Home
last modified time | relevance | path

Searched defs:AbstractTypedValue (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/value/
H A Dabstract_typed_value.h29 class AbstractTypedValue { class
43 AbstractTypedValue(Type type, AbstractValue value) : value_ {std::move(value)}, type_ {type} {} AbstractTypedValue() function in ark::verifier::AbstractTypedValue
44 AbstractTypedValue(const AbstractTypedValue &atv, const ark::BytecodeInstructionSafe &inst) AbstractTypedValue() function in ark::verifier::AbstractTypedValue
48 AbstractTypedValue(Type type, AbstractValue value, const ark::BytecodeInstructionSafe &inst) AbstractTypedValue() function in ark::verifier::AbstractTypedValue
52 AbstractTypedValue(Type type, AbstractValue value, ValueOrigin origin) AbstractTypedValue() function in ark::verifier::AbstractTypedValue
57 AbstractTypedValue(Type type, AbstractValue value, [[maybe_unused]] Start start, size_t n) AbstractTypedValue() function in ark::verifier::AbstractTypedValue
[all...]

Completed in 1 milliseconds