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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
mangle.cc 222 static void write_method_parms (tree, const int, const tree);
1758 write_method_parms (parms, /*method_p=*/1, fn);
2804 write_method_parms (TYPE_ARG_TYPES (type),
2817 write_method_parms (tree parm_types, const int method_p, const tree decl) function
mangle.cc 222 static void write_method_parms (tree, const int, const tree);
1758 write_method_parms (parms, /*method_p=*/1, fn);
2804 write_method_parms (TYPE_ARG_TYPES (type),
2817 write_method_parms (tree parm_types, const int method_p, const tree decl) function
  /src/external/gpl3/gcc/dist/gcc/cp/
mangle.cc 222 static void write_method_parms (tree, const int, const tree);
2005 write_method_parms (parms, TREE_CODE (TREE_TYPE (fn)) == METHOD_TYPE, fn);
3025 write_method_parms (TYPE_ARG_TYPES (type),
3038 write_method_parms (tree parm_types, const int method_p, const tree decl) function
mangle.cc 222 static void write_method_parms (tree, const int, const tree);
2005 write_method_parms (parms, TREE_CODE (TREE_TYPE (fn)) == METHOD_TYPE, fn);
3025 write_method_parms (TYPE_ARG_TYPES (type),
3038 write_method_parms (tree parm_types, const int method_p, const tree decl) function

Completed in 106 milliseconds