Home
last modified time | relevance | path

Searched defs:ToAssemblerTypeWithRank (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsArrayType.cpp48 void ETSArrayType::ToAssemblerTypeWithRank(std::stringstream &ss) const in ToAssemblerTypeWithRank() function in ark::es2panda::checker::ETSArrayType
DetsTypeAliasType.cpp75 void ETSTypeAliasType::ToAssemblerTypeWithRank(std::stringstream &ss) const in ToAssemblerTypeWithRank() function in ark::es2panda::checker::ETSTypeAliasType
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dtype.h260 virtual void ToAssemblerTypeWithRank([[maybe_unused]] std::stringstream &ss) const in ToAssemblerTypeWithRank() function