Home
last modified time | relevance | path

Searched refs:null_pointer_node (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dvarasm.c3754 return null_pointer_node; in initializer_constant_valid_p()
3765 return null_pointer_node; in initializer_constant_valid_p()
3813 return null_pointer_node; in initializer_constant_valid_p()
3830 return null_pointer_node; in initializer_constant_valid_p()
3832 return null_pointer_node; in initializer_constant_valid_p()
3854 if (valid0 == null_pointer_node) in initializer_constant_valid_p()
3875 return null_pointer_node; in initializer_constant_valid_p()
3883 return null_pointer_node; in initializer_constant_valid_p()
3932 return null_pointer_node; in initializer_constant_valid_p()
3937 return null_pointer_node; in initializer_constant_valid_p()
[all …]
H A Dcoverage.c752 value = tree_cons (fields, null_pointer_node, value); in build_ctr_info_value()
811 value = tree_cons (field, null_pointer_node, value); in build_gcov_info()
861 fn_info_value = null_pointer_node; in build_gcov_info()
H A Dc-typeck.c3489 op2 = null_pointer_node; in build_conditional_expr()
3499 op1 = null_pointer_node; in build_conditional_expr()
3511 op2 = convert (type1, null_pointer_node); in build_conditional_expr()
3522 op1 = convert (type2, null_pointer_node); in build_conditional_expr()
4287 rhs = null_pointer_node; in convert_for_assignment()
4377 if (VOID_TYPE_P (ttr) && rhs != null_pointer_node && !VOID_TYPE_P (ttl)) in convert_for_assignment()
H A Dtree-nested.c1850 x = null_pointer_node; in finalize_nesting_tree_1()
H A Domp-low.c2270 t = null_pointer_node; in expand_parallel_call()
2286 t = null_pointer_node; in expand_parallel_call()
H A Dtree.c6583 null_pointer_node = build_int_cst (build_pointer_type (void_type_node), 0); in build_common_tree_nodes_2()
6584 layout_type (TREE_TYPE (null_pointer_node)); in build_common_tree_nodes_2()
H A Dtree.h3407 #define null_pointer_node global_trees[TI_NULL_POINTER] macro
H A Dc-common.c4059 result = null_pointer_node; in finish_label_address_expr()
H A Dc-parser.c5543 offsetof_ref = build1 (INDIRECT_REF, type, null_pointer_node); in c_parser_postfix_expression()
H A DChangeLog-19998151 integer_zero_node, null_pointer_node, integer_one_node): Delete.
/freebsd-12.1/contrib/gcc/cp/
H A Doptimize.c178 (splay_tree_value) null_pointer_node); in maybe_clone_body()
H A DChangeLog-19961194 * lex.c (init_lex): Create null_pointer_node here, stick it in
1197 * cvt.c (cp_convert_to_pointer): Don't produce null_pointer_node.
1199 (null_ptr_cst_p): Check for null_pointer_node; only accept (void*)0
1203 null_pointer_node.
H A Ddecl.c6131 args = tree_cons (NULL_TREE, null_pointer_node, args); in register_dtor_fn()
6135 args = tree_cons (NULL_TREE, null_pointer_node, args); in register_dtor_fn()
H A Dclass.c7266 null_pointer_node), in build_vtbl_initializer()
H A Dparser.c6360 expr = build_static_cast (build_pointer_type (type), null_pointer_node); in cp_parser_builtin_offsetof()
H A DChangeLog-19941661 pointers so that the type null_pointer_node doesn't get changed.