Searched refs:d_global_trees (Results 1 – 8 of 8) sorted by relevance
435 extern GTY(()) tree d_global_trees[DTI_MAX];437 #define vtable_entry_type d_global_trees[DTI_VTABLE_ENTRY_TYPE]438 #define vtbl_ptr_type_node d_global_trees[DTI_VTBL_PTR_TYPE]439 #define vtbl_interface_type_node d_global_trees[DTI_VTBL_INTERFACE_TYPE]441 #define d_bool_type d_global_trees[DTI_BOOL_TYPE]442 #define d_byte_type d_global_trees[DTI_BYTE_TYPE]443 #define d_ubyte_type d_global_trees[DTI_UBYTE_TYPE]444 #define d_short_type d_global_trees[DTI_SHORT_TYPE]445 #define d_ushort_type d_global_trees[DTI_USHORT_TYPE]446 #define d_int_type d_global_trees[DTI_INT_TYPE][all …]
595 * d-builtins.c (d_global_trees): Move declaration here.597 (d_init_builtins): Move set-up of d_global_trees here.
61 tree d_global_trees[DTI_MAX]; variable
99 (string_type_node): Move to static declaration from d_global_trees.
771 * d-builtins.c (d_global_trees): Move to d-lang.cc.
880 d_global_trees array for gcc trees of commonly used D types/decls.
425 extern GTY(()) tree d_global_trees[DTI_MAX];427 #define vtable_entry_type d_global_trees[DTI_VTABLE_ENTRY_TYPE]428 #define vtbl_ptr_type_node d_global_trees[DTI_VTBL_PTR_TYPE]429 #define vtbl_interface_type_node d_global_trees[DTI_VTBL_INTERFACE_TYPE]431 #define d_bool_type d_global_trees[DTI_BOOL_TYPE]432 #define d_byte_type d_global_trees[DTI_BYTE_TYPE]433 #define d_ubyte_type d_global_trees[DTI_UBYTE_TYPE]434 #define d_short_type d_global_trees[DTI_SHORT_TYPE]435 #define d_ushort_type d_global_trees[DTI_USHORT_TYPE]436 #define d_int_type d_global_trees[DTI_INT_TYPE][all …]
60 tree d_global_trees[DTI_MAX]; variable