Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DParseContext.h145 bool checkArrayElementIsNotArray(const TSourceLoc &line, const TPublicType &elementType);
DParseContext.cpp1201 bool TParseContext::checkArrayElementIsNotArray(const TSourceLoc &line, in checkArrayElementIsNotArray() function in sh::TParseContext
1252 if (!checkArrayElementIsNotArray(indexLocation, elementType)) in checkIsValidTypeAndQualifierForArray()
4628 checkArrayElementIsNotArray(arrayLoc, *elementType); in parseParameterArrayDeclarator()
6352 checkArrayElementIsNotArray(typeSpecifier.getLine(), typeSpecifier); in addStructDeclaratorList()