Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/cp/
Dcall.c422 null_ptr_cst_p (tree t) in null_ptr_cst_p() function
661 && 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()
Dtypeck.c482 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()
Dcvt.c1102 if ((desires & WANT_NULL) && null_ptr_cst_p (expr)) in build_expr_type_conversion()
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,
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.
Dcp-tree.h3789 extern bool null_ptr_cst_p (tree);
DChangeLog-2004186 * call.c (null_ptr_cst_p): Use integral_constant_value, not
3072 * call.c (null_ptr_cst_p): Handle variables with constant
DChangeLog-19994147 (null_ptr_cst_p): Allow `false' as a NULL pointer constant.
4165 (build_binary_op_nodefault): Use null_ptr_cst_p.
DChangeLog2000 * call.c (null_ptr_cst_p): Robustify.
2386 * call.c (null_ptr_cst_p): Add explicit TREE_CONSTANT_OVERFLOW check.
DChangeLog-19982532 null_ptr_cst_p instead of expanding it inline.
6378 (null_ptr_cst_p): Add parentheses around && within ||.
Dpt.c13323 if (null_ptr_cst_p (expr)) in build_non_dependent_expr()
DChangeLog-2002470 build_addr_func, build_call, build_method_call, null_ptr_cst_p,