Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/value/
Dabstract_typed_value.h43 AbstractTypedValue(Type type, AbstractValue value) : value_ {std::move(value)}, type_ {type} {} in AbstractTypedValue() function
44 AbstractTypedValue(const AbstractTypedValue &atv, const ark::BytecodeInstructionSafe &inst) in AbstractTypedValue() function
48 AbstractTypedValue(Type type, AbstractValue value, const ark::BytecodeInstructionSafe &inst) in AbstractTypedValue() function
52 AbstractTypedValue(Type type, AbstractValue value, ValueOrigin origin) in AbstractTypedValue() function
57 AbstractTypedValue(Type type, AbstractValue value, [[maybe_unused]] Start start, size_t n) in AbstractTypedValue() function
/arkcompiler/runtime_core/static_core/verification/value/tests/
Dabstract_typed_value_test.cpp29 TEST_F(VerifierTest, AbstractTypedValue) in TEST_F() argument