Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.cpp193 …TInfoSink.debug << "anonymous member " << getMemberNumber() << " of " << getAnonContainer().getNam… in dump()
365 TVariable* container = anon->getAnonContainer().clone(); in clone()
DSymbolTable.h333 virtual const TVariable& getAnonContainer() const { return anonContainer; } in getAnonContainer() function
675 TVariable* container = anon->getAnonContainer().clone(); in copyUpDeferredInsert()
677 container->setUniqueId(anon->getAnonContainer().getUniqueId()); in copyUpDeferredInsert()
DIntermediate.cpp2670 variable = &anon->getAnonContainer(); in addSymbolLinkageNode()
DParseHelper.cpp306 symbol->getAsAnonMember()->getAnonContainer().getType().containsUnsizedArray())) in handleVariable()
319 variable = anon->getAnonContainer().getAsVariable(); in handleVariable()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp673 variable = anon->getAnonContainer().getAsVariable(); in handleVariable()