Home
last modified time | relevance | path

Searched refs:type_dep (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c4628 cp_make_fname_decl (location_t loc, tree id, int type_dep) in cp_make_fname_decl() argument
4632 if (!(type_dep && in_template_function ())) in cp_make_fname_decl()
4636 else if (type_dep == 1) /* __PRETTY_FUNCTION__ */ in cp_make_fname_decl()
4638 else if (type_dep == 0) /* __FUNCTION__ */ in cp_make_fname_decl()
4640 name = fname_as_string (type_dep); in cp_make_fname_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc4906 cp_make_fname_decl (location_t loc, tree id, int type_dep) in cp_make_fname_decl() argument
4911 if (!(type_dep && in_template_function ())) in cp_make_fname_decl()
4918 else if (type_dep == 0) in cp_make_fname_decl()
4921 name = fname_as_string (type_dep); in cp_make_fname_decl()
4927 gcc_checking_assert (type_dep == 1); in cp_make_fname_decl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c4441 c_make_fname_decl (location_t loc, tree id, int type_dep) in c_make_fname_decl() argument
4443 const char *name = fname_as_string (type_dep); in c_make_fname_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc4532 c_make_fname_decl (location_t loc, tree id, int type_dep) in c_make_fname_decl() argument
4534 const char *name = fname_as_string (type_dep); in c_make_fname_decl()