Home | History | Annotate | Download | only in libacc

Lines Matching full:gtst

401         virtual int gtst(bool l, int t) = 0;
1111 virtual int gtst(bool l, int t) {
2514 virtual int gtst(bool l, int t) {
3240 virtual int gtst(bool l, int t) {
3241 int result = mpBase->gtst(l, t);
3242 fprintf(stderr, "gtst(%d,%d) = %d\n", l, t, result);
4965 a = pGen->gtst(t == OP_LOGICAL_OR, a); /* && and || output code generation */
4987 a = pGen->gtst(t == OP_LOGICAL_OR, a);
5013 return pGen->gtst(0, 0);