reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
938 tok = isl_stream_next_token(s); 939 if (!tok) 941 if (tok->type == '[') { 942 isl_stream_push_token(s, tok); 945 if (tok->type != ISL_TOKEN_IDENT && !tok->is_keyword) { 945 if (tok->type != ISL_TOKEN_IDENT && !tok->is_keyword) { 946 isl_stream_push_token(s, tok); 952 isl_stream_push_token(s, tok);