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

  /src/crypto/external/bsd/openssl/dist/util/
check-format-test-negatives.c 53 enum {} enu; local
  /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
texi2html 365 if (/^-m(enu)?$/) { $show_menu = 1; next; }
  /src/external/gpl2/gettext/dist/gettext-tools/doc/
texi2html 365 if (/^-m(enu)?$/) { $show_menu = 1; next; }
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 10119 tree enu = TREE_PURPOSE (pair);
10120 tree ini = DECL_INITIAL (enu);
10122 TREE_TYPE (enu) = enumtype;
10139 DECL_INITIAL (enu) = ini;
10140 TREE_PURPOSE (pair) = DECL_NAME (enu);
10143 TREE_VALUE (pair) = enu;
10088 tree enu = TREE_PURPOSE (pair); local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 9287 tree enu = TREE_PURPOSE (pair);
9288 tree ini = DECL_INITIAL (enu);
9290 TREE_TYPE (enu) = enumtype;
9305 DECL_INITIAL (enu) = ini;
9306 TREE_PURPOSE (pair) = DECL_NAME (enu);
9256 tree enu = TREE_PURPOSE (pair); local

Completed in 63 milliseconds