Searched refs:null_ptr_cst_p (Results 1 – 12 of 12) sorted by relevance
422 null_ptr_cst_p (tree t) in null_ptr_cst_p() function661 && expr && null_ptr_cst_p (expr)) in standard_conversion()1795 if (TYPE_PTR_TO_MEMBER_P (type1) && null_ptr_cst_p (args[1])) in add_builtin_candidate()1800 if (TYPE_PTR_TO_MEMBER_P (type2) && null_ptr_cst_p (args[0])) in add_builtin_candidate()1820 && null_ptr_cst_p (args[1]) in add_builtin_candidate()1826 if (null_ptr_cst_p (args[0]) in add_builtin_candidate()1942 && null_ptr_cst_p (args[1]))) in add_builtin_candidate()3522 else if ((null_ptr_cst_p (arg2) in build_conditional_expr()3524 || (null_ptr_cst_p (arg3) in build_conditional_expr()
482 if (null_ptr_cst_p (arg1)) in composite_pointer_type()484 if (null_ptr_cst_p (arg2)) in composite_pointer_type()3322 && null_ptr_cst_p (op1)) in build_binary_op()3325 && null_ptr_cst_p (op0)) in build_binary_op()3337 else if (TYPE_PTRMEMFUNC_P (type0) && null_ptr_cst_p (op1)) in build_binary_op()3343 else if (TYPE_PTRMEMFUNC_P (type1) && null_ptr_cst_p (op0)) in build_binary_op()6600 && 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.
3789 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 ||.
13323 if (null_ptr_cst_p (expr)) in build_non_dependent_expr()
470 build_addr_func, build_call, build_method_call, null_ptr_cst_p,