Lines Matching refs:fOpStack
129 *fOpStack.push() = (Op) kParen;
288 *fOpStack.push() = (Op) kParen;
312 compare = fOpStack.index(idx);
326 *fOpStack.push() = (Op) (kLogicalNot | kArtificialOp);
327 fOpStack.push(op);
329 *fOpStack.push() = (Op) (kFlipOps | kArtificialOp);
443 *fOpStack.push() = (Op) kParen;
454 fOpStack.pop(); // pop paren
477 fOpStack.count();
726 while (fOpStack.count() > opBalance) { // leave open paren
767 // if (fBranchStack.top().fOpStackDepth > fOpStack.count())
776 *fOpStack.push() = (Op) kParen;
801 fOpStack.pop(); // pop paren
829 fOpStack.pop();
954 while (gPrecedence[fOpStack.top() & ~kArtificialOp] < precedence)
982 SkASSERT(fOpStack.count() > 1 && fOpStack.top() == op); // !!! add error handling
984 fOpStack.pop();
1012 Branch branch(op, fOpStack.count(), getTokenOffset());
1027 SkASSERT(branch.fOpStackDepth == fOpStack.count());
1048 Branch branch(op, fOpStack.count(), getTokenOffset());
1062 fOpStack.pop(&op);
1080 fOpStack.pop(&op);