Home
last modified time | relevance | path

Searched refs:grok_ctor_properties (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/contrib/gcc/cp/
DChangeLog-1998156 (grok_ctor_properties): Don't treat templates as copy
558 * decl.c (grok_ctor_properties): Complain about any constructor
1138 (grok_ctor_properties): Likewise.
3960 * decl.c (grok_ctor_properties): Make sure ctors for types with
3965 (tsubst): Call grok_ctor_properties and maybe_retrofit_in_chrg.
Dcp-tree.h3937 extern int grok_ctor_properties (tree, tree);
Ddecl.c6382 if (DECL_CONSTRUCTOR_P (decl) && !grok_ctor_properties (ctype, decl)) in grokfndecl()
9199 grok_ctor_properties (tree ctype, tree decl) in grok_ctor_properties() function
DChangeLog-2001205 (grok_ctor_properties): Don't remember them here, just check.
3015 * decl.c (grokdeclarator, copy_args_p, grok_ctor_properties): Likewise.
DChangeLog-20041565 grok_ctor_properties, grok_op_properties,
5796 (grok_ctor_properties): Don't set IDENTIFIER_ERROR_LOCUS.
DChangeLog-2000174 * decl.c (grok_ctor_properties): Use it.
4504 (grok_ctor_properties): Likewise.
DChangeLog-19942160 * decl.c (grok_ctor_properties): Return 0 for A(A) constructor.
2161 (grokfndecl): Check the return value of grok_ctor_properties.
Dpt.c6765 grok_ctor_properties (ctx, r); in tsubst_decl()