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

  /src/external/gpl3/gcc/dist/gcc/
gengtype-parse.cc 805 type_p ty, dty;
833 dty = declarator (ty, &name, &dopts, true);
841 if (!dty)
849 f = create_field_at (f, dty, name, dopts, &lexer_line);
1075 type_p ty, dty;
1090 dty = declarator (ty, &name, &opts);
1097 if (dty)
1098 do_typedef (name, dty, &lexer_line);
1125 type_p ty, dty;
1137 dty = declarator (ty, &name, &dopts)
802 type_p ty, dty; local
1071 type_p ty, dty; local
1121 type_p ty, dty; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype-parse.cc 798 type_p ty, dty;
826 dty = declarator (ty, &name, &dopts, true);
834 if (!dty)
842 f = create_field_at (f, dty, name, dopts, &lexer_line);
1068 type_p ty, dty;
1083 dty = declarator (ty, &name, &opts);
1090 if (dty)
1091 do_typedef (name, dty, &lexer_line);
1118 type_p ty, dty;
1130 dty = declarator (ty, &name, &dopts)
795 type_p ty, dty; local
1064 type_p ty, dty; local
1114 type_p ty, dty; local
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
srconv.c 840 struct IT_dty dty;
841 dty.end = 0;
842 dty.neg = 0x1001;
843 dty.spare = 0;
844 sysroff_swap_dty_out (file, &dty);
850 struct IT_dty dty;
851 dty.end = 0;
852 dty.neg = 0x1001;
853 dty.end = 1;
854 sysroff_swap_dty_out (file, &dty);
878 struct IT_dty dty; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
srconv.c 840 struct IT_dty dty;
841 dty.end = 0;
842 dty.neg = 0x1001;
843 dty.spare = 0;
844 sysroff_swap_dty_out (file, &dty);
850 struct IT_dty dty;
851 dty.end = 0;
852 dty.neg = 0x1001;
853 dty.end = 1;
854 sysroff_swap_dty_out (file, &dty);
878 struct IT_dty dty; local
    [all...]

Completed in 28 milliseconds