Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/generic-apigen/
DVarType.h39 bool isPointer) : in VarType()
52 bool isPointer() const { return m_isPointer; } in isPointer() function
DTypeFactory.cpp95 bool isPointer = (name[name.size() - 1U] == '*'); in initFromFile() local
DVar.h74 bool isPointer() const { return m_type->isPointer(); } in isPointer() function