Home | History | Annotate | Download | only in initial

Lines Matching full:tok_if

37   tok_if = -6, tok_then = -7, tok_else = -8,
65 if (IdentifierStr == "if") return tok_if;
447 case tok_if: return ParseIfExpr();