/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | rtti.c | 539 cp_convert (TREE_TYPE (test), nullptr_node, complain)); in ifnonnull() 544 cp_convert (TREE_TYPE (result), nullptr_node, complain)); in ifnonnull()
|
H A D | init.c | 185 init = fold (convert (type, nullptr_node)); in build_zero_init_1() 3761 nullptr_node, in build_new_1() 4109 fold_convert (TREE_TYPE (base), nullptr_node)); in build_vec_delete_1() 5045 nullptr_node, complain); in build_delete()
|
H A D | cvt.c | 739 return nullptr_node; in ocp_convert()
|
H A D | typeck.c | 2147 return nullptr_node; in decay_conversion() 5084 result_type = TREE_TYPE (nullptr_node); in cp_build_binary_op() 5384 result_type = TREE_TYPE (nullptr_node); in cp_build_binary_op() 6148 return cp_build_binary_op (loc, NE_EXPR, expr, nullptr_node, complain); in cp_truthvalue_conversion()
|
H A D | decl2.c | 3602 NE_EXPR, addr, nullptr_node, in generate_tls_wrapper()
|
H A D | decl.c | 4562 nullptr_node = build_int_cst (nullptr_type_node, 0); in cxx_init_decl_processing() 13982 return nullptr_node; in check_default_argument()
|
H A D | cp-tree.h | 243 #define nullptr_node cp_global_trees[CPTI_NULLPTR] macro
|
H A D | class.c | 416 tree zero = cp_convert (TREE_TYPE (expr), nullptr_node, complain); in build_base_path()
|
H A D | call.c | 7636 array = nullptr_node; in convert_like_real_1()
|
H A D | parser.c | 5452 return cp_expr (nullptr_node, token->location); in cp_parser_primary_expression()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | rtti.cc | 549 tree null_ptr = cp_convert (TREE_TYPE (test), nullptr_node, complain); in build_if_nonnull() 556 null_ptr = cp_convert (TREE_TYPE (result), nullptr_node, complain); in build_if_nonnull()
|
H A D | init.cc | 185 init = fold (convert (type, nullptr_node)); in build_zero_init_1() 3827 nullptr_node, in build_new_1() 4229 fold_convert (TREE_TYPE (base), nullptr_node)); in build_vec_delete_1() 5199 nullptr_node, complain); in build_delete()
|
H A D | coroutines.cc | 4142 = build1 (CONVERT_EXPR, resume_fn_ptr_type, nullptr_node); in coro_rewrite_function_body() 4529 coro_frame_ptr, nullptr_node); in morph_fn_to_coro() 4764 tree cond = build1 (CONVERT_EXPR, coro_frame_ptr, nullptr_node); in morph_fn_to_coro()
|
H A D | ChangeLog-2011 | 422 * rtti.c (ifnonnull): Use nullptr_node. 436 nullptr_node instead of integer_zero_node. 654 Use nullptr_node. 988 nullptr_node for data member pointers. 990 either a nullptr_node or an integer_zero_node. 991 (build_ptrmemfunc): Use nullptr_node.
|
H A D | cvt.cc | 744 return nullptr_node; in ocp_convert()
|
H A D | typeck.cc | 2336 return nullptr_node; in decay_conversion() 5532 result_type = TREE_TYPE (nullptr_node); in cp_build_binary_op() 6663 return cp_build_binary_op (loc, NE_EXPR, expr, nullptr_node, complain); in cp_truthvalue_conversion()
|
H A D | decl2.cc | 3822 NE_EXPR, addr, nullptr_node, in generate_tls_wrapper()
|
H A D | ChangeLog | 393 from nullptr_node. (morph_fn_to_coro): Likewise.
|
H A D | decl.cc | 4805 nullptr_node = build_int_cst (nullptr_type_node, 0); in cxx_init_decl_processing() 14731 return nullptr_node; in check_default_argument()
|
H A D | cp-tree.h | 256 #define nullptr_node cp_global_trees[CPTI_NULLPTR] macro
|
H A D | ChangeLog-2010 | 3153 * cp-tree.h: Add nullptr_node.
|
H A D | call.cc | 8094 array = nullptr_node; in convert_like_internal()
|
H A D | ChangeLog-2017 | 3092 nullptr_node.
|
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
H A D | libcp1plugin.cc | 3492 return convert_out (nullptr_node); in plugin_get_nullptr_constant()
|
/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | libcp1plugin.cc | 3333 return convert_out (nullptr_node); in plugin_get_nullptr_constant()
|