Home
last modified time | relevance | path

Searched defs:sv1 (Results 176 – 200 of 1045) sorted by relevance

12345678910>>...42

/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/strings/string.view/string.view.modifiers/
H A Dswap.pass.cpp23 SV sv1(s); in test() local
41 SV sv1{ "ABCDEFGHIJKL", n }; in test_ce() local
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/strings/string.view/string.view.template/
H A Dends_with.ptr.pass.cpp26 SV sv1 { s + 4, 1 }; in main() local
68 constexpr SV sv1 { s + 4, 1 }; in main() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/strings/string.view/string.view.ops/
H A Dcompare.size_size_sv_pointer_size.pass.cpp24 void test1 ( std::basic_string_view<CharT> sv1, size_t pos1, size_t n1, in test1()
46 string_view_t sv1 ( s1 ); in test() local
1345 constexpr SV sv1; in main() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/strings/string.view/string.view.ops/
H A Dcompare.size_size_sv_pointer_size.pass.cpp24 void test1 ( std::basic_string_view<CharT> sv1, size_t pos1, size_t n1, in test1()
46 string_view_t sv1 ( s1 ); in test() local
1345 constexpr SV sv1; in main() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/strings/string.view/string.view.ops/
H A Dcompare.size_size_sv_pointer_size.pass.cpp24 void test1 ( std::basic_string_view<CharT> sv1, size_t pos1, size_t n1, in test1()
46 string_view_t sv1 ( s1 ); in test() local
1345 constexpr SV sv1; in main() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/strings/string.view/string.view.ops/
H A Dcompare.size_size_sv_pointer_size.pass.cpp24 void test1 ( std::basic_string_view<CharT> sv1, size_t pos1, size_t n1, in test1()
46 string_view_t sv1 ( s1 ); in test() local
1345 constexpr SV sv1; in main() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/strings/string.view/string.view.ops/
H A Dcompare.size_size_sv_pointer_size.pass.cpp24 void test1 ( std::basic_string_view<CharT> sv1, size_t pos1, size_t n1, in test1()
46 string_view_t sv1 ( s1 ); in test() local
1345 constexpr SV sv1; in main() local
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/strings/string.view/string.view.ops/
H A Dcompare.size_size_sv_pointer_size.pass.cpp24 void test1 ( std::basic_string_view<CharT> sv1, size_t pos1, size_t n1, in test1()
46 string_view_t sv1 ( s1 ); in test() local
1345 constexpr SV sv1; in main() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/strings/string.view/string.view.ops/
H A Dcompare.size_size_sv_pointer_size.pass.cpp24 void test1 ( std::basic_string_view<CharT> sv1, size_t pos1, size_t n1, in test1()
46 string_view_t sv1 ( s1 ); in test() local
1345 constexpr SV sv1; in main() local
/dports/devel/libc++/libcxx-10.0.1.src/test/std/strings/string.view/string.view.ops/
H A Dcompare.size_size_sv_pointer_size.pass.cpp24 void test1 ( std::basic_string_view<CharT> sv1, size_t pos1, size_t n1, in test1()
46 string_view_t sv1 ( s1 ); in test() local
1345 constexpr SV sv1; in main() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/strings/string.view/string.view.ops/
H A Dcompare.size_size_sv_pointer_size.pass.cpp24 void test1 ( std::basic_string_view<CharT> sv1, size_t pos1, size_t n1, in test1()
46 string_view_t sv1 ( s1 ); in test() local
1345 constexpr SV sv1; in main() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/strings/string.view/string.view.ops/
H A Dcompare.size_size_sv_pointer_size.pass.cpp24 void test1 ( std::basic_string_view<CharT> sv1, size_t pos1, size_t n1, in test1()
46 string_view_t sv1 ( s1 ); in test() local
1345 constexpr SV sv1; in main() local
/dports/math/stanmath/math-4.2.0/test/unit/math/prim/fun/
H A Ddot_product_test.cpp12 std::vector<double> sv1 = {1.0, 2.0, 3.0}; in TEST() local
34 std::vector<double> sv1 = {1.0, 2.0, 3.0}; in TEST() local
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/thread/futures/futures.unique_future/
H A Dmove_assign.pass.cpp25 typedef int T; in sign()
26 std::promise<T> p; in sign()
46 f = std::move(f0); in sign()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/strings/string.view/string.view.template/
H A Dends_with.string_view.pass.cpp26 SV sv1 { s + 4, 1 }; in main() local
68 constexpr SV sv1 { s + 4, 1 }; in main() local
H A Dstarts_with.string_view.pass.cpp26 SV sv1 { s, 1 }; in main() local
68 constexpr SV sv1 { s, 1 }; in main() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/strings/string.view/string.view.template/
H A Dends_with.string_view.pass.cpp26 SV sv1 { s + 4, 1 }; in main() local
68 constexpr SV sv1 { s + 4, 1 }; in main() local
H A Dstarts_with.string_view.pass.cpp26 SV sv1 { s, 1 }; in main() local
68 constexpr SV sv1 { s, 1 }; in main() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/strings/string.view/string.view.template/
H A Dends_with.string_view.pass.cpp26 SV sv1 { s + 4, 1 }; in main() local
68 constexpr SV sv1 { s + 4, 1 }; in main() local
H A Dstarts_with.string_view.pass.cpp26 SV sv1 { s, 1 }; in main() local
68 constexpr SV sv1 { s, 1 }; in main() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/strings/string.view/string.view.template/
H A Dends_with.string_view.pass.cpp26 SV sv1 { s + 4, 1 }; in main() local
68 constexpr SV sv1 { s + 4, 1 }; in main() local
H A Dstarts_with.string_view.pass.cpp26 SV sv1 { s, 1 }; in main() local
68 constexpr SV sv1 { s, 1 }; in main() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/strings/string.view/string.view.template/
H A Dends_with.string_view.pass.cpp26 SV sv1 { s + 4, 1 }; in main() local
68 constexpr SV sv1 { s + 4, 1 }; in main() local
H A Dstarts_with.string_view.pass.cpp26 SV sv1 { s, 1 }; in main() local
68 constexpr SV sv1 { s, 1 }; in main() local
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/strings/string.view/string.view.template/
H A Dends_with.string_view.pass.cpp26 SV sv1 { s + 4, 1 }; in main() local
68 constexpr SV sv1 { s + 4, 1 }; in main() local

12345678910>>...42