Searched refs:dest_array (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/libstdc++/libsupc++/
H A Dvec.cc187 __cxa_vec_cctor(void *dest_array, argument
195 char *dest_ptr = static_cast<char *>(dest_array);
209 __cxa_vec_cleanup(dest_array, ix, element_size, destructor);
213 _GLIBCXX_CXA_VEC_CTOR_RETURN (dest_array);
398 __aeabi_vec_cctor_nocookie_nodtor (void *dest_array, argument
404 return abi::__cxa_vec_cctor (dest_array, src_array,
H A Dcxxabi.h88 __cxa_vec_cctor(void* dest_array, void* src_array, size_t element_count,
/freebsd-9.3-release/contrib/gcc/
H A Dtree-eh.c333 VEC(tree,heap) *dest_array;
513 if (! tf->dest_array)
515 tf->dest_array = VEC_alloc (tree, heap, 10);
516 VEC_quick_push (tree, tf->dest_array, lab);
521 int n = VEC_length (tree, tf->dest_array);
523 if (VEC_index (tree, tf->dest_array, index) == lab)
526 VEC_safe_push (tree, heap, tf->dest_array, lab);
1010 if (VEC_index (tree, tf->dest_array, 0) == tf->fallthru_label)
1074 return_index = VEC_length (tree, tf->dest_array);
1163 nlabels = VEC_length (tree, tf->dest_array);
[all...]

Completed in 155 milliseconds