Searched refs:operandCount (Results 1 – 1 of 1) sorted by relevance
1238 int operandCount = fOperandStack.count(); in opError() local1240 if (operandCount != 1) in opError()1246 if (attributes->fLeftType != kNoType && operandCount < 2) in opError()1248 if (attributes->fLeftType == kNoType && operandCount < 1) in opError()