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 255 td->t_typedef = true;
263 td->t_typedef = true;
291 td->t_typedef = true;
305 * If tp->t_typedef is true, the type comes from a previously defined typename.
313 if (tp->t_typedef) {
343 if (dcs->d_type != NULL && !dcs->d_type->t_typedef) {
369 if (dcs->d_type != NULL && dcs->d_type->t_typedef) {
772 lint_assert(dcs->d_type->t_typedef);
778 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 2426 if ($1->s_type->t_typedef) {

Completed in 25 milliseconds