Home
last modified time | relevance | path

Searched refs:null_node_p (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dexcept.c580 if (exp && null_node_p (exp)) in build_throw()
H A Dcvt.c1668 if (null_node_p (expr) in build_expr_type_conversion()
H A Derror.c3234 if (null_node_p (TREE_VALUE (p))) in args_to_string()
H A Dtypeck.c4354 if ((null_node_p (orig_op0) || null_node_p (orig_op1)) in cp_build_binary_op()
H A Dcall.c6555 if (null_node_p (expr) && TREE_CODE (totype) != BOOLEAN_TYPE in conversion_null_warnings()
7961 if (null_node_p (arg) in build_over_call()
H A Dcp-tree.h7599 null_node_p (const_tree expr) in null_node_p() function