Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
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()