Home
last modified time | relevance | path

Searched refs:test_parse (Results 1 – 10 of 10) sorted by relevance

/llvm-project/libcxx/test/std/containers/container.adaptors/container.adaptors.format/
H A Dparse.pass.cpp41 constexpr void test_parse(StringViewT fmt, std::size_t offset) { in test_parse()
53 constexpr void test_parse(StringViewT fmt, std::size_t offset) { in test_parse()
54 test_parse<std::queue<int>>(fmt, offset); in test_parse()
55 test_parse<std::priority_queue<int>>(fmt, offset); in test_parse()
56 test_parse<std::stack<int>>(fmt, offset); in test_parse()
61 test_parse(SV(""), 0); in test_fmt()
62 test_parse(SV(":d"), 0); in test_fmt()
64 test_parse(SV("}"), 1); in test_fmt()
65 test_parse(SV(":d}"), 1); in test_fmt()
40 constexpr void test_parse(StringViewT fmt, std::size_t offset) { test_parse() function
52 constexpr void test_parse(StringViewT fmt, std::size_t offset) { test_parse() function
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.formatter/
H A Dparse.pass.cpp37 constexpr void test_parse(StringViewT fmt, std::size_t offset) { in test_parse()
50 test_parse(SV(""), 0); in test_fmt()
51 test_parse(SV(":d"), 0); in test_fmt()
53 test_parse(SV("}"), 1); in test_fmt()
54 test_parse(SV(":d}"), 1); in test_fmt()
36 constexpr void test_parse(StringViewT fmt, std::size_t offset) { test_parse() function
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtmap/
H A Dparse.pass.cpp37 constexpr void test_parse(StringViewT fmt, std::size_t offset) { in test_parse()
50 test_parse(SV(""), 0); in test_fmt()
51 test_parse(SV(":5"), 0); in test_fmt()
53 test_parse(SV("}"), 1); in test_fmt()
54 test_parse(SV(":5}"), 1); in test_fmt()
36 constexpr void test_parse(StringViewT fmt, std::size_t offset) { test_parse() function
/llvm-project/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/
H A Dparse.pass.cpp38 constexpr void test_parse(StringViewT fmt, std::size_t offset) { in test_parse()
51 test_parse(SV(""), 0); in test_fmt()
52 test_parse(SV("1"), 0); in test_fmt()
54 test_parse(SV("}"), 1); in test_fmt()
55 test_parse(SV("1}"), 1); in test_fmt()
37 constexpr void test_parse(StringViewT fmt, std::size_t offset) { test_parse() function
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtset/
H A Dparse.pass.cpp37 constexpr void test_parse(StringViewT fmt, std::size_t offset) { in test_parse()
50 test_parse(SV(""), 0); in test_fmt()
51 test_parse(SV(":5"), 0); in test_fmt()
53 test_parse(SV("}"), 1); in test_fmt()
54 test_parse(SV(":5}"), 1); in test_fmt()
36 constexpr void test_parse(StringViewT fmt, std::size_t offset) { test_parse() function
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtdef/
H A Dparse.pass.cpp34 constexpr void test_parse(StringViewT fmt, std::size_t offset) { in test_parse()
47 test_parse(SV(""), 0); in test_fmt()
48 test_parse(SV(":5"), 0); in test_fmt()
50 test_parse(SV("}"), 1); in test_fmt()
51 test_parse(SV(":5}"), 1); in test_fmt()
33 constexpr void test_parse(StringViewT fmt, std::size_t offset) { test_parse() function
/llvm-project/libcxx/test/std/containers/sequences/vector.bool/vector.bool.fmt/
H A Dparse.pass.cpp38 constexpr void test_parse(StringViewT fmt, std::size_t offset) { in test_parse()
51 test_parse(SV(""), 0); in test_fmt()
52 test_parse(SV("b"), 0); in test_fmt()
54 test_parse(SV("}"), 1); in test_fmt()
55 test_parse(SV("b}"), 1); in test_fmt()
37 constexpr void test_parse(StringViewT fmt, std::size_t offset) { test_parse() function
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtstr/
H A Dparse.pass.cpp33 constexpr void test_parse(StringViewT fmt, std::size_t offset) { in test_parse()
47 test_parse<std::formatter<test_range_format_string<std::basic_string<CharT>>, CharT>>(fmt, offset); in test_formatters()
48 test_parse<std::formatter<test_range_format_debug_string<std::basic_string<CharT>>, CharT>>(fmt, offset); in test_formatters()
32 constexpr void test_parse(StringViewT fmt, std::size_t offset) { test_parse() function
/llvm-project/clang/bindings/python/tests/cindex/
H A Dtest_index.py19 def test_parse(self):
21 def test_parse(self): global() member in TestIndex
/llvm-project/polly/lib/External/isl/
H A Disl_test.c477 int test_parse(struct isl_ctx *ctx) in test_parse() function
10987 { "parse", &test_parse },