Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp120 bool is_array_type = type_name.find('[') != std::string::npos; in IsSystemType() local
123 return is_array_type || is_global; in IsSystemType()