]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/cp/method.c
tree.c (avoid_overlap): Add prototype.
[gcc.git] / gcc / cp / method.c
index 6e20848102eec153cc93c884341cf73cc97230d3..139086b088ec2f1c0ab6745ebca7c4a149668b13 100644 (file)
@@ -75,6 +75,13 @@ static tree build_decl_overload_real PROTO((tree, tree, tree, tree,
 static void build_template_template_parm_names PROTO((tree));
 static void build_template_parm_names PROTO((tree, tree));
 static void build_underscore_int PROTO((int));
+static void start_sqangling PROTO((void));
+static void end_sqangling PROTO((void));
+static int check_ktype PROTO((tree, int));
+static int issue_ktype PROTO((tree));
+static void build_overloaded_scope_ref PROTO((tree));
+static void build_mangled_template_parm_index PROTO((char *, tree));
+static int check_btype PROTO((tree));
 
 # define OB_INIT() (scratch_firstobj ? (obstack_free (&scratch_obstack, scratch_firstobj), 0) : 0)
 # define OB_PUTC(C) (obstack_1grow (&scratch_obstack, (C)))
This page took 0.296 seconds and 5 git commands to generate.