Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.cpp40 char *out_end = out + out_size; in SubstituteForFlagValue() local
41 while (*s && out < out_end - 1) { in SubstituteForFlagValue()
50 while (*base && out < out_end - 1) in SubstituteForFlagValue()
63 while (buf_pos < buf + 32 && out < out_end - 1) in SubstituteForFlagValue()
69 uptr len = ReadBinaryDir(out, out_end - out); in SubstituteForFlagValue()
79 CHECK(out < out_end - 1); in SubstituteForFlagValue()
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.sort/partial.sort.copy/
H A Dranges_partial_sort_copy.pass.cpp141 auto out_end = out.data() + output_size; in test_one() local
144 Iter(begin), Sent(Iter(end)), OutIter(out_begin), OutSent(OutIter(out_end))); in test_one()
156 auto out_end = out.data() + output_size; in test_one() local
158 auto out_range = std::ranges::subrange(OutIter(out_begin), OutSent(OutIter(out_end))); in test_one()
/llvm-project-15.0.7/libcxx/test/std/algorithms/
H A Dranges_robust_against_proxy_iterators.pass.cpp65 ProxyIterator out_end{output.end()}; in run_tests() local
113 test(std::ranges::copy_backward, in, out_end); in run_tests()
116 test(std::ranges::move_backward, in, out_end); in run_tests()