Lines Matching defs:cp_global_trees
234 extern GTY(()) tree cp_global_trees[CPTI_MAX];
236 #define wchar_decl_node cp_global_trees[CPTI_WCHAR_DECL]
237 #define vtable_entry_type cp_global_trees[CPTI_VTABLE_ENTRY_TYPE]
240 #define delta_type_node cp_global_trees[CPTI_DELTA_TYPE]
242 #define vtable_index_type cp_global_trees[CPTI_VTABLE_INDEX_TYPE]
244 #define class_type_node cp_global_trees[CPTI_CLASS_TYPE]
245 #define unknown_type_node cp_global_trees[CPTI_UNKNOWN_TYPE]
246 #define init_list_type_node cp_global_trees[CPTI_INIT_LIST_TYPE]
247 #define explicit_void_list_node cp_global_trees[CPTI_EXPLICIT_VOID_LIST]
248 #define vtbl_type_node cp_global_trees[CPTI_VTBL_TYPE]
249 #define vtbl_ptr_type_node cp_global_trees[CPTI_VTBL_PTR_TYPE]
250 #define std_node cp_global_trees[CPTI_STD]
251 #define abi_node cp_global_trees[CPTI_ABI]
252 #define global_namespace cp_global_trees[CPTI_GLOBAL]
253 #define const_type_info_type_node cp_global_trees[CPTI_CONST_TYPE_INFO_TYPE]
254 #define conv_op_marker cp_global_trees[CPTI_CONV_OP_MARKER]
255 #define abort_fndecl cp_global_trees[CPTI_ABORT_FNDECL]
256 #define current_aggr cp_global_trees[CPTI_AGGR_TAG]
257 #define nullptr_node cp_global_trees[CPTI_NULLPTR]
258 #define nullptr_type_node cp_global_trees[CPTI_NULLPTR_TYPE]
260 #define align_type_node cp_global_trees[CPTI_ALIGN_TYPE]
278 #define ctor_identifier cp_global_trees[CPTI_CTOR_IDENTIFIER]
280 #define complete_ctor_identifier cp_global_trees[CPTI_COMPLETE_CTOR_IDENTIFIER]
282 #define base_ctor_identifier cp_global_trees[CPTI_BASE_CTOR_IDENTIFIER]
286 #define dtor_identifier cp_global_trees[CPTI_DTOR_IDENTIFIER]
288 #define complete_dtor_identifier cp_global_trees[CPTI_COMPLETE_DTOR_IDENTIFIER]
291 #define base_dtor_identifier cp_global_trees[CPTI_BASE_DTOR_IDENTIFIER]
294 #define deleting_dtor_identifier cp_global_trees[CPTI_DELETING_DTOR_IDENTIFIER]
299 #define conv_op_identifier cp_global_trees[CPTI_CONV_OP_IDENTIFIER]
301 #define delta_identifier cp_global_trees[CPTI_DELTA_IDENTIFIER]
302 #define in_charge_identifier cp_global_trees[CPTI_IN_CHARGE_IDENTIFIER]
305 #define vtt_parm_identifier cp_global_trees[CPTI_VTT_PARM_IDENTIFIER]
306 #define as_base_identifier cp_global_trees[CPTI_AS_BASE_IDENTIFIER]
307 #define this_identifier cp_global_trees[CPTI_THIS_IDENTIFIER]
308 #define pfn_identifier cp_global_trees[CPTI_PFN_IDENTIFIER]
309 #define vptr_identifier cp_global_trees[CPTI_VPTR_IDENTIFIER]
311 #define global_identifier cp_global_trees[CPTI_GLOBAL_IDENTIFIER]
312 #define anon_identifier cp_global_trees[CPTI_ANON_IDENTIFIER]
314 #define auto_identifier cp_global_trees[CPTI_AUTO_IDENTIFIER]
315 #define decltype_auto_identifier cp_global_trees[CPTI_DECLTYPE_AUTO_IDENTIFIER]
316 #define init_list_identifier cp_global_trees[CPTI_INIT_LIST_IDENTIFIER]
317 #define for_range__identifier cp_global_trees[CPTI_FOR_RANGE__IDENTIFIER]
318 #define for_begin__identifier cp_global_trees[CPTI_FOR_BEGIN__IDENTIFIER]
319 #define for_end__identifier cp_global_trees[CPTI_FOR_END__IDENTIFIER]
320 #define for_range_identifier cp_global_trees[CPTI_FOR_RANGE_IDENTIFIER]
321 #define for_begin_identifier cp_global_trees[CPTI_FOR_BEGIN_IDENTIFIER]
322 #define for_end_identifier cp_global_trees[CPTI_FOR_END_IDENTIFIER]
323 #define abi_tag_identifier cp_global_trees[CPTI_ABI_TAG_IDENTIFIER]
324 #define aligned_identifier cp_global_trees[CPTI_ALIGNED_IDENTIFIER]
325 #define begin_identifier cp_global_trees[CPTI_BEGIN_IDENTIFIER]
326 #define end_identifier cp_global_trees[CPTI_END_IDENTIFIER]
327 #define get__identifier cp_global_trees[CPTI_GET_IDENTIFIER]
328 #define gnu_identifier cp_global_trees[CPTI_GNU_IDENTIFIER]
329 #define tuple_element_identifier cp_global_trees[CPTI_TUPLE_ELEMENT_IDENTIFIER]
330 #define tuple_size_identifier cp_global_trees[CPTI_TUPLE_SIZE_IDENTIFIER]
331 #define type_identifier cp_global_trees[CPTI_TYPE_IDENTIFIER]
332 #define value_identifier cp_global_trees[CPTI_VALUE_IDENTIFIER]
333 #define fun_identifier cp_global_trees[CPTI_FUN_IDENTIFIER]
334 #define closure_identifier cp_global_trees[CPTI_CLOSURE_IDENTIFIER]
335 #define heap_uninit_identifier cp_global_trees[CPTI_HEAP_UNINIT_IDENTIFIER]
336 #define heap_identifier cp_global_trees[CPTI_HEAP_IDENTIFIER]
337 #define heap_deleted_identifier cp_global_trees[CPTI_HEAP_DELETED_IDENTIFIER]
338 #define heap_vec_uninit_identifier cp_global_trees[CPTI_HEAP_VEC_UNINIT_IDENTIFIER]
339 #define heap_vec_identifier cp_global_trees[CPTI_HEAP_VEC_IDENTIFIER]
340 #define omp_identifier cp_global_trees[CPTI_OMP_IDENTIFIER]
341 #define lang_name_c cp_global_trees[CPTI_LANG_NAME_C]
342 #define lang_name_cplusplus cp_global_trees[CPTI_LANG_NAME_CPLUSPLUS]
347 #define empty_except_spec cp_global_trees[CPTI_EMPTY_EXCEPT_SPEC]
348 #define noexcept_true_spec cp_global_trees[CPTI_NOEXCEPT_TRUE_SPEC]
349 #define noexcept_false_spec cp_global_trees[CPTI_NOEXCEPT_FALSE_SPEC]
350 #define noexcept_deferred_spec cp_global_trees[CPTI_NOEXCEPT_DEFERRED_SPEC]
353 #define terminate_fn cp_global_trees[CPTI_TERMINATE_FN]
354 #define call_unexpected_fn cp_global_trees[CPTI_CALL_UNEXPECTED_FN]
355 #define get_exception_ptr_fn cp_global_trees[CPTI_GET_EXCEPTION_PTR_FN]
356 #define begin_catch_fn cp_global_trees[CPTI_BEGIN_CATCH_FN]
357 #define end_catch_fn cp_global_trees[CPTI_END_CATCH_FN]
358 #define allocate_exception_fn cp_global_trees[CPTI_ALLOCATE_EXCEPTION_FN]
359 #define free_exception_fn cp_global_trees[CPTI_FREE_EXCEPTION_FN]
360 #define throw_fn cp_global_trees[CPTI_THROW_FN]
361 #define rethrow_fn cp_global_trees[CPTI_RETHROW_FN]
365 #define atexit_fn_ptr_type_node cp_global_trees[CPTI_ATEXIT_FN_PTR_TYPE]
368 #define atexit_node cp_global_trees[CPTI_ATEXIT]
371 #define dso_handle_node cp_global_trees[CPTI_DSO_HANDLE]
374 #define dynamic_cast_node cp_global_trees[CPTI_DCAST]
377 #define cleanup_type cp_global_trees[CPTI_CLEANUP_TYPE]
381 #define vtt_parm_type cp_global_trees[CPTI_VTT_PARM_TYPE]
384 #define any_targ_node cp_global_trees[CPTI_ANY_TARG]
387 #define source_location_impl cp_global_trees[CPTI_SOURCE_LOCATION_IMPL]
396 #define fallback_dfloat32_type cp_global_trees[CPTI_FALLBACK_DFLOAT32_TYPE]
397 #define fallback_dfloat64_type cp_global_trees[CPTI_FALLBACK_DFLOAT64_TYPE]
398 #define fallback_dfloat128_type cp_global_trees[CPTI_FALLBACK_DFLOAT128_TYPE]