| /llvm-project-15.0.7/libcxx/test/libcxx/strings/basic.string/ |
| H A D | sizeof.compile.pass.cpp | 55 static_assert(sizeof(test_string<char>) == 32, ""); 62 static_assert(sizeof(test_string<wchar_t>) == 32, ""); 67 static_assert(sizeof(test_string<wchar_t>) == 32, ""); 77 static_assert(sizeof(test_string<char8_t>) == 32, ""); 86 static_assert(sizeof(test_string<char16_t>) == 32, ""); 87 static_assert(sizeof(test_string<char32_t>) == 32, ""); 96 static_assert(sizeof(test_string<char>) == 24, ""); 103 static_assert(sizeof(test_string<wchar_t>) == 24, ""); 108 static_assert(sizeof(test_string<wchar_t>) == 24, ""); 118 static_assert(sizeof(test_string<char8_t>) == 24, ""); [all …]
|
| H A D | alignof.compile.pass.cpp | 57 static_assert(alignof(test_string<char>) == 8, ""); 64 static_assert(alignof(test_string<wchar_t>) == 8, ""); 69 static_assert(alignof(test_string<wchar_t>) == 8, ""); 79 static_assert(alignof(test_string<char8_t>) == 8, ""); 88 static_assert(alignof(test_string<char16_t>) == 8, ""); 89 static_assert(alignof(test_string<char32_t>) == 8, ""); 98 static_assert(alignof(test_string<char>) == 4, ""); 105 static_assert(alignof(test_string<wchar_t>) == 4, ""); 110 static_assert(alignof(test_string<wchar_t>) == 4, ""); 120 static_assert(alignof(test_string<char8_t>) == 4, ""); [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/numeric.ops/accumulate/ |
| H A D | accumulate_op.pass.cpp | 71 test_string() in test_string() function 120 test_string(); in test()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/numeric.ops/partial.sum/ |
| H A D | partial_sum_op.pass.cpp | 77 test_string() in test_string() function 143 test_string(); in test()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/numeric.ops/inner.product/ |
| H A D | inner_product_comp.pass.cpp | 85 test_string() in test_string() function 160 test_string(); in test()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/numeric.ops/adjacent.difference/ |
| H A D | adjacent_difference_op.pass.cpp | 78 test_string() in test_string() function 189 test_string(); in test()
|
| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.sorting/alg.lex.comparison/ |
| H A D | lexicographical_compare.pass.cpp | 95 test_string(Predicate pred) in test_string() function 169 test_string([](const char x, const char y) { return x < y; }); in main()
|
| /llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/ |
| H A D | PythonDataObjectsTests.cpp | 241 static const char *test_string = "PythonDataObjectsTest::TestPythonString1"; in TEST_F() local 245 PyObject *py_unicode = PyUnicode_FromString(test_string); in TEST_F() 249 EXPECT_STREQ(test_string, python_unicode.GetString().data()); in TEST_F() 276 static const char *test_string = in TEST_F() local 278 PythonString constructed_string(test_string); in TEST_F() 280 EXPECT_EQ(test_string, string_sp->GetStringValue()); in TEST_F()
|
| /llvm-project-15.0.7/clang/test/CodeGen/SystemZ/ |
| H A D | builtins-systemz-vector3.c | 44 void test_string(void) { in test_string() function
|
| H A D | builtins-systemz-vector-error.c | 65 void test_string(void) { in test_string() function
|
| H A D | builtins-systemz-zvector3.c | 379 void test_string(void) { in test_string() function
|
| H A D | builtins-systemz-vector.c | 392 void test_string(void) { in test_string() function
|
| H A D | builtins-systemz-zvector.c | 3696 void test_string(void) { in test_string() function
|
| /llvm-project-15.0.7/clang/test/FixIt/ |
| H A D | typo.cpp | 42 bool test_string(std::string s) { in test_string() function
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | identical-expressions.cpp | 1046 const char *test_string() { in test_string() function
|