Searched defs:__copy (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h164 OutputIter __copy(InputIter II, InputIter IE, OutputIter OI) { function in namespace:std
178 >::type __copy(_Tp* __first, _Tp* __last, _Up* __result) { function in namespace:std
189 return __copy(II, IE, OI);
/external/libcxx/src/experimental/filesystem/
H A Doperations.cpp174 void __copy(const path& from, const path& to, copy_options options, function
253 __copy(it->path(), to / it->path().filename(),

Completed in 123 milliseconds