Home | Sort by: relevance | last modified time | path |
/src/tests/usr.bin/xlint/lint1/ | |
expr_promote_trad.c | 32 } enumerator; member in struct:arithmetic_types 50 arg->enumerator); /* should get promoted to 'int' */ |
expr_promote_trad.c | 32 } enumerator; member in struct:arithmetic_types 50 arg->enumerator); /* should get promoted to 'int' */ |
expr_promote.c | 33 } enumerator; member in struct:arithmetic_types 59 arg->enumerator); /* should get promoted to 'int' */ |
expr_promote.c | 33 } enumerator; member in struct:arithmetic_types 59 arg->enumerator); /* should get promoted to 'int' */ |
/src/usr.bin/xlint/lint1/ | |
cgram.y | 408 %type <y_sym> enumerator 1400 enumerator 1401 | enumerator_list T_COMMA enumerator { 1410 enumerator: label |
cgram.y | 408 %type <y_sym> enumerator 1400 enumerator 1401 | enumerator_list T_COMMA enumerator { 1410 enumerator: label |