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

  /src/usr.bin/xlint/lint1/
cgram.y 404 /* No type for enum. */
507 identifier_sym: /* helper for struct/union/enum */
1350 enum gcc_attribute_specifier_list_opt identifier_sym {
1351 $$ = make_tag_type($3, ENUM, false, false);
1353 | enum gcc_attribute_specifier_list_opt identifier_sym {
1354 dcs->d_tag_type = make_tag_type($3, ENUM, true, false);
1358 | enum gcc_attribute_specifier_list_opt {
1359 dcs->d_tag_type = make_tag_type(NULL, ENUM, true, false);
1363 | enum error {
1369 enum: /* helper for C99 6.7.2.2 * label
    [all...]
cgram.y 404 /* No type for enum. */
507 identifier_sym: /* helper for struct/union/enum */
1350 enum gcc_attribute_specifier_list_opt identifier_sym {
1351 $$ = make_tag_type($3, ENUM, false, false);
1353 | enum gcc_attribute_specifier_list_opt identifier_sym {
1354 dcs->d_tag_type = make_tag_type($3, ENUM, true, false);
1358 | enum gcc_attribute_specifier_list_opt {
1359 dcs->d_tag_type = make_tag_type(NULL, ENUM, true, false);
1363 | enum error {
1369 enum: /* helper for C99 6.7.2.2 * label
    [all...]

Completed in 21 milliseconds