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

  /src/usr.bin/xlint/lint1/
externs1.h 249 sym_t *declarator_name(sym_t *);
cgram.y 1477 $$ = declarator_name(getsym($2));
1496 $$ = declarator_name(getsym($2));
1627 $$ = declarator_name(getsym($1));
1633 $$ = declarator_name(getsym($1));
1657 $$ = declarator_name(getsym($1));
decl.c 1478 declarator_name(sym_t *sym) function in typeref:typename:sym_t *
1569 debug_sym("declarator_name: ", sym, "\n");
1966 * declarator_name(). This is wrong because there are no tentative
2715 /* Correct a mistake done in declarator_name(). */

Completed in 18 milliseconds