Searched refs:identifierLocation (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.cpp | 702 …t::singleDeclarationErrorCheck(const TPublicType &publicType, const TSourceLoc &identifierLocation) in singleDeclarationErrorCheck() argument 713 error(identifierLocation, "cannot be used with a structure", in singleDeclarationErrorCheck() 721 if(publicType.qualifier != EvqUniform && samplerErrorCheck(identifierLocation, publicType, in singleDeclarationErrorCheck() 732 …error(identifierLocation, "layout qualifier", getMatrixPackingString(layoutQualifier.matrixPacking… in singleDeclarationErrorCheck() 739 error(identifierLocation, "layout qualifier", getBlockStorageString(layoutQualifier.blockStorage), in singleDeclarationErrorCheck() 745 layoutLocationErrorCheck(identifierLocation, publicType.layoutQualifier)) in singleDeclarationErrorCheck() 1477 const TSourceLoc &identifierLocation, in parseSingleArrayDeclaration() argument 1484 if(singleDeclarationErrorCheck(publicType, identifierLocation)) in parseSingleArrayDeclaration() 1487 if(nonInitErrorCheck(identifierLocation, identifier, publicType)) in parseSingleArrayDeclaration() 1498 if(arraySizeErrorCheck(identifierLocation, indexExpression, size)) in parseSingleArrayDeclaration() [all …]
|
D | ParseHelper.h | 142 …l singleDeclarationErrorCheck(const TPublicType &publicType, const TSourceLoc &identifierLocation); 164 …eSingleArrayDeclaration(TPublicType &publicType, const TSourceLoc &identifierLocation, const TStri… 166 …leInitDeclaration(const TPublicType &publicType, const TSourceLoc &identifierLocation, const TStri… 171 …gleArrayInitDeclaration(TPublicType &publicType, const TSourceLoc &identifierLocation, const TStri… 178 …blicType &publicType, TIntermAggregate *aggregateDeclaration, const TSourceLoc &identifierLocation, 180 …blicType &publicType, TIntermAggregate *aggregateDeclaration, const TSourceLoc &identifierLocation, 182 …blicType &publicType, TIntermAggregate *aggregateDeclaration, const TSourceLoc &identifierLocation, 186 …blicType &publicType, TIntermAggregate *aggregateDeclaration, const TSourceLoc &identifierLocation,
|
/external/angle/src/compiler/translator/ |
D | ParseContext.cpp | 1614 const TSourceLoc &identifierLocation) in nonEmptyDeclarationErrorCheck() argument 1627 error(identifierLocation, "cannot be used with a structure", in nonEmptyDeclarationErrorCheck() 1635 error(identifierLocation, in nonEmptyDeclarationErrorCheck() 1647 !checkIsNotOpaqueType(identifierLocation, publicType.typeSpecifierNonArray, reason.c_str())) in nonEmptyDeclarationErrorCheck() 1656 error(identifierLocation, "cannot be used with a yuvCscStandardEXT", in nonEmptyDeclarationErrorCheck() 1668 checkUniformLocationInRange(identifierLocation, type.getLocationCount(), in nonEmptyDeclarationErrorCheck() 1680 checkAttributeLocationInRange(identifierLocation, type.getLocationCount(), in nonEmptyDeclarationErrorCheck() 1700 error(identifierLocation, in nonEmptyDeclarationErrorCheck() 1712 error(identifierLocation, in nonEmptyDeclarationErrorCheck() 1724 error(identifierLocation, in nonEmptyDeclarationErrorCheck() [all …]
|
D | ParseContext.h | 176 const TSourceLoc &identifierLocation); 238 const TSourceLoc &identifierLocation, 243 const TSourceLoc &identifierLocation, 251 const TSourceLoc &identifierLocation, 265 const TSourceLoc &identifierLocation, 269 const TSourceLoc &identifierLocation, 275 const TSourceLoc &identifierLocation, 283 const TSourceLoc &identifierLocation, 554 void checkBindingIsValid(const TSourceLoc &identifierLocation, const TType &type);
|