Searched refs:numDirectives (Results 1 – 2 of 2) sorted by relevance
164 int numDirectives; member496 for (int i = 0, e = tree.getNumArgs() - tail.numDirectives; i != e; ++i) { in emitNativeCodeMatch()503 for (int i = 0, e = tree.getNumArgs() - tail.numDirectives; i != e; ++i) { in emitNativeCodeMatch()1261 for (int i = 0, e = tree.getNumArgs() - tail.numDirectives; i != e; ++i) { in handleReplaceWithNativeCodeCall()1350 ++tail.numDirectives; in getTrailingDirectives()1389 auto inPattern = numPatArgs - tail.numDirectives; in handleOpCreation()1404 for (int i = 0, e = tree.getNumArgs() - tail.numDirectives; i != e; ++i) { in handleOpCreation()
781 int numDirectives = 0; in collectBoundSymbols() local785 ++numDirectives; in collectBoundSymbols()791 if (numOpArgs != numTreeArgs - numDirectives + numEither) { in collectBoundSymbols()