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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 848 char *mustbelongordbl = match_identifier (); local
849 if (!mustbelongordbl)
851 else if (!strcmp (mustbelongordbl, "long"))
853 else if (!strcmp (mustbelongordbl, "double"))
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 848 char *mustbelongordbl = match_identifier (); local
849 if (!mustbelongordbl)
851 else if (!strcmp (mustbelongordbl, "long"))
853 else if (!strcmp (mustbelongordbl, "double"))

Completed in 29 milliseconds