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

  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 7522 static GTY(()) tree nvptx_previous_fndecl;
7527 if (!fndecl || fndecl == nvptx_previous_fndecl)
7531 nvptx_previous_fndecl = fndecl;
7514 static GTY(()) tree nvptx_previous_fndecl; local
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc 7375 static GTY(()) tree nvptx_previous_fndecl;
7380 if (!fndecl || fndecl == nvptx_previous_fndecl)
7384 nvptx_previous_fndecl = fndecl;
7367 static GTY(()) tree nvptx_previous_fndecl; local

Completed in 20 milliseconds