Searched refs:arrayTypeErrorCheck (Results 1 – 4 of 4) sorted by relevance
| /external/chromium_org/third_party/angle/src/compiler/translator/ |
| D | ParseContext.h | 95 bool arrayTypeErrorCheck(const TSourceLoc& line, TPublicType type);
|
| D | ParseContext.cpp | 767 bool TParseContext::arrayTypeErrorCheck(const TSourceLoc& line, TPublicType type) in arrayTypeErrorCheck() function in TParseContext 1259 …if (arrayTypeErrorCheck(indexLocation, publicType) || arrayQualifierErrorCheck(indexLocation, publ… in parseSingleArrayDeclaration() 1351 …if (arrayTypeErrorCheck(arrayLocation, publicType) || arrayQualifierErrorCheck(arrayLocation, publ… in parseArrayDeclarator() 2564 if (arrayTypeErrorCheck(typeSpecifier.line, typeSpecifier)) in addStructDeclaratorList()
|
| D | glslang.y | 979 if (context->arrayTypeErrorCheck(@3, $1)) 1312 if (context->arrayTypeErrorCheck(@2, $1))
|
| D | glslang_tab.cpp | 3542 if (context->arrayTypeErrorCheck((yylsp[(3) - (5)]), (yyvsp[(1) - (5)].interm.type))) 4024 if (context->arrayTypeErrorCheck((yylsp[(2) - (4)]), (yyvsp[(1) - (4)].interm.type)))
|