Home
last modified time | relevance | path

Searched refs:null_node (Results 1 – 14 of 14) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dexcept.c721 if (exp == null_node) in build_throw()
H A Dcvt.c1468 if (expr == null_node in build_expr_type_conversion()
H A Dcall.c5537 if (expr == null_node && TREE_CODE (totype) != BOOLEAN_TYPE in conversion_null_warnings()
5730 if (expr == null_node && INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P (totype)) in convert_like_real()
6085 expr = convert (build_pointer_type (type1), null_node); in build_x_va_arg()
6547 if (arg == null_node in build_over_call()
H A Derror.c2775 if (TREE_VALUE (p) == null_node) in args_to_string()
H A Dtypeck.c3785 if ((orig_op0 == null_node || orig_op1 == null_node) in cp_build_binary_op()
H A Dcp-tree.h970 #define access_default_node null_node
H A Dparser.c4104 return null_node; in cp_parser_primary_expression()
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.h438 #define null_node c_global_trees[CTI_NULL] macro
H A Dc-common.c5102 null_node = make_node (INTEGER_CST); in c_common_nodes_and_builtins()
5103 TREE_TYPE (null_node) = c_common_type_for_size (POINTER_SIZE, 0); in c_common_nodes_and_builtins()
7898 && (warn_strict_null_sentinel || null_node != sentinel)) in check_function_sentinel()
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.h491 #define null_node c_global_trees[CTI_NULL] macro
H A Dc-common.c4406 null_node = make_int_cst (1, 1); in c_common_nodes_and_builtins()
4407 TREE_TYPE (null_node) = c_common_type_for_size (POINTER_SIZE, 0); in c_common_nodes_and_builtins()
5307 && (warn_strict_null_sentinel || null_node != sentinel)) in check_function_sentinel()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcp-tree.h326 #define access_default_node null_node
7602 return expr == null_node; in null_node_p()
H A Dcall.c6832 if (expr == null_node in convert_like_real()
H A Dparser.c5292 return cp_expr (null_node, token->location); in cp_parser_primary_expression()