Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp662 panda::pandasm::LiteralArray::Literal instValueLiteral; in ParseFunctionTypeInfo() local
667 instValueLiteral.tag_ = panda::panda_file::LiteralTag::INTEGER; in ParseFunctionTypeInfo()
668 instValueLiteral.value_ = static_cast<uint32_t>(it.first); in ParseFunctionTypeInfo()
669 literalArray.emplace_back(instValueLiteral); in ParseFunctionTypeInfo()