Searched refs:grokclassfn (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dfriend.c464 grokclassfn (ctype, decl, flags);
H A Dmethod.c992 grokclassfn (type, fn, kind == sfk_destructor ? DTOR_FLAG : NO_SPECIAL);
H A Dsemantics.c5935 grokclassfn (type, fn, NO_SPECIAL);
5964 grokclassfn (type, fn, NO_SPECIAL);
H A Ddecl2.c213 appropriate. It is called from grokclassfn and tsubst.
306 grokclassfn (tree ctype, tree function, enum overload_flags flags)
305 grokclassfn (tree ctype, tree function, enum overload_flags flags) function
H A Dcp-tree.h4753 extern void grokclassfn (tree, tree,
H A Ddecl.c6645 FLAGS are to be passed through to `grokclassfn'.
6650 not look, and -1 if we should not call `grokclassfn' at all.
6908 grokclassfn (ctype, decl, flags);
6966 /* Remove the `this' parm added by grokclassfn.
11985 /* We know that this was set up by `grokclassfn'. We do not
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dfriend.c408 FLAGS is just used for `grokclassfn'.
466 grokclassfn (ctype, decl, flags, quals);
H A Dmethod.c1079 /* Create the argument list. The call to "grokclassfn" will add the
1090 grokclassfn (type, fn, kind == sfk_destructor ? DTOR_FLAG : NO_SPECIAL,
H A Ddecl2.c176 appropriate. It is called from grokclassfn and tsubst.
266 grokclassfn (tree ctype, tree function, enum overload_flags flags,
265 grokclassfn (tree ctype, tree function, enum overload_flags flags, function
H A Dcp-tree.h3946 extern void grokclassfn (tree, tree,
H A Ddecl.c5833 FLAGS are to be passed through to `grokclassfn'.
5838 not look, and -1 if we should not call `grokclassfn' at all.
6066 grokclassfn (ctype, decl, flags, quals);
6115 /* Remove the `this' parm added by grokclassfn.
10487 /* We know that this was set up by `grokclassfn'. We do not
11459 /* revert_static_member_fn might be called before grokclassfn

Completed in 376 milliseconds