Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h209 …const TString* instanceName, const TSourceLoc& instanceLine, TIntermTyped* arrayIndex, const TSour…
DParseHelper.cpp2335 …const TString* instanceName, const TSourceLoc& instanceLine, TIntermTyped* arrayIndex, const TSour… in addInterfaceBlock() argument
2459 error(instanceLine, "redefinition", instanceName->c_str(), "interface block instance name"); in addInterfaceBlock()
/external/angle/src/compiler/translator/
DParseContext.h362 const TSourceLoc &instanceLine,
DParseContext.cpp4211 const TSourceLoc &instanceLine, in addInterfaceBlock() argument
4561 checkIsNotReserved(instanceLine, instanceName); in addInterfaceBlock()
4566 error(instanceLine, "redefinition of an interface block instance name", instanceName); in addInterfaceBlock()