Home
last modified time | relevance | path

Searched refs:INDIRECT_TYPE_P (Results 1 – 25 of 45) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-ubsan.c124 || !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 Dcvt.c126 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 Dcp-objcp-common.c41 || (INDIRECT_TYPE_P (t) in cxx_get_alias_set()
H A Dexcept.c367 if (!INDIRECT_TYPE_P (init_type)) in initialize_handler_parm()
1126 gcc_assert (INDIRECT_TYPE_P (type)); in check_noexcept_r()
H A Dlambda.c420 if (name == this_identifier && !INDIRECT_TYPE_P (type)) in build_capture_proxy()
579 gcc_assert (INDIRECT_TYPE_P (type)); in add_capture()
H A Dsearch.c1927 && INDIRECT_TYPE_P (base_return))) in check_final_overrider()
1932 fail = !INDIRECT_TYPE_P (base_return); in check_final_overrider()
H A Dconstexpr.c3092 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 Dsemantics.c5292 && 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 Dcxx-pretty-print.c1757 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 Dtypeck.c2520 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 Dcp-gimplify.c971 if (INDIRECT_TYPE_P (fntype)) in cp_gimplify_expr()
1870 && INDIRECT_TYPE_P (TREE_TYPE (fn)) in cp_genericize_r()
H A Dclass.c2528 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 Derror.c2514 && 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 Dcp-ubsan.cc139 || !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 Dcvt.cc126 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 Dexcept.cc325 if (!INDIRECT_TYPE_P (init_type)) in initialize_handler_parm()
1074 gcc_assert (INDIRECT_TYPE_P (type)); in check_noexcept_r()
H A Dcp-objcp-common.cc41 || (INDIRECT_TYPE_P (t) in cxx_get_alias_set()
H A Dlambda.cc419 if (name == this_identifier && !INDIRECT_TYPE_P (type)) in build_capture_proxy()
578 gcc_assert (INDIRECT_TYPE_P (type)); in add_capture()
H A Dcp-gimplify.cc708 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 Dsearch.cc1943 && INDIRECT_TYPE_P (base_return))) in check_final_overrider()
1948 fail = !INDIRECT_TYPE_P (base_return); in check_final_overrider()
H A Dconstexpr.cc3455 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 Dcxx-pretty-print.cc1795 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 Dsemantics.cc5694 && 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 Dtypeck.cc2688 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 Dclass.cc2631 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()

12