Searched refs:null_ptr_cst_p (Results 1 – 12 of 12) sorted by relevance
423 null_ptr_cst_p (tree t) in null_ptr_cst_p() function663 && 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()
489 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()
1102 if ((desires & WANT_NULL) && null_ptr_cst_p (expr)) in build_expr_type_conversion()
1032 * 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,
1012 * call.c (null_ptr_cst_p): Adjust.1199 (null_ptr_cst_p): Check for null_pointer_node; only accept (void*)01201 * call.c (convert_harshness): Use null_ptr_cst_p.3755 * typeck.c (null_ptr_cst_p): Delete unused fn.
3823 extern bool null_ptr_cst_p (tree);
186 * call.c (null_ptr_cst_p): Use integral_constant_value, not3072 * call.c (null_ptr_cst_p): Handle variables with constant
4147 (null_ptr_cst_p): Allow `false' as a NULL pointer constant.4165 (build_binary_op_nodefault): Use null_ptr_cst_p.
2000 * call.c (null_ptr_cst_p): Robustify.2386 * call.c (null_ptr_cst_p): Add explicit TREE_CONSTANT_OVERFLOW check.
2532 null_ptr_cst_p instead of expanding it inline.6378 (null_ptr_cst_p): Add parentheses around && within ||.
13328 if (null_ptr_cst_p (expr)) in build_non_dependent_expr()
470 build_addr_func, build_call, build_method_call, null_ptr_cst_p,