/llvm-project/clang/test/AST/ |
H A D | ast-dump-wchar.cpp | 20 wchar_t wc[] = L"test\0\\\"\t\a\b\234\u1234\xffffffff"; // \ variable
|
/llvm-project/clang/test/CodeGen/ |
H A D | string-literal-short-wstring.c | 35 wchar_t wc = L'\uF00B'; in main() local
|
H A D | char-literal.c | 60 wchar_t wc = L'\uF00B'; in main() local
|
/llvm-project/clang/test/SemaObjC/ |
H A D | mrc-weak.m | 7 @property (weak) id wc; // expected-note {{property declared here}} property
|
/llvm-project/libcxx/include/__locale_dir/locale_base_api/ |
H A D | bsd_locale_defaults.h |
|
/llvm-project/clang/test/SemaCXX/ |
H A D | constexpr-printing.cpp | 83 constexpr wchar_t wc = get(L"test\0\\\"\t\a\b\234\u1234\xffffffff"); // \ variable
|
/llvm-project/libcxx/src/support/win32/ |
H A D | locale_win32.cpp | 50 wcrtomb_l(char * __restrict s,wchar_t wc,mbstate_t * __restrict ps,locale_t loc) wcrtomb_l() argument
|
/llvm-project/third-party/unittest/googletest/src/ |
H A D | gtest-printers.cc | 281 void PrintTo(wchar_t wc, ostream* os) { PrintCharAndCodeTo(wc, os); } in PrintTo()
|
/llvm-project/clang/test/Analysis/ |
H A D | taint-generic.c | 744 wchar_t wc = getchar(); testWctomb() local 753 wchar_t wc = getchar(); testWcwidth() local
|
/llvm-project/libcxx/src/ |
H A D | locale.cpp | 1990 uint32_t wc = *frm_nxt; ucs4_to_utf8() local 2224 uint16_t wc = *frm_nxt; ucs2_to_utf8() local 2392 uint32_t wc = *frm_nxt; ucs4_to_utf16be() local 2506 uint32_t wc = *frm_nxt; ucs4_to_utf16le() local 2620 uint16_t wc = *frm_nxt; ucs2_to_utf16be() local 2694 uint16_t wc = *frm_nxt; ucs2_to_utf16le() local [all...] |
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1673 INTERCEPTOR(wchar_t *,wcschr,void * s,wchar_t wc,void * ps) INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 2170 wchar_t wc; in TEST() local
|
/llvm-project/flang/lib/Lower/ |
H A D | Bridge.cpp | 5703 __anonc6773cb57102(const Fortran::common::Indirection< Fortran::parser::WhereConstruct> &wc) analyzeExplicitSpace() argument
|