Home
last modified time | relevance | path

Searched defs:ws (Results 1 – 19 of 19) sorted by relevance

/llvm-project/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
H A Dto_bytes.pass.cpp44 std::wstring ws(1, L'\u1005'); in test() local
63 std::wstring ws(1, *L"\U00040003"); in test() local
H A Dfrom_bytes.pass.cpp45 std::wstring ws = myconv.from_bytes('a'); in test() local
64 std::wstring ws = myconv.from_bytes('a'); in test() local
H A Dconverted.pass.cpp48 std::wstring ws = myconv.from_bytes("\xE1\x80\x85"); in test() local
65 std::wstring ws = myconv.from_bytes("\xF1\x80\x80\x83"); in test() local
H A Dctor_err_string.pass.cpp75 std::wstring ws = myconv.from_bytes('\xA5'); in main() local
/llvm-project/clang/test/Sema/
H A Dms-keyword-system-header.c10 WS ws; in fn() local
H A Dformat-strings-scanf.c65 void bad_length_modifiers(char *s, void *p, wchar_t *ws, long double *ld) { in bad_length_modifiers()
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.res.aliases/
H A Dheader_string_synop2.pass.cpp33 std::pmr::wstring ws; in main() local
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dwchar_h.compile.pass.cpp47 wchar_t* ws = 0; variable
[all...]
/llvm-project/libcxx/test/std/input.output/iostream.format/quoted.manip/
H A Dquoted_traits.compile.pass.cpp103 std::wstring ws = L"hello"; in test_std_string() local
150 std::wstring_view ws = L"hello"; in test_std_string_view() local
/llvm-project/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
H A Dtest.pass.cpp35 std::wstring ws; in main() local
/llvm-project/libcxx/test/std/strings/c.strings/
H A Dcwchar.pass.cpp46 wchar_t* ws = 0; in main() local
[all...]
/llvm-project/lldb/tools/driver/
H A DPlatform.cpp26 winsize *ws = va_arg(vl, winsize *); in ioctl() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dstring-integer-assignment.cpp30 std::wstring ws; in main() local
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bitvector_test.cpp175 uptr ws = SANITIZER_WORDSIZE; in TEST() local
/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h229 uint64_t ws = b + llvm::rotr<uint64_t>(a, 31) + c; in hash_33to64_bytes() local
/llvm-project/llvm/unittests/ADT/
H A DHashingTest.cpp125 std::wstring ws = L"Hello Wide World!"; in TEST() local
/llvm-project/clang/test/CodeGen/
H A Dstruct.c108 } ws; variable
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp704 struct winsize ws; in TEST() local
/llvm-project/flang/lib/Lower/
H A DBridge.cpp5682 analyzeExplicitSpace(const Fortran::parser::WhereConstructStmt & ws) analyzeExplicitSpace() argument