Home | History | Annotate | Download | only in functional

Lines Matching refs:isArrayType

124 	else if (type.isArrayType())
450 const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.getVariableType()->isArrayType();
527 const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.getVariableType()->isArrayType();
809 else if (type.isArrayType())
825 else if (path[startNdx].getVariableType()->isArrayType())
984 const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.getVariableType()->isArrayType();
1338 if (!path[1].getDeclaration()->varType.isArrayType())
1387 if (!path[1].getDeclaration()->varType.isArrayType())
1529 const int arraySize = (path.back().getVariableType()->isArrayType()) ? (path.back().getVariableType()->getArraySize()) : (1);
1622 const glu::VarType& elementType = (variable.isArrayType()) ? (variable.getElementType()) : (variable);