Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.h138 bool checkArrayElementIsNotArray(const TSourceLoc &line, const TPublicType &elementType);
DParseContext.cpp1113 bool TParseContext::checkArrayElementIsNotArray(const TSourceLoc &line, in checkArrayElementIsNotArray() function in sh::TParseContext
1164 if (!checkArrayElementIsNotArray(indexLocation, elementType)) in checkIsValidTypeAndQualifierForArray()
4165 checkArrayElementIsNotArray(arrayLoc, *elementType); in parseParameterArrayDeclarator()
5724 checkArrayElementIsNotArray(typeSpecifier.getLine(), typeSpecifier); in addStructDeclaratorList()