Home
last modified time | relevance | path

Searched refs:maybe_warn_zero_as_null_pointer_constant (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcvt.cc213 maybe_warn_zero_as_null_pointer_constant (expr, loc); in cp_convert_to_pointer()
741 maybe_warn_zero_as_null_pointer_constant (e, loc); in ocp_convert()
DChangeLog-2013546 maybe_warn_zero_as_null_pointer_constant to avoid duplicate
3962 * tree.c (maybe_warn_zero_as_null_pointer_constant): Add.
3967 * cp-tree.h (maybe_warn_zero_as_null_pointer_constant): Declare.
Dtree.cc6149 maybe_warn_zero_as_null_pointer_constant (tree expr, location_t loc) in maybe_warn_zero_as_null_pointer_constant() function
DChangeLog2837 (maybe_warn_zero_as_null_pointer_constant): Likewise.
Dcp-tree.h7933 extern bool maybe_warn_zero_as_null_pointer_constant (tree, location_t);
DChangeLog-20153746 maybe_warn_zero_as_null_pointer_constant.
Dtypeck.cc5575 maybe_warn_zero_as_null_pointer_constant (op1, input_location); in cp_build_binary_op()
Dcall.cc7736 maybe_warn_zero_as_null_pointer_constant (expr, loc); in conversion_null_warnings()
DChangeLog-20182659 * tree.c (maybe_warn_zero_as_null_pointer_constant): Also
DChangeLog-20193961 (maybe_warn_zero_as_null_pointer_constant): Same.