HomeSort by: relevance | last modified time | path
    Searched defs:subt (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/xlint/lint1/
decl.c 2391 type_t *subt = block_dup_type(sym->s_type->t_subt); local in function:declare_parameter
2393 subt->t_const = true;
2395 subt->t_volatile = true;
2396 sym->s_type = block_derive_type(subt, PTR);
decl.c 2391 type_t *subt = block_dup_type(sym->s_type->t_subt); local in function:declare_parameter
2393 subt->t_const = true;
2395 subt->t_volatile = true;
2396 sym->s_type = block_derive_type(subt, PTR);

Completed in 27 milliseconds