Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dfriend.c169 if (ctx && CLASS_TYPE_P (ctx) && !uses_template_parms (ctx)) in add_friend()
177 if (!uses_template_parms (type)) in add_friend()
249 && uses_template_parms (friend_type)) in make_friend_class()
397 if (!uses_template_parms (type)) in make_friend_class()
532 && uses_template_parms (decl)); in do_friend()
H A Dpt.c2369 if (uses_template_parms (declarator)) in check_explicit_specialization()
6285 else if (!uses_template_parms (orig_arg) && !uses_template_parms (t)) in convert_template_argument()
7023 || (!uses_template_parms (arglist2) in lookup_template_class_1()
7681 uses_template_parms (tree t) in uses_template_parms() function
8401 if (uses_template_parms (type_decl)) in perform_typedefs_access_check()
8429 || uses_template_parms (type)) in instantiate_class_template_1()
9708 if (uses_template_parms (tmpl_args)) in tsubst_default_arguments()
10061 && !uses_template_parms (argvec)) in tsubst_decl()
15437 if (uses_template_parms (arg)) in try_one_overload()
15466 else if (uses_template_parms (elt)) in try_one_overload()
[all …]
H A Ddecl2.c4291 && !uses_template_parms (DECL_TI_ARGS (decl))) in mark_used()
4312 && uses_template_parms (DECL_TI_ARGS (decl))) in mark_used()
H A Derror.c313 if (VEC_empty (tree, typenames) || uses_template_parms (args)) in dump_template_bindings()
2731 && !uses_template_parms (typ)) in type_to_string()
H A Dname-lookup.c513 || uses_template_parms (TREE_TYPE (target_decl)) in supplement_binding_1()
514 || uses_template_parms (TREE_TYPE (target_bval)))) in supplement_binding_1()
H A Dcall.c2279 && !uses_template_parms (TREE_TYPE (type1)) in add_builtin_candidate()
2419 && !uses_template_parms (type1)) in add_builtin_candidate()
2426 && !uses_template_parms (type2)) in add_builtin_candidate()
H A Ddecl.c1857 && !(processing_template_decl && uses_template_parms (newdecl))) in duplicate_decls()
1865 && !(processing_template_decl && uses_template_parms (newdecl))) in duplicate_decls()
11837 if (!(processing_template_decl && uses_template_parms (basetype)) in xref_basetypes()
H A Dclass.c329 && uses_template_parms (current_function_decl))) in build_base_path()
6486 && uses_template_parms (current_function_decl))) in resolves_to_fixed_type_p()
H A Dcp-tree.h5307 extern int uses_template_parms (tree);
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dfriend.c206 if (ctx && CLASS_TYPE_P (ctx) && !uses_template_parms (ctx)) in add_friend()
216 if (!uses_template_parms (type)) in add_friend()
291 && uses_template_parms (friend_type)) in make_friend_class()
459 if (!uses_template_parms (type)) in make_friend_class()
603 && uses_template_parms (decl)); in do_friend()
H A Dpt.c479 && uses_template_parms (ctx) in maybe_begin_member_template_processing()
2222 if (uses_template_parms (targs)) in determine_specialization()
7177 if (!uses_template_parms (t) in coerce_template_template_parm()
8004 && !uses_template_parms (t)) in convert_template_argument()
10003 uses_template_parms (tree t) in uses_template_parms() function
10868 || uses_template_parms (type)) in instantiate_class_template_1()
13058 && !uses_template_parms (argvec)) in tsubst_function_decl()
19240 if (uses_template_parms (targ_ptr)) in instantiate_template_1()
20425 if (uses_template_parms (parm)) in type_unification_real()
20797 if (uses_template_parms (arg)) in try_one_overload()
[all …]
H A Dconstraint.cc458 if (!uses_template_parms (args)) in learn_implications()
2307 if (args && uses_template_parms (args)) in satisfy_associated_constraints()
2537 if (!uses_template_parms (TREE_TYPE (fn))) in check_constrained_friend()
H A Dtree.c937 bool dependent = (uses_template_parms (elt_type) in build_cplus_array_type()
938 || (index_type && uses_template_parms (index_type))); in build_cplus_array_type()
2647 || uses_template_parms (raises) in canonical_eh_spec()
2648 || uses_template_parms (TREE_PURPOSE (raises))) in canonical_eh_spec()
H A Ddecl2.c5177 && !uses_template_parms (DECL_TI_ARGS (decl))) in maybe_instantiate_decl()
5292 && uses_template_parms (DECL_TI_ARGS (decl))) in mark_used()
H A Derror.c375 if (vec_safe_is_empty (typenames) || uses_template_parms (args)) in dump_template_bindings()
3173 && !uses_template_parms (typ)) in type_to_string()
H A Dsearch.c2632 if (!type || !CLASS_TYPE_P (type) || !uses_template_parms (type)) in any_dependent_bases_p()
H A Dmethod.c2270 if (uses_template_parms (t)) in after_nsdmi_defaulted_late_checks()
H A Dname-lookup.c2209 || uses_template_parms (TREE_TYPE (target_decl)) in supplement_binding_1()
2210 || uses_template_parms (TREE_TYPE (target_bval)))) in supplement_binding_1()
H A Dmangle.c374 gcc_assert (uses_template_parms (expr)); in write_exception_spec()
H A Dcall.c2832 bool u1 = uses_template_parms (type1); in add_builtin_candidate()
2833 bool u2 = type2 ? uses_template_parms (type2) : false; in add_builtin_candidate()
H A Ddecl.c2231 && !(processing_template_decl && uses_template_parms (newdecl))) in duplicate_decls()
2239 && !(processing_template_decl && uses_template_parms (newdecl))) in duplicate_decls()
H A Dcp-tree.h6624 extern int uses_template_parms (tree);
H A Dparser.c23029 || uses_template_parms (CLASSTYPE_TI_ARGS (scope)))) in cp_parser_class_head()