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

  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 867 write_arg_type (std::stringstream &s, int for_reg, int argno,
1041 argno = write_arg_type (s, -1, argno, ptr_type_node, true);
1061 argno = write_arg_type (s, -1, argno, type, prototyped);
1067 argno = write_arg_type (s, -1, argno, ptr_type_node, true);
1070 argno = write_arg_type (s, -1, argno, ptr_type_node, true);
1075 argno = write_arg_type (s, -1, argno, integer_type_node, true);
1078 argno = write_arg_type (s, -1, argno, ptr_type_node, true);
1512 argno = write_arg_type (s, 0, argno, ptr_type_node, true);
1527 argno = write_arg_type (s, 0, argno, type, prototyped);
1531 argno = write_arg_type (s, ARG_POINTER_REGNUM, argno, ptr_type_node
866 write_arg_type (std::stringstream &s, int for_reg, int argno, function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc 863 write_arg_type (std::stringstream &s, int for_reg, int argno,
1037 argno = write_arg_type (s, -1, argno, ptr_type_node, true);
1057 argno = write_arg_type (s, -1, argno, type, prototyped);
1063 argno = write_arg_type (s, -1, argno, ptr_type_node, true);
1066 argno = write_arg_type (s, -1, argno, ptr_type_node, true);
1071 argno = write_arg_type (s, -1, argno, integer_type_node, true);
1074 argno = write_arg_type (s, -1, argno, ptr_type_node, true);
1502 argno = write_arg_type (s, 0, argno, ptr_type_node, true);
1517 argno = write_arg_type (s, 0, argno, type, prototyped);
1521 argno = write_arg_type (s, ARG_POINTER_REGNUM, argno, ptr_type_node
862 write_arg_type (std::stringstream &s, int for_reg, int argno, function
    [all...]

Completed in 20 milliseconds