Lines Matching refs:cp_global_trees

219 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]
234 #define std_node cp_global_trees[CPTI_STD]
235 #define abi_node cp_global_trees[CPTI_ABI]
236 #define global_namespace cp_global_trees[CPTI_GLOBAL]
237 #define global_type_node cp_global_trees[CPTI_GLOBAL_TYPE]
238 #define const_type_info_type_node cp_global_trees[CPTI_CONST_TYPE_INFO_TYPE]
239 #define type_info_ptr_type cp_global_trees[CPTI_TYPE_INFO_PTR_TYPE]
240 #define conv_op_marker cp_global_trees[CPTI_CONV_OP_MARKER]
241 #define abort_fndecl cp_global_trees[CPTI_ABORT_FNDECL]
242 #define current_aggr cp_global_trees[CPTI_AGGR_TAG]
243 #define nullptr_node cp_global_trees[CPTI_NULLPTR]
244 #define nullptr_type_node cp_global_trees[CPTI_NULLPTR_TYPE]
246 #define align_type_node cp_global_trees[CPTI_ALIGN_TYPE]
264 #define ctor_identifier cp_global_trees[CPTI_CTOR_IDENTIFIER]
266 #define complete_ctor_identifier cp_global_trees[CPTI_COMPLETE_CTOR_IDENTIFIER]
268 #define base_ctor_identifier cp_global_trees[CPTI_BASE_CTOR_IDENTIFIER]
272 #define dtor_identifier cp_global_trees[CPTI_DTOR_IDENTIFIER]
274 #define complete_dtor_identifier cp_global_trees[CPTI_COMPLETE_DTOR_IDENTIFIER]
277 #define base_dtor_identifier cp_global_trees[CPTI_BASE_DTOR_IDENTIFIER]
280 #define deleting_dtor_identifier cp_global_trees[CPTI_DELETING_DTOR_IDENTIFIER]
285 #define conv_op_identifier cp_global_trees[CPTI_CONV_OP_IDENTIFIER]
287 #define delta_identifier cp_global_trees[CPTI_DELTA_IDENTIFIER]
288 #define in_charge_identifier cp_global_trees[CPTI_IN_CHARGE_IDENTIFIER]
291 #define vtt_parm_identifier cp_global_trees[CPTI_VTT_PARM_IDENTIFIER]
292 #define this_identifier cp_global_trees[CPTI_THIS_IDENTIFIER]
293 #define pfn_identifier cp_global_trees[CPTI_PFN_IDENTIFIER]
294 #define vptr_identifier cp_global_trees[CPTI_VPTR_IDENTIFIER]
296 #define global_identifier cp_global_trees[CPTI_GLOBAL_IDENTIFIER]
297 #define anon_identifier cp_global_trees[CPTI_ANON_IDENTIFIER]
299 #define auto_identifier cp_global_trees[CPTI_AUTO_IDENTIFIER]
300 #define decltype_auto_identifier cp_global_trees[CPTI_DECLTYPE_AUTO_IDENTIFIER]
301 #define init_list_identifier cp_global_trees[CPTI_INIT_LIST_IDENTIFIER]
302 #define for_range__identifier cp_global_trees[CPTI_FOR_RANGE__IDENTIFIER]
303 #define for_begin__identifier cp_global_trees[CPTI_FOR_BEGIN__IDENTIFIER]
304 #define for_end__identifier cp_global_trees[CPTI_FOR_END__IDENTIFIER]
305 #define for_range_identifier cp_global_trees[CPTI_FOR_RANGE_IDENTIFIER]
306 #define for_begin_identifier cp_global_trees[CPTI_FOR_BEGIN_IDENTIFIER]
307 #define for_end_identifier cp_global_trees[CPTI_FOR_END_IDENTIFIER]
308 #define abi_tag_identifier cp_global_trees[CPTI_ABI_TAG_IDENTIFIER]
309 #define aligned_identifier cp_global_trees[CPTI_ALIGNED_IDENTIFIER]
310 #define begin_identifier cp_global_trees[CPTI_BEGIN_IDENTIFIER]
311 #define end_identifier cp_global_trees[CPTI_END_IDENTIFIER]
312 #define get__identifier cp_global_trees[CPTI_GET_IDENTIFIER]
313 #define gnu_identifier cp_global_trees[CPTI_GNU_IDENTIFIER]
314 #define tuple_element_identifier cp_global_trees[CPTI_TUPLE_ELEMENT_IDENTIFIER]
315 #define tuple_size_identifier cp_global_trees[CPTI_TUPLE_SIZE_IDENTIFIER]
316 #define type_identifier cp_global_trees[CPTI_TYPE_IDENTIFIER]
317 #define value_identifier cp_global_trees[CPTI_VALUE_IDENTIFIER]
318 #define fun_identifier cp_global_trees[CPTI_FUN_IDENTIFIER]
319 #define closure_identifier cp_global_trees[CPTI_CLOSURE_IDENTIFIER]
320 #define heap_uninit_identifier cp_global_trees[CPTI_HEAP_UNINIT_IDENTIFIER]
321 #define heap_identifier cp_global_trees[CPTI_HEAP_IDENTIFIER]
322 #define heap_deleted_identifier cp_global_trees[CPTI_HEAP_DELETED_IDENTIFIER]
323 #define lang_name_c cp_global_trees[CPTI_LANG_NAME_C]
324 #define lang_name_cplusplus cp_global_trees[CPTI_LANG_NAME_CPLUSPLUS]
329 #define empty_except_spec cp_global_trees[CPTI_EMPTY_EXCEPT_SPEC]
330 #define noexcept_true_spec cp_global_trees[CPTI_NOEXCEPT_TRUE_SPEC]
331 #define noexcept_false_spec cp_global_trees[CPTI_NOEXCEPT_FALSE_SPEC]
332 #define noexcept_deferred_spec cp_global_trees[CPTI_NOEXCEPT_DEFERRED_SPEC]
335 #define terminate_fn cp_global_trees[CPTI_TERMINATE_FN]
336 #define call_unexpected_fn cp_global_trees[CPTI_CALL_UNEXPECTED_FN]
337 #define get_exception_ptr_fn cp_global_trees[CPTI_GET_EXCEPTION_PTR_FN]
338 #define begin_catch_fn cp_global_trees[CPTI_BEGIN_CATCH_FN]
339 #define end_catch_fn cp_global_trees[CPTI_END_CATCH_FN]
340 #define allocate_exception_fn cp_global_trees[CPTI_ALLOCATE_EXCEPTION_FN]
341 #define free_exception_fn cp_global_trees[CPTI_FREE_EXCEPTION_FN]
342 #define throw_fn cp_global_trees[CPTI_THROW_FN]
343 #define rethrow_fn cp_global_trees[CPTI_RETHROW_FN]
347 #define atexit_fn_ptr_type_node cp_global_trees[CPTI_ATEXIT_FN_PTR_TYPE]
350 #define atexit_node cp_global_trees[CPTI_ATEXIT]
353 #define dso_handle_node cp_global_trees[CPTI_DSO_HANDLE]
356 #define dynamic_cast_node cp_global_trees[CPTI_DCAST]
359 #define cleanup_type cp_global_trees[CPTI_CLEANUP_TYPE]
363 #define vtt_parm_type cp_global_trees[CPTI_VTT_PARM_TYPE]
366 #define any_targ_node cp_global_trees[CPTI_ANY_TARG]
369 #define source_location_impl cp_global_trees[CPTI_SOURCE_LOCATION_IMPL]
378 #define fallback_dfloat32_type cp_global_trees[CPTI_FALLBACK_DFLOAT32_TYPE]
379 #define fallback_dfloat64_type cp_global_trees[CPTI_FALLBACK_DFLOAT64_TYPE]
380 #define fallback_dfloat128_type cp_global_trees[CPTI_FALLBACK_DFLOAT128_TYPE]