Searched refs:dest_array (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
H A D | vec.cc | 201 __cxa_vec_cctor(void *dest_array, in __cxa_vec_cctor() argument 209 char *dest_ptr = static_cast<char *>(dest_array); in __cxa_vec_cctor() 223 __cxa_vec_cleanup(dest_array, ix, element_size, destructor); in __cxa_vec_cctor() 227 _GLIBCXX_CXA_VEC_CTOR_RETURN (dest_array); in __cxa_vec_cctor() 412 __aeabi_vec_cctor_nocookie_nodtor (void *dest_array, in __aeabi_vec_cctor_nocookie_nodtor() argument 418 return abi::__cxa_vec_cctor (dest_array, src_array, in __aeabi_vec_cctor_nocookie_nodtor()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
H A D | vec.cc | 201 __cxa_vec_cctor(void *dest_array, in __cxa_vec_cctor() argument 209 char *dest_ptr = static_cast<char *>(dest_array); in __cxa_vec_cctor() 223 __cxa_vec_cleanup(dest_array, ix, element_size, destructor); in __cxa_vec_cctor() 227 _GLIBCXX_CXA_VEC_CTOR_RETURN (dest_array); in __cxa_vec_cctor() 412 __aeabi_vec_cctor_nocookie_nodtor (void *dest_array, in __aeabi_vec_cctor_nocookie_nodtor() argument 418 return abi::__cxa_vec_cctor (dest_array, src_array, in __aeabi_vec_cctor_nocookie_nodtor()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-eh.cc | 392 vec<tree> dest_array; member 636 if (! tf->dest_array.exists ()) in record_in_goto_queue_label() 638 tf->dest_array.create (10); in record_in_goto_queue_label() 639 tf->dest_array.quick_push (label); in record_in_goto_queue_label() 644 int n = tf->dest_array.length (); in record_in_goto_queue_label() 646 if (tf->dest_array[index] == label) in record_in_goto_queue_label() 649 tf->dest_array.safe_push (label); in record_in_goto_queue_label() 782 q->cont_stmt = gimple_build_goto (tf->dest_array[q->index]); in do_goto_redirection() 1207 if (tf->dest_array[0] == tf->fallthru_label) in lower_try_finally_onedest() 1287 return_index = tf->dest_array.length (); in lower_try_finally_copy() [all …]
|
H A D | ChangeLog-2005 | 18737 * tree-eh.c (leh_tf_state): Change the type of dest_array to
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-eh.c | 392 vec<tree> dest_array; member 636 if (! tf->dest_array.exists ()) in record_in_goto_queue_label() 638 tf->dest_array.create (10); in record_in_goto_queue_label() 639 tf->dest_array.quick_push (label); in record_in_goto_queue_label() 644 int n = tf->dest_array.length (); in record_in_goto_queue_label() 646 if (tf->dest_array[index] == label) in record_in_goto_queue_label() 649 tf->dest_array.safe_push (label); in record_in_goto_queue_label() 782 q->cont_stmt = gimple_build_goto (tf->dest_array[q->index]); in do_goto_redirection() 1212 if (tf->dest_array[0] == tf->fallthru_label) in lower_try_finally_onedest() 1292 return_index = tf->dest_array.length (); in lower_try_finally_copy() [all …]
|