Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DTypes.h1866 virtual bool isUnusableName() const { return isStruct() && structure == nullptr; } in isUnusableName() function
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp456 if (!symbol->getType().isUnusableName()) { in handleVariable()
485 if (variable->getType().isUnusableName()) { in handleVariable()