Searched defs:AbstractTypedValue (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/verification/value/ |
| D | abstract_typed_value.h | 43 …AbstractTypedValue(const AbstractType &type, const AbstractValue &value) : Value_ {value}, Type_ {… in AbstractTypedValue() function 44 AbstractTypedValue(const AbstractTypedValue &atv, const panda::BytecodeInstructionSafe &inst) in AbstractTypedValue() function 48 …AbstractTypedValue(const AbstractType &type, const AbstractValue &value, const panda::BytecodeInst… in AbstractTypedValue() function 52 …AbstractTypedValue(const AbstractType &type, const AbstractValue &value, const ValueOrigin &origin) in AbstractTypedValue() function 58 …AbstractTypedValue(const AbstractType &type, const AbstractValue &value, [[maybe_unused]] Start st… in AbstractTypedValue() function
|
| /arkcompiler/runtime_core/verification/value/tests/ |
| D | abstract_typed_value_test.cpp | 28 TEST_F(VerifierTest, AbstractTypedValue) in TEST_F() argument
|