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

  /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.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

Completed in 12 milliseconds