Home
last modified time | relevance | path

Searched refs:out_it (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libcxx/test/support/
H A Dtest_format_context.h42 OutIt out_it, in test_format_context_create() argument
44 return std::__format_context_create(std::move(out_it), args); in test_format_context_create()
51 OutIt out_it, in test_format_context_create() argument
54 return std::__format_context_create(std::move(out_it), args, std::move(loc)); in test_format_context_create()
/llvm-project-15.0.7/libcxx/test/std/utilities/format/format.formatter/format.context/format.context/
H A Dctor.pass.cpp57 OutIt out_it{output}; in test() local
59 test_format_context_create(out_it, args); in test()
82 OutIt out_it{output}; in test() local
84 test_format_context_create(out_it, args, en_US); in test()
103 OutIt out_it{output}; in test() local
105 test_format_context_create(out_it, args, fr_FR); in test()
H A Dlocale.pass.cpp41 OutIt out_it{output}; in test() local
43 test_format_context_create(out_it, args, en_US); in test()
61 OutIt out_it{output}; in test() local
63 test_format_context_create(out_it, args, fr_FR); in test()
H A Dout.pass.cpp27 OutIt out_it{str}; in test() local
29 test_format_context_create(out_it, args); in test()
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libear/
H A Dear.c568 char const **out_it = result; in bear_strings_copy() local
569 for (char const *const *in_it = in; (in_it) && (*in_it); ++in_it, ++out_it) { in bear_strings_copy()
570 *out_it = strdup(*in_it); in bear_strings_copy()
571 if (0 == *out_it) { in bear_strings_copy()
576 *out_it = 0; in bear_strings_copy()