HomeSort by relevance Sort by last modified time
    Searched refs:DestEnd (Results 1 - 2 of 2) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
replace_storage.hpp 30 OutputIteratorT DestEnd )
34 while( !Storage.empty() && OutputIt!=DestEnd )
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 212 auto DestEnd = Builder.CreateGEP(DestBegin, NumElements);
217 Builder.CreateICmpEQ(DestBegin, DestEnd, "omp.arraycpy.isempty");
250 Builder.CreateICmpEQ(DestElementNext, DestEnd, "omp.arraycpy.done");
276 auto DestEnd = CGF.Builder.CreateGEP(DestBegin, NumElements);
281 CGF.Builder.CreateICmpEQ(DestBegin, DestEnd, "omp.arrayinit.isempty");
309 CGF.Builder.CreateICmpEQ(DestElementNext, DestEnd, "omp.arraycpy.done");
    [all...]

Completed in 110 milliseconds