Searched refs:expectedNumArguments (Results 1 – 1 of 1) sorted by relevance
254 unsigned expectedNumArguments = kernelGPUFunction.getNumArguments(); in verifyOperationAttribute() local255 if (expectedNumArguments != actualNumArguments) in verifyOperationAttribute()258 << expectedNumArguments; in verifyOperationAttribute()261 for (unsigned i = 0; i < expectedNumArguments; ++i) { in verifyOperationAttribute()