Home
last modified time | relevance | path

Searched refs:nullptr_type_node (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c4553 nullptr_type_node = make_node (NULLPTR_TYPE); in cxx_init_decl_processing()
4554 TYPE_SIZE (nullptr_type_node) = bitsize_int (GET_MODE_BITSIZE (ptr_mode)); in cxx_init_decl_processing()
4555 TYPE_SIZE_UNIT (nullptr_type_node) = size_int (GET_MODE_SIZE (ptr_mode)); in cxx_init_decl_processing()
4556 TYPE_UNSIGNED (nullptr_type_node) = 1; in cxx_init_decl_processing()
4557 TYPE_PRECISION (nullptr_type_node) = GET_MODE_BITSIZE (ptr_mode); in cxx_init_decl_processing()
4559 SET_TYPE_ALIGN (nullptr_type_node, GET_MODE_ALIGNMENT (ptr_mode)); in cxx_init_decl_processing()
4560 SET_TYPE_MODE (nullptr_type_node, ptr_mode); in cxx_init_decl_processing()
4561 record_builtin_type (RID_MAX, "decltype(nullptr)", nullptr_type_node); in cxx_init_decl_processing()
4562 nullptr_node = build_int_cst (nullptr_type_node, 0); in cxx_init_decl_processing()
H A Drtti.c1559 &nullptr_type_node, in emit_support_tinfos()
H A Dcp-tree.h244 #define nullptr_type_node cp_global_trees[CPTI_NULLPTR_TYPE] macro
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Drtti.cc1602 &nullptr_type_node, in emit_support_tinfos()
H A Ddecl.cc4796 nullptr_type_node = make_node (NULLPTR_TYPE); in cxx_init_decl_processing()
4797 TYPE_SIZE (nullptr_type_node) = bitsize_int (GET_MODE_BITSIZE (ptr_mode)); in cxx_init_decl_processing()
4798 TYPE_SIZE_UNIT (nullptr_type_node) = size_int (GET_MODE_SIZE (ptr_mode)); in cxx_init_decl_processing()
4799 TYPE_UNSIGNED (nullptr_type_node) = 1; in cxx_init_decl_processing()
4800 TYPE_PRECISION (nullptr_type_node) = GET_MODE_BITSIZE (ptr_mode); in cxx_init_decl_processing()
4802 SET_TYPE_ALIGN (nullptr_type_node, GET_MODE_ALIGNMENT (ptr_mode)); in cxx_init_decl_processing()
4803 SET_TYPE_MODE (nullptr_type_node, ptr_mode); in cxx_init_decl_processing()
4804 record_builtin_type (RID_MAX, "decltype(nullptr)", nullptr_type_node); in cxx_init_decl_processing()
4805 nullptr_node = build_int_cst (nullptr_type_node, 0); in cxx_init_decl_processing()
H A DChangeLog-20103055 (nullptr_type_node): New.
3058 nullptr_type_node.
3066 (emit_support_tinfos): Remove local nullptr_type_node.
H A Dcp-tree.h257 #define nullptr_type_node cp_global_trees[CPTI_NULLPTR_TYPE] macro
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc3486 return convert_out (nullptr_type_node); in plugin_get_nullptr_type()
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1plugin.cc3327 return convert_out (nullptr_type_node); in plugin_get_nullptr_type()