Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DParseContext.cpp5009 SymbolType structSymbolType = SymbolType::UserDefined; in addStructure() local
5012 structSymbolType = SymbolType::Empty; in addStructure()
5014 TStructure *structure = new TStructure(&symbolTable, structName, fieldList, structSymbolType); in addStructure()
5020 if (structSymbolType != SymbolType::Empty) in addStructure()