Home
last modified time | relevance | path

Searched defs:is_object (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dobject_header.h378 using is_object = std::bool_constant<std::is_pointer_v<T> && std::is_base_of_v<ObjectHeader, std::r… variable
/arkcompiler/runtime_core/assembler/
Dassembly-parser.cpp1755 bool is_object = (context_.GiveToken() == "]") ? (false) : (true); in ParseOperandType() local