HomeSort by: relevance | last modified time | path
    Searched refs:has_dim (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/xlint/lint1/
cgram.y 1483 $$ = add_array($1, $3.has_dim, $3.dim);
1503 $$ = add_array($1, $3.has_dim, $3.dim);
1640 $$ = add_array($1, $3.has_dim, $3.dim);
1663 $$ = add_array($1, $3.has_dim, $3.dim);
1684 $$.has_dim = false;
1689 $$.has_dim = false; /* TODO: maybe change to true */
1698 $$.has_dim = true;
1705 $$.has_dim = true;
1709 $$.has_dim = true;
1828 $$ = add_array(abstract_name(), $2.has_dim, $2.dim)
    [all...]
lint1.h 324 bool has_dim; member in struct:__anondcf084d01508
decl.c 1271 block_derive_array(type_t *stp, bool has_dim, int dim)
1294 else if (dim == 0 && has_dim)
1297 else if (dim == 0 && !has_dim)
1305 add_array(sym_t *decl, bool has_dim, int dim)
1317 *tpp = block_derive_array(dcs->d_type, has_dim, dim);

Completed in 15 milliseconds