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

/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c3368 cp_make_fname_decl (tree id, int type_dep)
3370 const char *const name = (type_dep && processing_template_decl
3371 ? NULL : fname_as_string (type_dep));
3381 DECL_PRETTY_FUNCTION_P (decl) = type_dep;
3359 cp_make_fname_decl(tree id, int type_dep) argument
/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c2853 c_make_fname_decl (tree id, int type_dep)
2855 const char *name = fname_as_string (type_dep);
2839 c_make_fname_decl(tree id, int type_dep) argument

Completed in 201 milliseconds