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

  /src/usr.bin/xlint/lint1/
cgram.y 384 /* No type for begin_type. */
977 begin_type type_qualifier {
980 | begin_type T_SCLASS {
983 | begin_type T_FUNCTION_SPECIFIER {
1011 begin_type notype_type_specifier {
1014 | begin_type T_TYPENAME {
1020 begin_type type_qualifier {
1073 begin_type: label
2400 begin_type end_type notype_init_declarator_list T_SEMI {
2450 begin_type end_type notype_declarator
    [all...]
  /src/external/gpl3/binutils/dist/gas/
ecoff.c 1711 st_t begin_type = pscope->lsym->ecoff_sym.asym.st;
1715 if (begin_type != st_File)
1720 if (begin_type != st_File && storage != sc_Info)
1749 if (begin_type != st_File && begin_type != st_Block)
4095 st_t begin_type;
4105 begin_type = (st_t) begin_ptr->ecoff_sym.asym.st;
4106 if (begin_type == st_File
4107 || begin_type == st_Block)
4130 if (begin_type == st_Pro
1703 st_t begin_type = pscope->lsym->ecoff_sym.asym.st; local
4063 st_t begin_type; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 1711 st_t begin_type = pscope->lsym->ecoff_sym.asym.st;
1715 if (begin_type != st_File)
1720 if (begin_type != st_File && storage != sc_Info)
1749 if (begin_type != st_File && begin_type != st_Block)
4092 st_t begin_type;
4102 begin_type = (st_t) begin_ptr->ecoff_sym.asym.st;
4103 if (begin_type == st_File
4104 || begin_type == st_Block)
4127 if (begin_type == st_Pro
1703 st_t begin_type = pscope->lsym->ecoff_sym.asym.st; local
4060 st_t begin_type; local
    [all...]

Completed in 37 milliseconds