Searched refs:null_pointer_node (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | varasm.c | 3754 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 D | coverage.c | 752 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 D | c-typeck.c | 3489 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 D | tree-nested.c | 1850 x = null_pointer_node; in finalize_nesting_tree_1()
|
| H A D | omp-low.c | 2270 t = null_pointer_node; in expand_parallel_call() 2286 t = null_pointer_node; in expand_parallel_call()
|
| H A D | tree.c | 6583 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 D | tree.h | 3407 #define null_pointer_node global_trees[TI_NULL_POINTER] macro
|
| H A D | c-common.c | 4059 result = null_pointer_node; in finish_label_address_expr()
|
| H A D | c-parser.c | 5543 offsetof_ref = build1 (INDIRECT_REF, type, null_pointer_node); in c_parser_postfix_expression()
|
| H A D | ChangeLog-1999 | 8151 integer_zero_node, null_pointer_node, integer_one_node): Delete.
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | optimize.c | 178 (splay_tree_value) null_pointer_node); in maybe_clone_body()
|
| H A D | ChangeLog-1996 | 1194 * 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 D | decl.c | 6131 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 D | class.c | 7266 null_pointer_node), in build_vtbl_initializer()
|
| H A D | parser.c | 6360 expr = build_static_cast (build_pointer_type (type), null_pointer_node); in cp_parser_builtin_offsetof()
|
| H A D | ChangeLog-1994 | 1661 pointers so that the type null_pointer_node doesn't get changed.
|