Lines Matching defs:used
705 struct symbol *label_symbol(struct token *token, int used)
711 if (used)
712 sym->used = 1;
757 set_current_scope(sym); // used by dissect
1362 /* __thread can be used alone, or with extern or static */
1364 sparse_error(next->pos, "__thread cannot be used with '%s'", storage);
1376 /* This GCC extension can be used alone, or with extern or static */
1380 sparse_error(next->pos, "__thread cannot be used with '%s'",
2371 sparse_error(use, "label '%s' used outside statement expression", id);
2831 type->used = 1;
2839 if (!arg->used)