Home
last modified time | relevance | path

Searched refs:STRING_NULLPTR (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/assembler/
Dannotation.h89 STRING_NULLPTR, enumerator
162 case Type::STRING_NULLPTR: in GetTypeAsChar()
299 type = Type::STRING_NULLPTR; in GetCharAsType()
430 std::conditional_t<value_type == Value::Type::STRING_NULLPTR, uint32_t,
Dannotation.cpp76 case Value::Type::STRING_NULLPTR: { in InitScalarValue()
78 ScalarValue::Create<Value::Type::STRING_NULLPTR>(sc_val.GetValue<int32_t>())); in InitScalarValue()
130 case Value::Type::STRING_NULLPTR: in making_value()
Dassembly-emitter.cpp172 case Value::Type::STRING_NULLPTR: { in CreateLiteralItem()
349 case Value::Type::STRING_NULLPTR: { in CreateScalarValueItem()
/arkcompiler/ets_frontend/merge_abc/src/
DannotationProto.cpp80 case panda::pandasm::Value::Type::STRING_NULLPTR: in Serialize()
189 case panda::pandasm::Value::Type::STRING_NULLPTR: { in CreateScalarValue()
190 return panda::pandasm::ScalarValue::Create<panda::pandasm::Value::Type::STRING_NULLPTR>( in CreateScalarValue()
/arkcompiler/ets_frontend/merge_abc/
DHowToWriteProtoForAssemblyStuff.md175 STRING_NULLPTR,
/arkcompiler/runtime_core/assembler/tests/
Dannotation_test.cpp150 type_u1 = Value::GetTypeAsChar(panda::pandasm::Value::Type::STRING_NULLPTR);
300 EXPECT_EQ(panda::pandasm::Value::Type::STRING_NULLPTR, type);
493 …ScalarValue insn_order_strings(ScalarValue::Create<panda::pandasm::Value::Type::STRING_NULLPTR>(1)…