Searched refs:arrayArg (Results 1 – 4 of 4) sorted by relevance
134 arrayArg := entriesArg.Inner[len(entriesArg.Inner)-1].(*prog.GroupArg)136 totalEntries += uint64(len(arrayArg.Inner))
528 bool arrayArg = false; in constructorErrorCheck() local540 arrayArg = true; in constructorErrorCheck()552 if (arrayArg && op != EOpConstructStruct) { in constructorErrorCheck()
6354 bool arrayArg = false; in constructorError() local6362 arrayArg = true; in constructorError()6426 if (arrayArg && function.getParamCount() == 1 && op != EOpConstructStruct && type.isArray() && in constructorError()6431 if (arrayArg && op != EOpConstructStruct && ! type.isArrayOfArrays()) { in constructorError()
2663 bool arrayArg = false; in constructorError() local2672 arrayArg = true; in constructorError()2851 if (arrayArg && op != EOpConstructStruct && ! type.isArrayOfArrays()) { in constructorError()