Home
last modified time | relevance | path

Searched refs:null_ptr_cst_p (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dcall.c423 null_ptr_cst_p (tree t) in null_ptr_cst_p() function
663 && expr && null_ptr_cst_p (expr)) in standard_conversion()
1808 if (TYPE_PTR_TO_MEMBER_P (type1) && null_ptr_cst_p (args[1])) in add_builtin_candidate()
1813 if (TYPE_PTR_TO_MEMBER_P (type2) && null_ptr_cst_p (args[0])) in add_builtin_candidate()
1833 && null_ptr_cst_p (args[1]) in add_builtin_candidate()
1839 if (null_ptr_cst_p (args[0]) in add_builtin_candidate()
1955 && null_ptr_cst_p (args[1]))) in add_builtin_candidate()
3535 else if ((null_ptr_cst_p (arg2) in build_conditional_expr()
3540 || (null_ptr_cst_p (arg3) in build_conditional_expr()
H A Dtypeck.c489 if (null_ptr_cst_p (arg1)) in composite_pointer_type()
491 if (null_ptr_cst_p (arg2)) in composite_pointer_type()
3416 && null_ptr_cst_p (op1)) in build_binary_op()
3420 && null_ptr_cst_p (op0)) in build_binary_op()
3434 else if (TYPE_PTRMEMFUNC_P (type0) && null_ptr_cst_p (op1)) in build_binary_op()
3440 else if (TYPE_PTRMEMFUNC_P (type1) && null_ptr_cst_p (op0)) in build_binary_op()
6863 && null_ptr_cst_p (retval)) in check_return_expr()
H A Dcvt.c1102 if ((desires & WANT_NULL) && null_ptr_cst_p (expr)) in build_expr_type_conversion()
H A DChangeLog-19971032 * call.c (null_ptr_cst_p): Integer type, not integral type.
1343 * call.c (null_ptr_cst_p): Remove support for (void*)0.
2379 * cp-tree.h (build_call, null_ptr_cst_p, in_function_p,
H A DChangeLog-19961012 * call.c (null_ptr_cst_p): Adjust.
1199 (null_ptr_cst_p): Check for null_pointer_node; only accept (void*)0
1201 * call.c (convert_harshness): Use null_ptr_cst_p.
3755 * typeck.c (null_ptr_cst_p): Delete unused fn.
H A Dcp-tree.h3823 extern bool null_ptr_cst_p (tree);
H A DChangeLog-2004186 * call.c (null_ptr_cst_p): Use integral_constant_value, not
3072 * call.c (null_ptr_cst_p): Handle variables with constant
H A DChangeLog-19994147 (null_ptr_cst_p): Allow `false' as a NULL pointer constant.
4165 (build_binary_op_nodefault): Use null_ptr_cst_p.
H A DChangeLog2000 * call.c (null_ptr_cst_p): Robustify.
2386 * call.c (null_ptr_cst_p): Add explicit TREE_CONSTANT_OVERFLOW check.
H A DChangeLog-19982532 null_ptr_cst_p instead of expanding it inline.
6378 (null_ptr_cst_p): Add parentheses around && within ||.
H A Dpt.c13328 if (null_ptr_cst_p (expr)) in build_non_dependent_expr()
H A DChangeLog-2002470 build_addr_func, build_call, build_method_call, null_ptr_cst_p,