reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1585 tok = isl_stream_next_token(s); 1586 if (!is_comparator(tok)) { 1587 isl_stream_error(s, tok, "missing operator"); 1588 if (tok) 1589 isl_stream_push_token(s, tok); 1592 type = tok->type; 1593 isl_token_free(tok); 1610 tok = isl_stream_next_token(s); 1611 if (!is_comparator(tok)) { 1612 if (tok) 1613 isl_stream_push_token(s, tok); 1616 type = tok->type; 1617 isl_token_free(tok);