HomeSort by relevance Sort by last modified time
    Searched refs:getAnonContainer (Results 1 - 5 of 5) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
SymbolTable.cpp 159 TInfoSink.debug << "anonymous member " << getMemberNumber() << " of " << getAnonContainer().getName().c_str() << "\n";
327 TVariable* container = anon->getAnonContainer().clone();
SymbolTable.h 269 virtual const TVariable& getAnonContainer() const { return anonContainer; }
574 TVariable* container = anon->getAnonContainer().clone();
576 container->setUniqueId(anon->getAnonContainer().getUniqueId());
Intermediate.cpp     [all...]
ParseHelper.cpp 437 if (symbol->getType().containsImplicitlySizedArray() || (symbol->getAsAnonMember() && symbol->getAsAnonMember()->getAnonContainer().getType().containsImplicitlySizedArray()))
450 variable = anon->getAnonContainer().getAsVariable();
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.cpp 308 if (symbol->getType().containsImplicitlySizedArray() || (symbol->getAsAnonMember() && symbol->getAsAnonMember()->getAnonContainer().getType().containsImplicitlySizedArray()))
319 variable = anon->getAnonContainer().getAsVariable();
    [all...]

Completed in 127 milliseconds