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

  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 663 promote_arg (machine_mode mode, bool prototyped)
680 return promote_arg (mode, true);
815 return promote_arg (mode, for_return || !type || TYPE_ARG_TYPES (funtype));
889 mode = promote_arg (mode, prototyped);
662 promote_arg (machine_mode mode, bool prototyped) function
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc 659 promote_arg (machine_mode mode, bool prototyped)
676 return promote_arg (mode, true);
811 return promote_arg (mode, for_return || !type || TYPE_ARG_TYPES (funtype));
885 mode = promote_arg (mode, prototyped);
658 promote_arg (machine_mode mode, bool prototyped) function

Completed in 32 milliseconds