Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DParseContext.h155 bool checkArrayElementIsNotArray(const TSourceLoc &line, const TPublicType &elementType);
H A DParseContext.cpp1292 bool TParseContext::checkArrayElementIsNotArray(const TSourceLoc &line, in checkArrayElementIsNotArray() function in sh::TParseContext
1343 if (!checkArrayElementIsNotArray(indexLocation, elementType)) in checkIsValidTypeAndQualifierForArray()
4760 checkArrayElementIsNotArray(arrayLoc, elementType); in parseParameterArrayDeclarator()
6510 checkArrayElementIsNotArray(typeSpecifier.getLine(), typeSpecifier); in addStructDeclaratorList()