Home
last modified time | relevance | path

Searched refs:NULLPTR_TYPE_P (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc544 if (NULLPTR_TYPE_P (type)) in null_ptr_cst_p()
1312 || NULLPTR_TYPE_P (to)) in standard_conversion()
1314 || NULLPTR_TYPE_P (from))) in standard_conversion()
1487 || NULLPTR_TYPE_P (from)) in standard_conversion()
1494 || NULLPTR_TYPE_P (from)) in standard_conversion()
1496 if (NULLPTR_TYPE_P (from) && (flags & LOOKUP_ONLYCONVERTING)) in standard_conversion()
2923 if (NULLPTR_TYPE_P (type1) && NULLPTR_TYPE_P (type2)) in add_builtin_candidate()
4570 if (NULLPTR_TYPE_P (t)) in build_converted_constant_expr_internal()
7732 else if ((TYPE_PTR_OR_PTRMEM_P (totype) || NULLPTR_TYPE_P (totype)) in conversion_null_warnings()
7875 if (NULLPTR_TYPE_P (TREE_TYPE (expr)) in convert_like_internal()
[all …]
H A Dcvt.cc738 if (NULLPTR_TYPE_P (type) && null_ptr_cst_p (e)) in ocp_convert()
H A Dcxx-pretty-print.cc363 if (NULLPTR_TYPE_P (TREE_TYPE (t))) in constant()
H A Dtypeck.cc2333 if (NULLPTR_TYPE_P (type) && !TREE_SIDE_EFFECTS (exp)) in decay_conversion()
5954 else if (TYPE_PTRFN_P (result_type) || NULLPTR_TYPE_P (result_type)) in cp_build_binary_op()
8441 && (TYPE_PTR_P (intype) || NULLPTR_TYPE_P (intype))) in build_reinterpret_cast_1()
8451 if (NULLPTR_TYPE_P (intype)) in build_reinterpret_cast_1()
H A DChangeLog-20101126 * cp-tree.h (NULLPTR_TYPE_P): Adjust.
3053 * cp-tree.h (NULLPTR_TYPE_P): New.
3059 * cvt.c (ocp_convert): Use NULLPTR_TYPE_P instead of NULLPTR_TYPE.
H A Dmangle.cc3648 && NULLPTR_TYPE_P (TREE_TYPE (value)))) in write_template_arg_literal()
H A Dcp-tree.h4425 #define NULLPTR_TYPE_P(TYPE) (TREE_CODE (TYPE) == NULLPTR_TYPE) macro
4440 || NULLPTR_TYPE_P (TYPE))
H A DChangeLog-20183137 null_ptr_cst_p expr converted to a NULLPTR_TYPE_P type.
3191 NULLPTR_TYPE_P type use build_int_cst directly.
3393 * init.c (build_zero_init_1): Handle NULLPTR_TYPE_P being true of
H A Dinit.cc186 else if (NULLPTR_TYPE_P (type)) in build_zero_init_1()
H A Dtree.cc6152 && !null_node_p (expr) && !NULLPTR_TYPE_P (TREE_TYPE (expr))) in maybe_warn_zero_as_null_pointer_constant()
H A DChangeLog-2014279 when NULLPTR_TYPE_P (from) is true.
H A Dpt.cc7374 if (NULLPTR_TYPE_P (expr_type) && TYPE_PTR_OR_PTRMEM_P (type)) in convert_nontype_argument()
7729 else if (NULLPTR_TYPE_P (type)) in convert_nontype_argument()
7731 if (!NULLPTR_TYPE_P (TREE_TYPE (expr))) in convert_nontype_argument()
H A DChangeLog-20173091 * pt.c (convert_nontype_argument): Check NULLPTR_TYPE_P rather than
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c547 if (NULLPTR_TYPE_P (type)) in null_ptr_cst_p()
1300 || NULLPTR_TYPE_P (to)) in standard_conversion()
1302 || NULLPTR_TYPE_P (from))) in standard_conversion()
1475 || NULLPTR_TYPE_P (from)) in standard_conversion()
1482 || NULLPTR_TYPE_P (from)) in standard_conversion()
1484 if (NULLPTR_TYPE_P (from) && (flags & LOOKUP_ONLYCONVERTING)) in standard_conversion()
4367 if (NULLPTR_TYPE_P (t)) in build_converted_constant_expr_internal()
7222 else if ((TYPE_PTR_OR_PTRMEM_P (totype) || NULLPTR_TYPE_P (totype)) in conversion_null_warnings()
7414 if (NULLPTR_TYPE_P (TREE_TYPE (expr)) in convert_like_real_1()
7968 else if (NULLPTR_TYPE_P (arg_type)) in convert_arg_to_ellipsis()
H A Dcvt.c733 if (NULLPTR_TYPE_P (type) && null_ptr_cst_p (e)) in ocp_convert()
H A Dtypeck.c2144 if (NULLPTR_TYPE_P (type) && !TREE_SIDE_EFFECTS (exp)) in decay_conversion()
5498 else if (TYPE_PTRFN_P (result_type) || NULLPTR_TYPE_P (result_type)) in cp_build_binary_op()
7904 && (TYPE_PTR_P (intype) || NULLPTR_TYPE_P (intype))) in build_reinterpret_cast_1()
7914 if (NULLPTR_TYPE_P (intype)) in build_reinterpret_cast_1()
H A Dcxx-pretty-print.c362 if (NULLPTR_TYPE_P (TREE_TYPE (t))) in constant()
H A Dtree.c4568 if (NULLPTR_TYPE_P (t)) in structural_type_p()
5831 && !null_node_p (expr) && !NULLPTR_TYPE_P (TREE_TYPE (expr))) in maybe_warn_zero_as_null_pointer_constant()
H A Dmangle.c3450 && NULLPTR_TYPE_P (TREE_TYPE (value)))) in write_template_arg_literal()
H A Dcp-tree.h4196 #define NULLPTR_TYPE_P(TYPE) (TREE_CODE (TYPE) == NULLPTR_TYPE) macro
4211 || NULLPTR_TYPE_P (TYPE))
H A Dinit.c186 else if (NULLPTR_TYPE_P (type)) in build_zero_init_1()
H A Dpt.c7184 if (NULLPTR_TYPE_P (expr_type) && TYPE_PTR_OR_PTRMEM_P (type)) in convert_nontype_argument()
7532 else if (NULLPTR_TYPE_P (type)) in convert_nontype_argument()
7534 if (!NULLPTR_TYPE_P (TREE_TYPE (expr))) in convert_nontype_argument()