Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DSymbolEnv.cpp40 using NameToStruct = std::map<Name, const TStructure *>; typedef
44 NameToStruct nameToStruct;
73 static NameToStruct FindStructs(TCompiler &compiler, TIntermBlock &root) in FindStructs()