Home
last modified time | relevance | path

Searched refs:cp_global_trees (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h219 extern GTY(()) tree cp_global_trees[CPTI_MAX];
221 #define wchar_decl_node cp_global_trees[CPTI_WCHAR_DECL]
222 #define vtable_entry_type cp_global_trees[CPTI_VTABLE_ENTRY_TYPE]
225 #define delta_type_node cp_global_trees[CPTI_DELTA_TYPE]
227 #define vtable_index_type cp_global_trees[CPTI_VTABLE_INDEX_TYPE]
229 #define class_type_node cp_global_trees[CPTI_CLASS_TYPE]
230 #define unknown_type_node cp_global_trees[CPTI_UNKNOWN_TYPE]
231 #define init_list_type_node cp_global_trees[CPTI_INIT_LIST_TYPE]
232 #define vtbl_type_node cp_global_trees[CPTI_VTBL_TYPE]
233 #define vtbl_ptr_type_node cp_global_trees[CPTI_VTBL_PTR_TYPE]
[all …]
H A Dsemantics.c1139 tree id = cp_global_trees[CPTI_FOR_RANGE__IDENTIFIER + i]; in finish_for_stmt()
1154 = cp_global_trees[CPTI_FOR_RANGE_IDENTIFIER + i]; in finish_for_stmt()
H A Ddecl.c138 tree cp_global_trees[CPTI_MAX]; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h233 extern GTY(()) tree cp_global_trees[CPTI_MAX];
235 #define wchar_decl_node cp_global_trees[CPTI_WCHAR_DECL]
236 #define vtable_entry_type cp_global_trees[CPTI_VTABLE_ENTRY_TYPE]
239 #define delta_type_node cp_global_trees[CPTI_DELTA_TYPE]
241 #define vtable_index_type cp_global_trees[CPTI_VTABLE_INDEX_TYPE]
243 #define class_type_node cp_global_trees[CPTI_CLASS_TYPE]
244 #define unknown_type_node cp_global_trees[CPTI_UNKNOWN_TYPE]
245 #define init_list_type_node cp_global_trees[CPTI_INIT_LIST_TYPE]
246 #define explicit_void_list_node cp_global_trees[CPTI_EXPLICIT_VOID_LIST]
247 #define vtbl_type_node cp_global_trees[CPTI_VTBL_TYPE]
[all …]
H A DChangeLog-19992678 (cp_global_trees): Add access_default, access_public,
4326 (cp_global_trees): Declare new array. Add accessor macros for it, and
4331 cp_global_trees and c_global_trees.
H A Dsemantics.cc1405 tree id = cp_global_trees[CPTI_FOR_RANGE__IDENTIFIER + i]; in finish_for_stmt()
1425 = cp_global_trees[CPTI_FOR_RANGE_IDENTIFIER + i]; in finish_for_stmt()
H A DChangeLog-20174386 * cp-tree.h (enum cp_tree_index, cp_global_trees): Move earlier,
H A DChangeLog-20036814 (cp_global_trees): rename dynamic_classes to keyed_classes
H A Ddecl.cc142 tree cp_global_trees[CPTI_MAX]; variable
H A DChangeLog-20006679 * decl.c (cp_global_trees): Adjust documentation.
H A Dmodule.cc3793 std::pair<tree *, unsigned> (cp_global_trees, CPTI_MODULE_HWM),