Home
last modified time | relevance | path

Searched refs:dest_array (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/libstdc++/libsupc++/
H A Dvec.cc187 __cxa_vec_cctor(void *dest_array, in __cxa_vec_cctor() argument
195 char *dest_ptr = static_cast<char *>(dest_array); in __cxa_vec_cctor()
209 __cxa_vec_cleanup(dest_array, ix, element_size, destructor); in __cxa_vec_cctor()
213 _GLIBCXX_CXA_VEC_CTOR_RETURN (dest_array); in __cxa_vec_cctor()
398 __aeabi_vec_cctor_nocookie_nodtor (void *dest_array, in __aeabi_vec_cctor_nocookie_nodtor() argument
404 return abi::__cxa_vec_cctor (dest_array, src_array, in __aeabi_vec_cctor_nocookie_nodtor()
H A Dcxxabi.h88 __cxa_vec_cctor(void* dest_array, void* src_array, size_t element_count,
/freebsd-12.1/contrib/gcc/
H A Dtree-eh.c328 VEC(tree,heap) *dest_array;
508 if (! tf->dest_array) in maybe_record_in_goto_queue()
510 tf->dest_array = VEC_alloc (tree, heap, 10); in maybe_record_in_goto_queue()
511 VEC_quick_push (tree, tf->dest_array, lab); in maybe_record_in_goto_queue()
516 int n = VEC_length (tree, tf->dest_array); in maybe_record_in_goto_queue()
518 if (VEC_index (tree, tf->dest_array, index) == lab) in maybe_record_in_goto_queue()
521 VEC_safe_push (tree, heap, tf->dest_array, lab); in maybe_record_in_goto_queue()
1069 return_index = VEC_length (tree, tf->dest_array); in lower_try_finally_copy()
1158 nlabels = VEC_length (tree, tf->dest_array); in lower_try_finally_switch()
1392 ndests = VEC_length (tree, this_tf.dest_array); in lower_try_finally()
[all …]
H A DChangeLog-200518738 * tree-eh.c (leh_tf_state): Change the type of dest_array to