Home
last modified time | relevance | path

Searched refs:set_refcount_ptr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c9462 set_refcount_ptr (T *& ptr, T *obj = NULL)
9494 set_refcount_ptr (pt->tinst, current_tinst_level); in add_pending_template()
10805 set_refcount_ptr (new_level->next, current_tinst_level); in push_tinst_level_loc()
10806 set_refcount_ptr (current_tinst_level, new_level); in push_tinst_level_loc()
10852 set_refcount_ptr (current_tinst_level, current_tinst_level->next); in pop_tinst_level()
10869 set_refcount_ptr (current_tinst_level, level); in reopen_tinst_level()
26127 set_refcount_ptr (drop->tinst); in instantiate_pending_templates()
26136 set_refcount_ptr (current_tinst_level); in instantiate_pending_templates()
26384 set_refcount_ptr (last_error_tinst_level, current_tinst_level); in record_last_problematic_instantiation()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc9689 set_refcount_ptr (T *& ptr, T *obj = NULL) in set_refcount_ptr() function
9721 set_refcount_ptr (pt->tinst, current_tinst_level); in add_pending_template()
11130 set_refcount_ptr (new_level->next, current_tinst_level); in push_tinst_level_loc()
11131 set_refcount_ptr (current_tinst_level, new_level); in push_tinst_level_loc()
11177 set_refcount_ptr (current_tinst_level, current_tinst_level->next); in pop_tinst_level()
11194 set_refcount_ptr (current_tinst_level, level); in reopen_tinst_level()
26977 set_refcount_ptr (drop->tinst); in instantiate_pending_templates()
26986 set_refcount_ptr (current_tinst_level); in instantiate_pending_templates()
27243 set_refcount_ptr (last_error_tinst_level, current_tinst_level); in record_last_problematic_instantiation()
H A DChangeLog-20183330 (set_refcount_ptr): New template fn.