reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
945 if (tok->type != ISL_TOKEN_IDENT && !tok->is_keyword) { 1188 if (tok->type == ISL_TOKEN_IDENT || tok->is_keyword) { 3150 if (tok && (tok->type == ISL_TOKEN_IDENT || tok->is_keyword)) {tools/polly/lib/External/isl/isl_stream.c
78 tok->is_keyword = 0; 143 else if (tok->is_keyword) 490 tok->is_keyword = 1;