Searched refs:identifierLocation (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.cpp | 672 …t::singleDeclarationErrorCheck(const TPublicType &publicType, const TSourceLoc &identifierLocation) in singleDeclarationErrorCheck() argument 683 error(identifierLocation, "cannot be used with a structure", in singleDeclarationErrorCheck() 691 if(publicType.qualifier != EvqUniform && samplerErrorCheck(identifierLocation, publicType, in singleDeclarationErrorCheck() 702 …error(identifierLocation, "layout qualifier", getMatrixPackingString(layoutQualifier.matrixPacking… in singleDeclarationErrorCheck() 709 error(identifierLocation, "layout qualifier", getBlockStorageString(layoutQualifier.blockStorage), in singleDeclarationErrorCheck() 715 layoutLocationErrorCheck(identifierLocation, publicType.layoutQualifier)) in singleDeclarationErrorCheck() 1382 const TSourceLoc &identifierLocation, in parseSingleArrayDeclaration() argument 1389 if(singleDeclarationErrorCheck(publicType, identifierLocation)) in parseSingleArrayDeclaration() 1392 if(nonInitErrorCheck(identifierLocation, identifier, publicType)) in parseSingleArrayDeclaration() 1403 if(arraySizeErrorCheck(identifierLocation, indexExpression, size)) in parseSingleArrayDeclaration() [all …]
|
D | ParseHelper.h | 141 …l singleDeclarationErrorCheck(const TPublicType &publicType, const TSourceLoc &identifierLocation); 162 …eSingleArrayDeclaration(TPublicType &publicType, const TSourceLoc &identifierLocation, const TStri… 164 …leInitDeclaration(const TPublicType &publicType, const TSourceLoc &identifierLocation, const TStri… 169 …gleArrayInitDeclaration(TPublicType &publicType, const TSourceLoc &identifierLocation, const TStri… 176 …blicType &publicType, TIntermAggregate *aggregateDeclaration, const TSourceLoc &identifierLocation, 178 …blicType &publicType, TIntermAggregate *aggregateDeclaration, const TSourceLoc &identifierLocation, 180 …blicType &publicType, TIntermAggregate *aggregateDeclaration, const TSourceLoc &identifierLocation, 184 …blicType &publicType, TIntermAggregate *aggregateDeclaration, const TSourceLoc &identifierLocation,
|