Searched refs:identifierOrTypeLocation (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/compiler/translator/ |
D | ParseContext.cpp | 2850 const TSourceLoc &identifierOrTypeLocation, in parseSingleDeclaration() argument 2877 checkGeometryShaderInputAndSetArraySize(identifierOrTypeLocation, identifier, type); in parseSingleDeclaration() 2878 checkTessellationShaderUnsizedArraysAndSetSize(identifierOrTypeLocation, identifier, type); in parseSingleDeclaration() 2881 identifierOrTypeLocation); in parseSingleDeclaration() 2889 emptyDeclarationErrorCheck(*type, identifierOrTypeLocation); in parseSingleDeclaration() 2900 setAtomicCounterBindingDefaultOffset(publicType, identifierOrTypeLocation); in parseSingleDeclaration() 2905 nonEmptyDeclarationErrorCheck(publicType, identifierOrTypeLocation); in parseSingleDeclaration() 2907 checkCanBeDeclaredWithoutInitializer(identifierOrTypeLocation, identifier, type); in parseSingleDeclaration() 2911 checkAtomicCounterOffsetDoesNotOverlap(false, identifierOrTypeLocation, type); in parseSingleDeclaration() 2913 checkAtomicCounterOffsetAlignment(identifierOrTypeLocation, *type); in parseSingleDeclaration() [all …]
|
D | ParseContext.h | 235 const TSourceLoc &identifierOrTypeLocation,
|
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.cpp | 1439 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()
|
D | ParseHelper.h | 163 …rseSingleDeclaration(TPublicType &publicType, const TSourceLoc &identifierOrTypeLocation, const TS…
|