Home
last modified time | relevance | path

Searched refs:TestFunction (Results 1 – 23 of 23) sorted by relevance

/llvm-project/libcxx/test/std/utilities/format/format.tuple/
H A Dformat.functions.tests.h31 template <class CharT, class TestFunction, class ExceptionTest, class TupleOrPair>
32 void test_tuple_or_pair_int_int(TestFunction check, ExceptionTest check_exception, TupleOrPair&& input) {
79 template <class CharT, class TestFunction, class ExceptionTest, class TupleOrPair>
80 void test_tuple_or_pair_int_string(TestFunction check, ExceptionTest check_exception, TupleOrPair&& input) {
127 template <class CharT, class TestFunction, class TupleOrPair>
128 void test_escaping(TestFunction check, TupleOrPair&& input) {
152 template <class CharT, class TestFunction, class ExceptionTest>
153 void test_pair_int_int(TestFunction check, ExceptionTest check_exception) {
157 template <class CharT, class TestFunction, class ExceptionTest>
158 void test_pair_int_string(TestFunction chec
[all...]
/llvm-project/libcxx/test/std/containers/container.adaptors/container.adaptors.format/
H A Dformat.functions.tests.h30 template <class CharT, class TestFunction, class ExceptionTest> in test_char_default()
31 void test_char_default(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_char_default()
139 template <class CharT, class TestFunction, class ExceptionTest> in test_char_string()
140 void test_char_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_char_string()
192 template <class CharT, class TestFunction, class ExceptionTest> in test_char_escaped_string()
193 void test_char_escaped_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_char_escaped_string()
243 template <class CharT, class TestFunction, class ExceptionTest> in test_char()
244 void test_char(TestFunction check, ExceptionTest check_exception) { in test_char()
274 template <class TestFunction, class ExceptionTest> in test_char_to_wchar()
275 void test_char_to_wchar(TestFunction chec in test_char_to_wchar()
[all...]
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtstr/
H A Dformat.functions.tests.h60 template <class CharT, class TestFunction, class ExceptionTest> in test_string()
61 void test_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_string()
106 template <class CharT, class TestFunction, class ExceptionTest> in test_string()
107 void test_string(TestFunction check, ExceptionTest check_exception) { in test_string()
120 template <class CharT, class TestFunction, class ExceptionTest> in test_range_string()
121 void test_range_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_range_string()
220 template <class CharT, class TestFunction, class ExceptionTest> in test_range_string()
221 void test_range_string(TestFunction check, ExceptionTest check_exception) { in test_range_string()
250 template <class CharT, class TestFunction, class ExceptionTest> in test_debug_string()
251 void test_debug_string(TestFunction chec in test_debug_string()
[all...]
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtset/
H A Dformat.functions.tests.h28 template <class CharT, class TestFunction, class ExceptionTest> in test_char_default()
29 void test_char_default(TestFunction check, ExceptionTest check_exception) { in test_char_default()
140 template <class CharT, class TestFunction, class ExceptionTest> in test_char_string()
141 void test_char_string(TestFunction check, [[maybe_unused]] ExceptionTest check_exception) { in test_char_string()
199 template <class CharT, class TestFunction, class ExceptionTest> in test_char_escaped_string()
200 void test_char_escaped_string(TestFunction check, [[maybe_unused]] ExceptionTest check_exception) { in test_char_escaped_string()
252 template <class CharT, class TestFunction, class ExceptionTest> in test_char()
253 void test_char(TestFunction check, ExceptionTest check_exception) { in test_char()
264 template <class TestFunction, class ExceptionTest> in test_char_to_wchar()
265 void test_char_to_wchar(TestFunction chec in test_char_to_wchar()
[all...]
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtmap/
H A Dformat.functions.tests.h28 template <class CharT, class TestFunction, class ExceptionTest> in test_char()
29 void test_char(TestFunction check, ExceptionTest check_exception) { in test_char()
137 template <class TestFunction, class ExceptionTest> in test_char_to_wchar()
138 void test_char_to_wchar(TestFunction check, ExceptionTest check_exception) { in test_char_to_wchar()
245 template <class CharT, class TestFunction, class ExceptionTest> in test_bool()
246 void test_bool(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_bool()
341 template <class CharT, class TestFunction, class ExceptionTest>
342 void test_bool(TestFunction check, ExceptionTest check_exception) {
356 template <class CharT, class TestFunction, class ExceptionTest> in test_int()
357 void test_int(TestFunction chec in test_int()
[all...]
/llvm-project/libcxx/test/std/utilities/format/format.functions/
H A Dformat_tests.h26 // TestFunction must be callable as check(expected-result, string-to-format, args-to-format...)
81 template <class CharT, class TestFunction> in format_test_buffer_copy()
82 void format_test_buffer_copy(TestFunction check) { in format_test_buffer_copy()
318 template <class CharT, class TestFunction> in format_test_buffer_full()
319 void format_test_buffer_full(TestFunction check) { in format_test_buffer_full()
474 template <class CharT, class W, class U, class TestFunction, class ExceptionTest> in format_test_string()
475 void format_test_string(const W& world, const U& universe, TestFunction check, ExceptionTest check_exception) { in format_test_string()
596 template <class CharT, class TestFunction> in format_test_string_unicode()
597 void format_test_string_unicode([[maybe_unused]] TestFunction check) { in format_test_string_unicode()
691 template <class CharT, class TestFunction, clas
[all...]
H A Descaped_output.unicode.pass.cpp410 template <class CharT, class TestFunction> in test_format_functions()
411 void test_format_functions(TestFunction check) { in test_format_functions()
/llvm-project/libcxx/test/std/containers/sequences/vector.bool/vector.bool.fmt/
H A Dformat.functions.tests.h17 template <class CharT, class TestFunction, class ExceptionTest> in format_test_vector_bool()
18 void format_test_vector_bool(TestFunction check, ExceptionTest check_exception, auto&& input) { in format_test_vector_bool()
118 template <class CharT, class TestFunction, class ExceptionTest> in format_tests()
119 void format_tests(TestFunction check, ExceptionTest check_exception) { in format_tests()
/llvm-project/llvm/unittests/Transforms/Utils/
H A DFunctionComparatorTest.cpp19 struct TestFunction { struct
26 TestFunction(LLVMContext &Ctx, Module &M, int addVal) { in TestFunction() argument
111 TestFunction F1(C, M, 27); in TEST()
112 TestFunction F2(C, M, 28); in TEST()
/llvm-project/llvm/test/tools/llvm-dlltool/
H A Dcoff-weak-exports.def11 TestFunction==AltTestFunction
32 ; CHECK-NEXT: W TestFunction
46 ; SYMBOLS: Name: TestFunction
H A Dignored-opts.def8 TestFunction
H A Dmachine-opt.def14 TestFunction
H A Dtriple-prefix.def22 TestFunction
/llvm-project/libcxx/test/std/input.output/iostream.format/print.fun/
H A Dprint_tests.h12 template <class TestFunction, class ExceptionTest> in print_tests()
13 void print_tests(TestFunction check, ExceptionTest check_exception) { in print_tests()
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/
H A Dprint_tests.h12 template <class TestFunction, class ExceptionTest> in print_tests()
13 void print_tests(TestFunction check, ExceptionTest check_exception) { in print_tests()
/llvm-project/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/
H A Dformat.functions.tests.h17 template <class CharT, class TestFunction, class ExceptionTest> in format_tests()
18 void format_tests(TestFunction check, ExceptionTest check_exception) { in format_tests()
/llvm-project/mlir/unittests/Analysis/Presburger/
H A DIntegerPolyhedronTest.cpp26 enum class TestFunction { Sample, Empty }; enum
62 TestFunction fn = TestFunction::Sample) { in checkSample()
66 case TestFunction::Sample: in checkSample()
95 case TestFunction::Empty: in checkSample()
110 TestFunction fn = TestFunction::Sample) { in checkPermutationsSample()
/llvm-project/clang/test/AST/
H A Dast-dump-stmt.cpp17 void TestFunction() { in TestFunction() function
H A Dast-dump-stmt-json.cpp9 void TestFunction() { in TestFunction() function
H A Dast-dump-attr.cpp69 int TestFunction __attribute__((cleanup(function1))); in function1() local
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.formatter/
H A Dformat.functions.tests.h36 template <class CharT, class TestFunction, class ExceptionTest> in test_char_default()
37 void test_char_default(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_char_default()
145 template <class CharT, class TestFunction, class ExceptionTest> in test_char_string()
146 void test_char_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_char_string()
198 template <class CharT, class TestFunction, class ExceptionTest> in test_char_escaped_string()
199 void test_char_escaped_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_char_escaped_string()
249 template <class CharT, class TestFunction, class ExceptionTest> in test_char()
250 void test_char(TestFunction check, ExceptionTest check_exception) { in test_char()
278 template <class TestFunction, class ExceptionTest> in test_char()
279 void test_char_to_wchar(TestFunction chec in test_char()
[all...]
/llvm-project/libcxx/test/libcxx/utilities/format/format.functions/
H A Descaped_output.ascii.pass.cpp300 template <class CharT, class TestFunction> in test_format_functions()
301 void test_format_functions(TestFunction check) { in test_format_functions()
/llvm-project/llvm/docs/HistoricalNotes/
H A D2001-05-18-ExceptionHandling.txt59 void TestFunction(...) {