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

  /src/sys/dev/microcode/aic7xxx/
aicasm_gram.y 483 enum_entry
484 | enum_entry_list ',' enum_entry
487 enum_entry: label
490 process_field(ENUM_ENTRY, $1, enum_next_value);
495 process_field(ENUM_ENTRY, $1, $2.value);
685 case ENUM_ENTRY:
1394 if (field_type != ENUM_ENTRY) {
1472 case ENUM_ENTRY:
1852 || node->symbol->type == ENUM_ENTRY)
aicasm_gram.y 483 enum_entry
484 | enum_entry_list ',' enum_entry
487 enum_entry: label
490 process_field(ENUM_ENTRY, $1, enum_next_value);
495 process_field(ENUM_ENTRY, $1, $2.value);
685 case ENUM_ENTRY:
1394 if (field_type != ENUM_ENTRY) {
1472 case ENUM_ENTRY:
1852 || node->symbol->type == ENUM_ENTRY)

Completed in 23 milliseconds