Searched refs:type_dep (Results 1 – 4 of 4) sorted by relevance
4628 cp_make_fname_decl (location_t loc, tree id, int type_dep) in cp_make_fname_decl() argument4632 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()
4906 cp_make_fname_decl (location_t loc, tree id, int type_dep) in cp_make_fname_decl() argument4911 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()
4441 c_make_fname_decl (location_t loc, tree id, int type_dep) in c_make_fname_decl() argument4443 const char *name = fname_as_string (type_dep); in c_make_fname_decl()
4532 c_make_fname_decl (location_t loc, tree id, int type_dep) in c_make_fname_decl() argument4534 const char *name = fname_as_string (type_dep); in c_make_fname_decl()