| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | generic-match-head.cc | 52 if (!TYPE_P (t1)) in types_match() 54 if (!TYPE_P (t2)) in types_match()
|
| D | print-tree.cc | 332 if (!TYPE_P (node) && TREE_SIDE_EFFECTS (node)) in print_node() 335 if (TYPE_P (node) ? TYPE_READONLY (node) : TREE_READONLY (node)) in print_node() 337 if (TYPE_P (node) && TYPE_ATOMIC (node)) in print_node() 339 if (!TYPE_P (node) && TREE_CONSTANT (node)) in print_node() 341 else if (TYPE_P (node) && TYPE_SIZES_GIMPLIFIED (node)) in print_node() 344 if (TYPE_P (node) && !ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (node))) in print_node() 1158 else if (TYPE_P (ptr)) in dump_tree_via_hooks()
|
| D | ipa-free-lang-data.cc | 83 else if (TYPE_P (t)) in add_tree_to_fld_list() 228 if (ctx && TYPE_P (ctx) in fld_decl_context() 231 while (ctx && TYPE_P (ctx)) in fld_decl_context() 402 gcc_assert (TYPE_P (type)); in free_lang_data_in_type() 754 else if (TYPE_P (t)) in find_decls_types_r()
|
| D | tree-streamer-out.cc | 76 if (!TYPE_P (expr)) in pack_ts_base_value_fields() 96 else if (TYPE_P (expr)) in pack_ts_base_value_fields() 104 if (TYPE_P (expr)) in pack_ts_base_value_fields() 116 if (TYPE_P (expr)) in pack_ts_base_value_fields()
|
| D | tree-ssanames.h | 146 gcc_checking_assert (TYPE_P (type)); in make_temp_ssa_name()
|
| D | tree-streamer-in.cc | 106 if (!TYPE_P (expr)) in unpack_ts_base_value_fields() 126 else if (TYPE_P (expr)) in unpack_ts_base_value_fields() 131 if (TYPE_P (expr)) in unpack_ts_base_value_fields() 143 if (TYPE_P (expr)) in unpack_ts_base_value_fields()
|
| D | tree-nrv.cc | 79 if (TYPE_P (*tp)) in finalize_nrv_r()
|
| D | tree-ssanames.cc | 291 || (TYPE_P (var) && is_gimple_reg_type (var))); in make_ssa_name_fn() 323 if (TYPE_P (var)) in make_ssa_name_fn()
|
| D | lto-streamer-out.cc | 173 else if (TYPE_P (t) in tree_is_indexable() 180 return (TYPE_P (t) || DECL_P (t) || TREE_CODE (t) == SSA_NAME); in tree_is_indexable() 1194 if (!TYPE_P (t)) in hash_tree() 1205 else if (TYPE_P (t)) in hash_tree() 1207 if (TYPE_P (t)) in hash_tree() 1217 if (TYPE_P (t)) in hash_tree()
|
| D | value-query.cc | 193 if (TYPE_P (expr)) in get_tree_range()
|
| D | cgraphbuild.cc | 111 if (TYPE_P (type)) in record_type_list()
|
| D | dbxout.cc | 2594 if (TYPE_P (lhs)) in output_types_sort() 2596 if (TYPE_P (rhs)) in output_types_sort() 2603 if (TYPE_P (rhs)) in output_types_sort() 3268 && (TYPE_P (DECL_CONTEXT (decl)) in dbxout_symbol_name()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | mangle.cc | 269 && ((TYPE_P (TREE_PURPOSE (NODE1)) \ 333 if (TYPE_P (el) && in dump_substitution_candidates() 397 if (TYPE_P (node) in canonicalize_for_substitution() 456 gcc_assert (!(TYPE_P (node) && TYPE_P (candidate) in add_substitution() 523 if (TYPE_P (t)) in get_abi_tags() 614 decl = TYPE_P (node) ? TYPE_NAME (node) : node; in find_substitution() 615 type = TYPE_P (node) ? node : TREE_TYPE (node); in find_substitution() 626 if (TYPE_P (node)) in find_substitution() 652 else if (TYPE_P (node) in find_substitution() 697 || (TYPE_P (candidate) && type && TYPE_P (node) in find_substitution() [all …]
|
| D | cxx-pretty-print.cc | 231 && TYPE_P (scope) && dependent_type_p (scope)) in pp_cxx_template_keyword_if_needed() 837 if (TYPE_P (TREE_OPERAND (t, 0))) in unary_expression() 855 else if (TYPE_P (TREE_OPERAND (t, 0))) in unary_expression() 925 if (TYPE_P (TREE_OPERAND (t, 0))) in pp_cxx_pm_expression() 1461 if (!TYPE_P (t) && TREE_CODE (t) != TYPE_DECL) in pp_cxx_ptr_operator() 1523 if (TYPE_P (t)) in pp_cxx_parameter_declaration() 1542 if (TYPE_P (t)) in pp_cxx_parameter_declaration_clause() 1956 if (TYPE_P (arg) || (TREE_CODE (arg) == TEMPLATE_DECL in pp_cxx_template_argument_list() 1957 && TYPE_P (DECL_TEMPLATE_RESULT (arg)))) in pp_cxx_template_argument_list() 1973 if (TYPE_P (t)) in pp_cxx_exception_declaration() [all …]
|
| D | search.cc | 220 gcc_assert (TYPE_P (base)); in lookup_base() 222 if (!TYPE_P (t)) in lookup_base() 453 return cs && TYPE_P (cs); in at_class_scope_p() 478 while (context && TYPE_P (context) in context_for_name_lookup() 709 if (TYPE_P (scope) && protected_accessible_p (decl, scope, type, otype)) in friend_accessible_p() 714 else if (TYPE_P (scope)) in friend_accessible_p() 725 if (TYPE_P (scope)) in friend_accessible_p() 866 if (!TYPE_P (context_for_name_lookup (decl))) in accessible_p() 874 if (!TYPE_P (type)) in accessible_p() 1081 gcc_assert (!optype || TYPE_P (optype)); in build_baselink()
|
| D | tree.cc | 1613 gcc_assert (TYPE_P (t)); in strip_typedefs() 1747 if (TYPE_P (arg)) in strip_typedefs() 1797 if (TYPE_P (pat)) in strip_typedefs() 1898 if (TYPE_P (t)) in strip_typedefs_expr() 2929 if (TYPE_P (*tp)) in count_trees_r() 3030 if (TYPE_P (r) && !TREE_PUBLIC (TYPE_NAME (r))) in no_linkage_check() 3167 if (!TYPE_P (t) && TREE_CONSTANT (t) && !TREE_SIDE_EFFECTS (t)) in bot_manip() 3418 if (TYPE_P (*t) || TREE_CONSTANT (*t)) in replace_placeholders_r() 3526 if (TYPE_P (*t) || TREE_CONSTANT (*t)) in find_placeholders_r() 3610 if (x && !TYPE_P (x) && TREE_SIDE_EFFECTS (x)) in build_min() [all …]
|
| D | pt.cc | 1215 else if (TYPE_P (arg)) in verify_unstripped_args_1() 1793 if (!TYPE_P (arg)) in iterative_hash_template_arg() 3935 if (TYPE_P (t) && typedef_variant_p (t)) in find_parameter_packs_r() 4018 if (TYPE_P (t)) in find_parameter_packs_r() 4199 gcc_assert (TYPE_P (TREE_PURPOSE (arg))); in make_pack_expansion() 4240 if (TYPE_P (arg) || TREE_CODE (arg) == TEMPLATE_DECL) in make_pack_expansion() 4264 ppd.type_pack_expansion_p = TYPE_P (arg); in make_pack_expansion() 4273 if (TYPE_P (arg)) in make_pack_expansion() 5000 if (scope && TYPE_P (scope) && dependent_type_p (scope) in maybe_update_decl_type() 5322 !TYPE_P (arg) in process_partial_specialization() [all …]
|
| D | decl2.cc | 917 for (tree t = current_class_type; TYPE_P (t); in finish_static_data_member_decl() 1338 || TYPE_P (decl) in is_late_template_attribute() 1341 tree type = TYPE_P (decl) ? decl : TREE_TYPE (decl); in is_late_template_attribute() 1777 tree pattern = (TYPE_P (*decl) ? TREE_TYPE (tmpl) in cplus_decl_attributes() 1788 tree pattern = (TYPE_P (*decl) ? TREE_TYPE (tmpl) in cplus_decl_attributes() 2536 if (! TYPE_P (*tp)) in min_vis_r() 2681 if (TYPE_P (arg)) in constrain_visibility_for_template() 2747 if (TYPE_P (extra)) in determine_visibility() 5675 if (TYPE_P (decl) in cp_handle_deprecated_or_unavailable() 5681 if (TYPE_P (decl) in cp_handle_deprecated_or_unavailable() [all …]
|
| D | cp-lang.cc | 205 (elem && !TYPE_P (elem)) ? cplus_expand_constant (elem) : elem; in fold_cplus_constants()
|
| D | error.cc | 264 else if (TYPE_P (arg) || TREE_CODE (arg) == TEMPLATE_DECL) in dump_template_argument() 522 if (TYPE_P (t) && typedef_variant_p (t)) in dump_type() 1270 gcc_assert (TYPE_P (DECL_CONTEXT (t))); in dump_decl() 1358 if (TYPE_P (ctx)) in dump_decl() 1606 if (TYPE_P (*tp) && is_typedef_decl (TYPE_NAME (*tp))) in find_typenames_r() 2798 else if (TYPE_P (TREE_OPERAND (t, 0))) in dump_expr() 3210 if (TYPE_P (t)) in location_of() 3361 if (typ && TYPE_P (typ) && typ != TYPE_CANONICAL (typ) in type_to_string() 3417 if (TYPE_P (TREE_VALUE (p))) in args_to_string() 4008 if (TYPE_P (arg)) in arg_to_string() [all …]
|
| D | name-lookup.cc | 1449 gcc_assert (!TYPE_P (expr)); in adl_expr() 1587 else if (TYPE_P (arg)) in adl_template_arg() 1606 if (TYPE_P (arg)) in search_adl() 5000 if (TYPE_P (child)) in is_ancestor() 5404 if (TYPE_P (scope) && same_type_p (scope, current_class_type)) in push_class_level_binding() 5564 if (TYPE_P (current) in lookup_using_decl() 5602 if (!TYPE_P (current)) in lookup_using_decl() 5613 if (!TYPE_P (current) && cxx_dialect < cxx20) in lookup_using_decl() 5623 else if (TYPE_P (current)) in lookup_using_decl() 5686 else if (!TYPE_P (current)) in lookup_using_decl() [all …]
|
| D | class.cc | 1451 if (TYPE_P (p->t)) in check_tag() 1477 else if (TYPE_P (p->subob)) in check_tag() 1531 if (TYPE_P (t)) in mark_or_check_tags() 1552 if (TYPE_P (*tp) && *walk_subtrees == 1 && flag_abi_version != 14) in find_abi_tags_r() 1576 if (TYPE_P (*tp) && *walk_subtrees == 1 && flag_abi_version != 14) in mark_abi_tags_r() 1636 tree decl = TYPE_P (t) ? TYPE_NAME (t) : t; in check_abi_tags() 1643 tree subtype = TYPE_P (subob) ? subob : TREE_TYPE (subob); in check_abi_tags() 4078 if (!TYPE_P (type)) in walk_subobject_offsets() 9077 if (TYPE_P (binfo)) in vptr_via_virtual_p() 10431 if (!TYPE_P (ctx1) || !TYPE_P (ctx2)) in common_enclosing_class() [all …]
|
| D | constraint.cc | 544 if (TYPE_P (parm)) in debug_parameter_mapping() 559 if (TYPE_P (arg)) in debug_argument_list() 2349 if (TYPE_P (new_arg)) in tsubst_parameter_mapping() 2358 if (TYPE_P (pack_arg)) in tsubst_parameter_mapping() 2403 gcc_checking_assert ((TYPE_P (t) && !COMPLETE_TYPE_P (t)) in note_failed_type_completion_for_satisfaction() 2419 if (TYPE_P (t) && COMPLETE_TYPE_P (t)) in some_type_complete_p()
|
| D | semantics.cc | 969 if (TYPE_P (t) || TREE_CONSTANT (t)) in find_std_constant_evaluated_r() 2157 if (!TYPE_P (scope)) in finish_non_static_data_member() 2269 if (!TYPE_P (scope) in check_accessibility_of_qualified_id() 2349 gcc_assert (TYPE_P (qualifying_class)); in finish_qualified_id_expr() 2703 gcc_assert (!TYPE_P (fn)); in finish_call_expr() 3031 gcc_assert (TYPE_P (destructor)); in finish_pseudo_destructor_expr() 3042 if (scope && TYPE_P (scope) && !check_dtor_name (scope, destructor)) in finish_pseudo_destructor_expr() 4052 && (!TYPE_P (scope) in finish_id_expression_1() 4252 if (TYPE_P (scope)) in finish_id_expression_1() 4861 if (TYPE_P (*tp)) in finalize_nrv_r() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/lto/ |
| D | lto-common.cc | 406 gcc_checking_assert (TYPE_P (t) && !TYPE_CANONICAL (t) in gimple_register_canonical_type_1() 539 || !TYPE_P (node)) in lto_register_canonical_types() 856 if (TYPE_P (t)) in mentions_vars_p() 1102 if (!TYPE_P (t1)) in compare_tree_sccs_1() 1113 else if (TYPE_P (t1)) in compare_tree_sccs_1() 1115 if (TYPE_P (t1)) in compare_tree_sccs_1() 1125 if (TYPE_P (t1)) in compare_tree_sccs_1() 1691 || (TYPE_P (t) in unify_scc() 1771 if (TYPE_P (scc->entries[i])) in unify_scc() 1814 if (TYPE_P (t)) in process_new_tree() [all …]
|