Home
last modified time | relevance | path

Searched refs:grokclassfn (Results 1 – 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
HDfriend.c458 grokclassfn (ctype, decl, flags); in do_friend()
HDmethod.c1095 grokclassfn (type, fn, kind == sfk_destructor ? DTOR_FLAG : NO_SPECIAL); in implicitly_declare_fn()
HDChangeLog-1993545 after grokclassfn so that it's dealing with the right decl.
HDChangeLog-20003292 * decl2.c (grokclassfn): Use set_mangled_name_for_decl for
3593 * decl2.c (grokclassfn): Set DECL_LANGUAGE here.
3645 (grokclassfn): Use build_artificial_parm.
4864 * decl2.c (grokclassfn): Set TREE_READONLY for PARM_DECLs.
6098 * decl2.c (grokclassfn): Likewise.
6151 (grokclassfn): Set DECL_VIRTUAL_CONTEXT, not DECL_CONTEXT.
HDdecl2.c258 grokclassfn (tree ctype, tree function, enum overload_flags flags) in grokclassfn() function
HDChangeLog-1995295 * decl2.c (grokclassfn): Tweak __in_chrg attributes.
615 * decl2.c (grokclassfn): After changing the type, call
1752 * decl2.c (grokclassfn): DECLs don't have cv-qualified types.
HDChangeLog-20044346 (grokclassfn): Likewise.
4351 (grokclassfn): Likewise.
4353 * method.c (implicitly_declare_fn): Adjust call to grokclassfn.
5582 * decl2.c (grokclassfn): Do not use last_function_parms.
HDcp-tree.h4028 extern void grokclassfn (tree, tree,
HDChangeLog-19981805 (grokclassfn): Likewise.
1825 (grokclassfn): Remove unused parameter `cname', all callers
2876 (grokclassfn): Use set_mangled_name_for_decl.
3959 (grokclassfn): From here. Reorganize.
HDChangeLog-20012292 * decl2.c (grokclassfn): Use SET_DECL_LANGUAGE.
2744 * decl2.c (grokclassfn): Likewise.
HDChangeLog2226 (grokfndecl): Use it. Do not pass quals to grokclassfn.
2235 (grokclassfn): Remove quals parameter. Do not build "this"
6556 (grokclassfn): Use cp_apply_type_quals_to_decl.
HDChangeLog-2002192 maybe_retrofit_in_chrg, grokclassfn, grok_array_decl,
4150 * decl2.c (grokclassfn): Don't set DECL_REGISTER on 'this'.
HDChangeLog-19971649 * decl2.c (grokclassfn): Don't specify 'const int' for the
HDChangeLog-19942326 * decl2.c (grokclassfn): If -fthis-is-variable and this function is
2802 * decl2.c (grokclassfn): Don't set DECL_CONTEXT to a cv-qualified
HDChangeLog-1999650 (grokclassfn): Apply this pointer qualifiers. Cleanup unused
1848 (grokclassfn): Don't check flag_this_is_variable.
HDdecl.c6709 grokclassfn (ctype, decl, flags); in grokfndecl()
HDChangeLog-20032026 * decl2.c (grokclassfn): Do not set TYPE_HAS_DESTRUCTOR.