| Home | Sort by: relevance | last modified time | path |
| /src/usr.bin/xlint/lint1/ | |
| decl.c | 2391 type_t *subt = block_dup_type(sym->s_type->t_subt); local 2393 subt->t_const = true; 2395 subt->t_volatile = true; 2396 sym->s_type = block_derive_type(subt, PTR); |