Searched refs:nullptr_type_node (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | decl.c | 3727 nullptr_type_node = make_node (NULLPTR_TYPE); in cxx_init_decl_processing() 3728 TYPE_SIZE (nullptr_type_node) = bitsize_int (GET_MODE_BITSIZE (ptr_mode)); in cxx_init_decl_processing() 3729 TYPE_SIZE_UNIT (nullptr_type_node) = size_int (GET_MODE_SIZE (ptr_mode)); in cxx_init_decl_processing() 3730 TYPE_UNSIGNED (nullptr_type_node) = 1; in cxx_init_decl_processing() 3731 TYPE_PRECISION (nullptr_type_node) = GET_MODE_BITSIZE (ptr_mode); in cxx_init_decl_processing() 3732 SET_TYPE_MODE (nullptr_type_node, ptr_mode); in cxx_init_decl_processing() 3733 record_builtin_type (RID_MAX, "decltype(nullptr)", nullptr_type_node); in cxx_init_decl_processing() 3734 nullptr_node = build_int_cst (nullptr_type_node, 0); in cxx_init_decl_processing()
|
H A D | rtti.c | 1482 &nullptr_type_node, in emit_support_tinfos()
|
H A D | cp-tree.h | 889 #define nullptr_type_node cp_global_trees[CPTI_NULLPTR_TYPE] macro
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | decl.c | 4392 nullptr_type_node = make_node (NULLPTR_TYPE); in cxx_init_decl_processing() 4393 TYPE_SIZE (nullptr_type_node) = bitsize_int (GET_MODE_BITSIZE (ptr_mode)); in cxx_init_decl_processing() 4394 TYPE_SIZE_UNIT (nullptr_type_node) = size_int (GET_MODE_SIZE (ptr_mode)); in cxx_init_decl_processing() 4395 TYPE_UNSIGNED (nullptr_type_node) = 1; in cxx_init_decl_processing() 4396 TYPE_PRECISION (nullptr_type_node) = GET_MODE_BITSIZE (ptr_mode); in cxx_init_decl_processing() 4398 SET_TYPE_ALIGN (nullptr_type_node, GET_MODE_ALIGNMENT (ptr_mode)); in cxx_init_decl_processing() 4399 SET_TYPE_MODE (nullptr_type_node, ptr_mode); in cxx_init_decl_processing() 4400 record_builtin_type (RID_MAX, "decltype(nullptr)", nullptr_type_node); in cxx_init_decl_processing() 4401 nullptr_node = build_int_cst (nullptr_type_node, 0); in cxx_init_decl_processing()
|
H A D | rtti.c | 1550 &nullptr_type_node, in emit_support_tinfos()
|
H A D | cp-tree.h | 216 #define nullptr_type_node cp_global_trees[CPTI_NULLPTR_TYPE] macro
|