Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dvec.cc202 void *src_array, in __cxa_vec_cctor() argument
210 char *src_ptr = static_cast<char *>(src_array); in __cxa_vec_cctor()
413 void *src_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 Dvec.cc202 void *src_array, in __cxa_vec_cctor() argument
210 char *src_ptr = static_cast<char *>(src_array); in __cxa_vec_cctor()
413 void *src_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.old/dist/gcc/config/rs6000/
H A Drs6000-call.c10905 tree src_array = build1 (VIEW_CONVERT_EXPR, array_type, src); in rs6000_gimple_fold_mma_builtin() local
10909 tree ref = build4 (ARRAY_REF, unsigned_V16QI_type_node, src_array, in rs6000_gimple_fold_mma_builtin()