Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.lazy.split/
H A Dgeneral.pass.cpp79 constexpr bool test_function_call(T&& input, Separator&& separator, std::array<U, M> expected) { in test_function_call() function
171 assert(test_function_call(input, separator, expected)); in test_one()
177 assert(test_function_call(CopyableView(input), ForwardTinyView(separator), expected)); in test_one()
180 assert(test_function_call(InputView(input), ForwardTinyView(separator), expected)); in test_one()
199 assert(test_function_call("abc def", short_sep, expected)); in test_string_literals()
201 assert(test_function_call("abc12def", long_sep, expected)); in test_string_literals()
210 assert(test_function_call("", short_sep, expected)); in test_string_literals()
212 assert(test_function_call("", long_sep, expected)); in test_string_literals()
223 assert(test_function_call(input, " ", expected_unsplit)); in test_string_literals()
224 assert(test_function_call("abc \0def", " ", expected_split)); in test_string_literals()
[all …]
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.split/
H A Dgeneral.pass.cpp37 constexpr bool test_function_call(T&& input, Separator&& separator, std::array<U, M> expected) { in test_function_call() function
129 assert(test_function_call(input, separator, expected)); in test_one()
147 assert(test_function_call("abc def", short_sep, expected)); in test_string_literals()
149 assert(test_function_call("abc12def", long_sep, expected)); in test_string_literals()
158 assert(test_function_call("", short_sep, expected)); in test_string_literals()
160 assert(test_function_call("", long_sep, expected)); in test_string_literals()
171 assert(test_function_call(input, " ", expected_unsplit)); in test_string_literals()
172 assert(test_function_call("abc \0def", " ", expected_split)); in test_string_literals()
181 assert(test_function_call("abc", empty_sep, expected)); in test_string_literals()
341 test_function_call("abc def", ' ', std::array{"abc"sv, "def"sv}); in main_test()
[all …]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-nullptr-c23.c45 void test_function_call() { in test_function_call() function
H A Duse-nullptr-basic.cpp155 void test_function_call() { in test_function_call() function
/llvm-project/llvm/test/CodeGen/SPIRV/
H A Dsimple.ll98 ; CHECK: "test_function_call"
99 define spir_func void @test_function_call(i32 addrspace(1)* %in, i32 addrspace(1)* %out) {