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

  /src/usr.bin/xlint/lint1/
decl.c 257 td->t_typedef = true;
265 td->t_typedef = true;
293 td->t_typedef = true;
307 * If tp->t_typedef is true, the type comes from a previously defined typename.
315 if (tp->t_typedef) {
345 if (dcs->d_type != NULL && !dcs->d_type->t_typedef) {
374 if (dcs->d_type != NULL && dcs->d_type->t_typedef) {
773 lint_assert(dcs->d_type->t_typedef);
779 lint_assert(dcs->d_type->t_typedef);
2054 dsym->s_type->t_typedef = true
    [all...]
lint1.h 141 bool t_typedef:1; /* type defined with typedef */ member in struct:lint1_type
cgram.y 2428 if ($1->s_type->t_typedef) {

Completed in 17 milliseconds