| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cp-ubsan.c | 124 || !INDIRECT_TYPE_P (TREE_TYPE (op))) in cp_ubsan_maybe_instrument_member_call() 260 if (!INDIRECT_TYPE_P (type) in cp_ubsan_maybe_instrument_downcast() 261 || !INDIRECT_TYPE_P (intype) in cp_ubsan_maybe_instrument_downcast() 262 || !INDIRECT_TYPE_P (TREE_TYPE (op)) in cp_ubsan_maybe_instrument_downcast()
|
| H A D | cvt.c | 126 if (INDIRECT_TYPE_P (intype)) in cp_convert_to_pointer() 881 if (INDIRECT_TYPE_P (type) || TYPE_PTRMEM_P (type)) in ocp_convert() 998 if (type == NULL_TREE || !INDIRECT_TYPE_P (type)) in cp_get_fndecl_from_callee() 1046 if (INDIRECT_TYPE_P (type)) in maybe_warn_nodiscard() 1673 if (INDIRECT_TYPE_P (type) && INDIRECT_TYPE_P (intype)) in convert() 2108 if (INDIRECT_TYPE_P (t) in fnptr_conv_p() 2109 && INDIRECT_TYPE_P (f)) in fnptr_conv_p()
|
| H A D | cp-objcp-common.c | 41 || (INDIRECT_TYPE_P (t) in cxx_get_alias_set()
|
| H A D | except.c | 367 if (!INDIRECT_TYPE_P (init_type)) in initialize_handler_parm() 1126 gcc_assert (INDIRECT_TYPE_P (type)); in check_noexcept_r()
|
| H A D | lambda.c | 420 if (name == this_identifier && !INDIRECT_TYPE_P (type)) in build_capture_proxy() 579 gcc_assert (INDIRECT_TYPE_P (type)); in add_capture()
|
| H A D | search.c | 1927 && INDIRECT_TYPE_P (base_return))) in check_final_overrider() 1932 fail = !INDIRECT_TYPE_P (base_return); in check_final_overrider()
|
| H A D | constexpr.c | 3092 bool ptr = INDIRECT_TYPE_P (TREE_TYPE (lhs)); in cxx_eval_binary_expression() 4476 if (!INDIRECT_TYPE_P (subtype)) in cxx_fold_indirect_ref() 5236 bool ptr = INDIRECT_TYPE_P (TREE_TYPE (val)); in cxx_eval_increment_expression() 5243 if (INDIRECT_TYPE_P (type)) in cxx_eval_increment_expression() 6469 if (INDIRECT_TYPE_P (type) && TREE_CODE (op) == INTEGER_CST) in cxx_eval_constant_expression() 6495 if (INDIRECT_TYPE_P (type) in cxx_eval_constant_expression() 7936 if (INDIRECT_TYPE_P (TREE_TYPE (t))) in potential_constant_expression_1()
|
| H A D | semantics.c | 5292 && INDIRECT_TYPE_P (TREE_TYPE (TREE_TYPE (t)))) in handle_omp_array_sections() 5374 if (!INDIRECT_TYPE_P (TREE_TYPE (ptr))) in handle_omp_array_sections() 5386 && INDIRECT_TYPE_P (TREE_TYPE (TREE_TYPE (ptr)))) in handle_omp_array_sections() 7083 || (!INDIRECT_TYPE_P (TREE_TYPE (TREE_TYPE (t))) in finish_omp_clauses() 7485 && !INDIRECT_TYPE_P (TREE_TYPE (t))) in finish_omp_clauses() 9177 gcc_assert (!INDIRECT_TYPE_P (TREE_TYPE (decl))); in finish_omp_for() 9184 gcc_assert (!INDIRECT_TYPE_P (TREE_TYPE (decl))); in finish_omp_for() 9208 if (INDIRECT_TYPE_P (stept)) in finish_omp_for()
|
| H A D | cxx-pretty-print.c | 1757 else if (INDIRECT_TYPE_P (t)) in abstract_declarator() 2525 && INDIRECT_TYPE_P (TREE_TYPE (TREE_OPERAND (t, 0)))) in pp_cxx_offsetof_expression_1()
|
| H A D | typeck.c | 2520 if (INDIRECT_TYPE_P (object_type) in build_class_member_access_expr() 3083 if (INDIRECT_TYPE_P (object_type) in finish_class_member_access_expr() 3339 if (TREE_TYPE (expr) && INDIRECT_TYPE_P (TREE_TYPE (expr))) in build_x_indirect_ref() 3406 if (INDIRECT_TYPE_P (type)) in cp_build_indirect_ref_1() 4737 if (INDIRECT_TYPE_P (type0) && same_type_p (TREE_TYPE (type0), type1)) in cp_build_binary_op() 8067 if (!INDIRECT_TYPE_P (dst_type) && !TYPE_PTRDATAMEM_P (dst_type)) in build_const_cast_1() 10174 && INDIRECT_TYPE_P (valtype)) in check_return_expr()
|
| H A D | cp-gimplify.c | 971 if (INDIRECT_TYPE_P (fntype)) in cp_gimplify_expr() 1870 && INDIRECT_TYPE_P (TREE_TYPE (fn)) in cp_genericize_r()
|
| H A D | class.c | 2528 if (INDIRECT_TYPE_P (over_return) in update_vtable_entry_for_fn() 7045 || INDIRECT_TYPE_P (eltype)) in find_flexarrays() 7757 if (INDIRECT_TYPE_P (TREE_TYPE (instance))) in fixed_type_or_null() 7933 if (INDIRECT_TYPE_P (t)) in resolves_to_fixed_type_p()
|
| H A D | error.c | 2514 && INDIRECT_TYPE_P (ttype) in dump_expr() 2515 && INDIRECT_TYPE_P (optype) in dump_expr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cp-ubsan.cc | 139 || !INDIRECT_TYPE_P (TREE_TYPE (*opp))) in cp_ubsan_maybe_instrument_member_call() 278 if (!INDIRECT_TYPE_P (type) in cp_ubsan_maybe_instrument_downcast() 279 || !INDIRECT_TYPE_P (intype) in cp_ubsan_maybe_instrument_downcast() 280 || !INDIRECT_TYPE_P (TREE_TYPE (op)) in cp_ubsan_maybe_instrument_downcast()
|
| H A D | cvt.cc | 126 if (INDIRECT_TYPE_P (intype)) in cp_convert_to_pointer() 886 if (INDIRECT_TYPE_P (type) || TYPE_PTRMEM_P (type)) in ocp_convert() 1003 if (type == NULL_TREE || !INDIRECT_TYPE_P (type)) in cp_get_fndecl_from_callee() 1053 if (INDIRECT_TYPE_P (type)) in maybe_warn_nodiscard() 1683 if (INDIRECT_TYPE_P (type) && INDIRECT_TYPE_P (intype)) in convert() 2127 if (INDIRECT_TYPE_P (t) in fnptr_conv_p() 2128 && INDIRECT_TYPE_P (f)) in fnptr_conv_p()
|
| H A D | except.cc | 325 if (!INDIRECT_TYPE_P (init_type)) in initialize_handler_parm() 1074 gcc_assert (INDIRECT_TYPE_P (type)); in check_noexcept_r()
|
| H A D | cp-objcp-common.cc | 41 || (INDIRECT_TYPE_P (t) in cxx_get_alias_set()
|
| H A D | lambda.cc | 419 if (name == this_identifier && !INDIRECT_TYPE_P (type)) in build_capture_proxy() 578 gcc_assert (INDIRECT_TYPE_P (type)); in add_capture()
|
| H A D | cp-gimplify.cc | 708 if (INDIRECT_TYPE_P (fntype)) in cp_gimplify_expr() 1648 && INDIRECT_TYPE_P (TREE_TYPE (fn)) in cp_genericize_r() 2821 if (INDIRECT_TYPE_P (TREE_TYPE (x)) in cp_fold() 2822 && INDIRECT_TYPE_P (TREE_TYPE (r))) in cp_fold()
|
| H A D | search.cc | 1943 && INDIRECT_TYPE_P (base_return))) in check_final_overrider() 1948 fail = !INDIRECT_TYPE_P (base_return); in check_final_overrider()
|
| H A D | constexpr.cc | 3455 bool ptr = INDIRECT_TYPE_P (TREE_TYPE (lhs)); in cxx_eval_binary_expression() 5235 if (!INDIRECT_TYPE_P (subtype)) in cxx_fold_indirect_ref() 6030 bool ptr = INDIRECT_TYPE_P (TREE_TYPE (val)); in cxx_eval_increment_expression() 6037 if (INDIRECT_TYPE_P (type)) in cxx_eval_increment_expression() 7281 && INDIRECT_TYPE_P (TREE_TYPE (op)) in cxx_eval_constant_expression() 7343 if (INDIRECT_TYPE_P (type) && TREE_CODE (op) == INTEGER_CST) in cxx_eval_constant_expression() 7369 if (INDIRECT_TYPE_P (type) in cxx_eval_constant_expression() 8888 if (INDIRECT_TYPE_P (TREE_TYPE (t))) in potential_constant_expression_1()
|
| H A D | cxx-pretty-print.cc | 1795 else if (INDIRECT_TYPE_P (t)) in abstract_declarator() 2496 && INDIRECT_TYPE_P (TREE_TYPE (TREE_OPERAND (t, 0)))) in pp_cxx_offsetof_expression_1()
|
| H A D | semantics.cc | 5694 && INDIRECT_TYPE_P (TREE_TYPE (TREE_TYPE (t)))) in handle_omp_array_sections() 5795 if (!INDIRECT_TYPE_P (TREE_TYPE (ptr))) in handle_omp_array_sections() 5809 && INDIRECT_TYPE_P (TREE_TYPE (TREE_TYPE (ptr)))) in handle_omp_array_sections() 7631 || (!INDIRECT_TYPE_P (TREE_TYPE (TREE_TYPE (t))) in finish_omp_clauses() 8250 && !INDIRECT_TYPE_P (TREE_TYPE (t))) in finish_omp_clauses() 10650 gcc_assert (!INDIRECT_TYPE_P (TREE_TYPE (decl))); in finish_omp_for() 10657 gcc_assert (!INDIRECT_TYPE_P (TREE_TYPE (decl))); in finish_omp_for() 10681 if (INDIRECT_TYPE_P (stept)) in finish_omp_for()
|
| H A D | typeck.cc | 2688 if (INDIRECT_TYPE_P (object_type) in build_class_member_access_expr() 3253 if (INDIRECT_TYPE_P (object_type) in finish_class_member_access_expr() 3576 if (TREE_TYPE (expr) && INDIRECT_TYPE_P (TREE_TYPE (expr))) in build_x_indirect_ref() 3657 if (INDIRECT_TYPE_P (type)) in cp_build_indirect_ref_1() 5174 if (INDIRECT_TYPE_P (type0) && same_type_p (TREE_TYPE (type0), type1)) in cp_build_binary_op() 8604 if (!INDIRECT_TYPE_P (dst_type) && !TYPE_PTRDATAMEM_P (dst_type)) in build_const_cast_1() 10781 && INDIRECT_TYPE_P (valtype)) in check_return_expr()
|
| H A D | class.cc | 2631 if (INDIRECT_TYPE_P (over_return) in update_vtable_entry_for_fn() 7157 || INDIRECT_TYPE_P (eltype)) in find_flexarrays() 7860 if (INDIRECT_TYPE_P (TREE_TYPE (instance))) in fixed_type_or_null() 8036 if (INDIRECT_TYPE_P (t)) in resolves_to_fixed_type_p()
|