Home
last modified time | relevance | path

Searched refs:dependent_type_p (Results 1 – 25 of 49) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlambda.c543 if (!dependent_type_p (type) && array_of_runtime_bound_p (type)) in add_capture()
559 else if (!dependent_type_p (type) in add_capture()
584 if (dependent_type_p (type)) in add_capture()
1541 if (dependent_type_p (TREE_TYPE (lam))) in prune_lambda_captures()
H A Dpt.c4851 if (scope && TYPE_P (scope) && dependent_type_p (scope) in maybe_update_decl_type()
4852 && dependent_type_p (type) in maybe_update_decl_type()
6689 if (TYPE_P (ctx) && dependent_type_p (ctx)) in has_value_dependent_address()
10653 dependent_p = dependent_type_p (t); in uses_template_parms()
10660 dependent_p = dependent_type_p (TREE_TYPE (t)); in uses_template_parms()
11141 dependent_p = dependent_type_p (context); in tsubst_friend_function()
12023 if (dependent_type_p (friend_type)) in instantiate_class_template_1()
16412 else if (!dependent_type_p (type)) in tsubst_init()
19508 if (dependent_type_p (type) || type_dependent_expression_p (expr)) in tsubst_copy_and_build()
26451 if (dependent_type_p (type)) in invalid_nontype_parm_type_p()
[all …]
H A Dsearch.c195 if (dependent_type_p (t)) in lookup_base()
1133 if (dependent_type_p (type)) in lookup_member()
1321 if (flag_concepts && dependent_type_p (type)) in lookup_member_fuzzy()
H A Ddecl2.c1063 && (INDIRECT_TYPE_P (type) || !dependent_type_p (type))) in grokbitfield()
1213 else if (dependent_type_p (type) in is_late_template_attribute()
1287 if (!dependent_type_p (*decl_p)) in save_template_attributes()
5467 && dependent_type_p (DECL_CONTEXT (decl))) in decl_dependent_p()
H A Dtypeck.c124 if (COMPLETE_TYPE_P (t) && !dependent_type_p (type)) in complete_type()
1736 bool dependent_p = dependent_type_p (type); in cxx_sizeof_or_alignof_type()
2620 && !dependent_type_p (object_type) in build_class_member_access_expr()
3059 && dependent_type_p (TREE_TYPE (name)))) in finish_class_member_access_expr()
3191 if (dependent_type_p (object_type)) in finish_class_member_access_expr()
3206 if (dependent_type_p (object_type)) in finish_class_member_access_expr()
3373 if (dependent_type_p (type) || type_dependent_expression_p (e)) in cp_strict_aliasing_warning()
7687 bool dependent = (dependent_type_p (type) in build_static_cast()
10055 if (dependent_type_p (functype) in check_return_expr()
H A Ddecl.c3981 if ((!t || TREE_CODE (t) == TREE_LIST) && dependent_type_p (context)) in make_typename_type()
4072 if (!dependent_type_p (context) in make_unbound_class_template()
7229 if (dependent_type_p (TREE_TYPE (init))) in value_dependent_init_p()
7665 type_dependent_p = dependent_type_p (type); in cp_finish_decl()
10287 else if (dependent_type_p (type)) in check_static_variable_definition()
12736 || !(dependent_type_p (ctype) in grokdeclarator()
13418 || (!dependent_type_p (type) in grokdeclarator()
13881 if (dependent_type_p (TREE_TYPE (parms))) in require_complete_types_for_parms()
15190 if (!dependent_type_p (basetype) in xref_basetypes()
15539 else if (dependent_type_p (underlying_type)) in start_enum()
[all …]
H A Dsemantics.c2100 && !dependent_type_p (qualifying_type)) in check_accessibility_of_qualified_id()
2911 || dependent_type_p (type)); in finish_compound_literal()
3416 && dependent_type_p (type) in finish_template_type()
3528 if (!dependent_type_p (type) in process_outer_var_ref()
3720 || (!dependent_type_p (scope) in finish_id_expression_1()
3723 && dependent_type_p (TREE_TYPE (id_expression)))))) in finish_id_expression_1()
3811 && !dependent_type_p (TREE_TYPE (decl)) in finish_id_expression_1()
10416 if (!type_dependent_expression_p (arg) && !dependent_type_p (type)) in cp_build_vec_convert()
H A Dname-lookup.c2163 && (dependent_type_p (ENUM_UNDERLYING_TYPE in supplement_binding_1()
2165 || dependent_type_p (ENUM_UNDERLYING_TYPE in supplement_binding_1()
2774 || (!dependent_type_p (TREE_TYPE (decl)) in check_local_shadow()
2775 && !dependent_type_p (TREE_TYPE (old)) in check_local_shadow()
4706 && dependent_type_p (TREE_TYPE (lookup.name))) in lookup_using_decl()
H A Dcoroutines.cc1135 if (dependent_type_p (functype) || type_dependent_expression_p (expr)) in finish_co_await_expr()
1212 if (dependent_type_p (functype) || type_dependent_expression_p (expr)) in finish_co_yield_expr()
1298 if (dependent_type_p (functype) || type_dependent_expression_p (expr)) in finish_co_return_stmt()
H A Dconstexpr.c7719 if (dependent_type_p (type) in potential_constant_expression_1()
8310 && !dependent_type_p (TREE_TYPE (t)) in potential_constant_expression_1()
8325 && (dependent_type_p (TREE_TYPE (t)) in potential_constant_expression_1()
H A Dcxx-pretty-print.c230 && TYPE_P (scope) && dependent_type_p (scope)) in pp_cxx_template_keyword_if_needed()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlambda.cc542 if (!dependent_type_p (type) && array_of_runtime_bound_p (type)) in add_capture()
558 else if (!dependent_type_p (type) in add_capture()
583 if (dependent_type_p (type)) in add_capture()
1563 if (dependent_type_p (TREE_TYPE (lam))) in prune_lambda_captures()
H A Dsearch.cc230 if (dependent_type_p (t)) in lookup_base()
741 if (dependent_type_p (fctx) in friend_accessible_p()
1151 if (dependent_type_p (type)) in lookup_member()
1336 if (flag_concepts && dependent_type_p (type)) in lookup_member_fuzzy()
H A Dpt.cc5000 if (scope && TYPE_P (scope) && dependent_type_p (scope) in maybe_update_decl_type()
5001 && dependent_type_p (type) in maybe_update_decl_type()
6853 if (TYPE_P (ctx) && dependent_type_p (ctx)) in has_value_dependent_address()
10927 dependent_p = dependent_type_p (t); in uses_template_parms()
10934 dependent_p = dependent_type_p (TREE_TYPE (t)); in uses_template_parms()
11499 dependent_p = dependent_type_p (context); in tsubst_friend_function()
16922 else if (!dependent_type_p (type)) in tsubst_init()
19105 if (dependent_type_p (tmp)) in tsubst_expr()
20292 if (dependent_type_p (type) || type_dependent_expression_p (expr)) in tsubst_copy_and_build()
27305 if (dependent_type_p (type)) in invalid_nontype_parm_type_p()
[all …]
H A Dname-lookup.cc2595 && (dependent_type_p (ENUM_UNDERLYING_TYPE in supplement_binding()
2597 || dependent_type_p (ENUM_UNDERLYING_TYPE in supplement_binding()
3243 || (!dependent_type_p (TREE_TYPE (decl)) in check_local_shadow()
3244 && !dependent_type_p (TREE_TYPE (old)) in check_local_shadow()
3362 if (dependent_type_p (TREE_TYPE (decl)) in push_local_extern_decl_alias()
5651 && dependent_type_p (TREE_TYPE (lookup.name)))); in lookup_using_decl()
5659 if (!dependent_p && lookup.value && dependent_type_p (scope)) in lookup_using_decl()
H A Dsemantics.cc2273 || dependent_type_p (scope)) in check_accessibility_of_qualified_id()
2301 if (dependent_type_p (current)) in check_accessibility_of_qualified_id()
3214 || dependent_type_p (type)); in finish_compound_literal()
3747 && dependent_type_p (type) in finish_template_type()
3861 if (!dependent_type_p (type) in process_outer_var_ref()
4053 || (!dependent_type_p (scope) in finish_id_expression_1()
4056 && dependent_type_p (TREE_TYPE (id_expression)))))) in finish_id_expression_1()
4144 && !dependent_type_p (TREE_TYPE (decl)) in finish_id_expression_1()
12409 if (!type_dependent_expression_p (arg) && !dependent_type_p (type)) in cp_build_vec_convert()
12428 if (!dependent_type_p (type)) in cp_build_bit_cast()
[all …]
H A Dtypeck.cc124 if (COMPLETE_TYPE_P (t) && !dependent_type_p (type)) in complete_type()
1910 bool dependent_p = dependent_type_p (type); in cxx_sizeof_or_alignof_type()
2788 && !dependent_type_p (object_type) in build_class_member_access_expr()
3229 && dependent_type_p (TREE_TYPE (name)))) in finish_class_member_access_expr()
3361 if (dependent_type_p (object_type)) in finish_class_member_access_expr()
3386 if (dependent_type_p (object_type)) in finish_class_member_access_expr()
3624 if (dependent_type_p (type) || type_dependent_expression_p (e)) in cp_strict_aliasing_warning()
8222 bool dependent = (dependent_type_p (type) in build_static_cast()
10652 if (dependent_type_p (functype) in check_return_expr()
H A Ddecl2.cc1199 && (INDIRECT_TYPE_P (type) || !dependent_type_p (type))) in grokbitfield()
1355 else if (dependent_type_p (type) in is_late_template_attribute()
1426 if (!dependent_type_p (*decl_p)) in save_template_attributes()
5777 && dependent_type_p (DECL_CONTEXT (decl))) in decl_dependent_p()
H A Ddecl.cc4187 if ((!t || TREE_CODE (t) == TREE_LIST) && dependent_type_p (context)) in make_typename_type()
4286 if (!dependent_type_p (context) in make_unbound_class_template()
7799 if (dependent_type_p (TREE_TYPE (init))) in value_dependent_init_p()
8273 type_dependent_p = dependent_type_p (type); in cp_finish_decl()
10926 else if (dependent_type_p (type)) in check_static_variable_definition()
13441 || !(dependent_type_p (ctype) in grokdeclarator()
14134 || (!dependent_type_p (type) in grokdeclarator()
14623 if (dependent_type_p (TREE_TYPE (parms))) in require_complete_types_for_parms()
15995 if (!dependent_type_p (basetype) in xref_basetypes()
16356 else if (dependent_type_p (underlying_type)) in start_enum()
[all …]
H A DChangeLog-2003861 * decl.c (make_typename_type): Use dependent_type_p.
6061 (dependent_type_p): ... here. Memoize results.
6062 * search.c (dependent_base_p): Use dependent_type_p, not
6261 * class.c (currently_open_derived_class): Use dependent_type_p.
6262 * cp-tree.h (dependent_type_p): New function.
6273 cp_parser_dependent_type_p with dependent_type_p, etc.
6281 * pt.c (dependent_type_p): New function.
H A Dcxx-pretty-print.cc231 && TYPE_P (scope) && dependent_type_p (scope)) in pp_cxx_template_keyword_if_needed()
H A Dtree.cc1651 || !dependent_type_p (t)); in strip_typedefs()
6012 || dependent_type_p (type) in cast_valid_in_integral_constant_expression_p()
H A DChangeLog-2005599 dependent_type_p.
744 TYPE_DECL. Use dependent_type_p to check type.
745 * pt.c (uses_template_parms_p): Use dependent_type_p for a
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc337 && (dependent_type_p (ENUM_UNDERLYING_TYPE in supplement_binding()
339 || dependent_type_p (ENUM_UNDERLYING_TYPE in supplement_binding()
3033 bool template_dependent_p = dependent_type_p (type); in plugin_build_unary_type_expr()
3102 bool template_dependent_p = dependent_type_p (type) in plugin_build_cast_expr()
3252 bool template_dependent_p = dependent_type_p (type) in plugin_build_new_expr()
3522 bool template_dependent_p = dependent_type_p (element_type) in plugin_build_dependent_array_type()
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1plugin.cc182 && (dependent_type_p (ENUM_UNDERLYING_TYPE in supplement_binding()
184 || dependent_type_p (ENUM_UNDERLYING_TYPE in supplement_binding()
2874 bool template_dependent_p = dependent_type_p (type); in plugin_build_unary_type_expr()
2943 bool template_dependent_p = dependent_type_p (type) in plugin_build_cast_expr()
3093 bool template_dependent_p = dependent_type_p (type) in plugin_build_new_expr()
3363 bool template_dependent_p = dependent_type_p (element_type) in plugin_build_dependent_array_type()

12