Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp1439 const TSourceLoc &identifierOrTypeLocation, in parseSingleDeclaration() argument
1442 …ymbol *symbol = intermediate.addSymbol(0, identifier, TType(publicType), identifierOrTypeLocation); in parseSingleDeclaration()
1454 …error(identifierOrTypeLocation, "empty array declaration needs to specify a size", identifier.c_st… in parseSingleDeclaration()
1459 if(singleDeclarationErrorCheck(publicType, identifierOrTypeLocation)) in parseSingleDeclaration()
1462 if(nonInitErrorCheck(identifierOrTypeLocation, identifier, publicType)) in parseSingleDeclaration()
1466 if(!declareVariable(identifierOrTypeLocation, identifier, TType(publicType), &variable)) in parseSingleDeclaration()
1473 return intermediate.makeAggregate(symbol, identifierOrTypeLocation); in parseSingleDeclaration()
DParseHelper.h163 …rseSingleDeclaration(TPublicType &publicType, const TSourceLoc &identifierOrTypeLocation, const TS…