/llvm-project/clang/lib/Headers/ |
H A D | __stddef_wchar_t.h | 24 typedef __WCHAR_TYPE__ wchar_t; typedef
|
/llvm-project/clang/test/CodeGen/ |
H A D | wmemchr.c | 4 typedef __WCHAR_TYPE__ wchar_t; typedef
|
H A D | wmemcmp.c | 4 typedef __WCHAR_TYPE__ wchar_t; typedef
|
H A D | 2009-07-15-pad-wchar_t-array.c | 4 typedef __WCHAR_TYPE__ wchar_t; typedef
|
H A D | wchar-const.c | 6 typedef __WCHAR_TYPE__ wchar_t; typedef
|
H A D | 2003-08-21-WideString.c | 4 typedef __WCHAR_TYPE__ wchar_t; typedef
|
H A D | string-literal-short-wstring.c | 10 typedef __WCHAR_TYPE__ wchar_t; typedef
|
H A D | string-literal.c | 9 typedef __WCHAR_TYPE__ wchar_t; typedef
|
H A D | global-init.c | 42 typedef __WCHAR_TYPE__ wchar_t; typedef
|
H A D | builtin-memfns.c | 3 typedef __WCHAR_TYPE__ wchar_t; global() typedef
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cert/ |
H A D | err33-c.c | 18 typedef char wchar_t; typedef
|
/llvm-project/clang/test/Headers/ |
H A D | typedef_guards.c | 20 typedef __typeof__(*L"") wchar_t; typedef
|
/llvm-project/clang/test/Analysis/cert/ |
H A D | env31-c.c | 27 typedef char wchar_t; typedef
|
/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_interceptors.cpp | 63 INTERCEPTOR(wchar_t *,wmemset,wchar_t * dst,wchar_t v,uptr size) INTERCEPTOR() argument 81 INTERCEPTOR(wchar_t *,wmemmove,wchar_t * dst,const wchar_t * src,uptr size) INTERCEPTOR() argument 102 INTERCEPTOR(wchar_t *,wmemcpy,wchar_t * dst,const wchar_t * src,uptr size) INTERCEPTOR() argument 236 INTERCEPTOR(wchar_t *,wcsdup,const wchar_t * S) INTERCEPTOR() argument 258 INTERCEPTOR(wchar_t *,wcscpy,wchar_t * dst,const wchar_t * src) INTERCEPTOR() argument 277 INTERCEPTOR(wchar_t *,wcscat,wchar_t * dst,const wchar_t * src) INTERCEPTOR() argument 297 INTERCEPTOR(wchar_t *,wcpcpy,wchar_t * dst,const wchar_t * src) INTERCEPTOR() argument [all...] |
/llvm-project/clang/test/Sema/ |
H A D | wchar.c | 4 typedef __WCHAR_TYPE__ wchar_t; typedef
|
H A D | format-strings-ms.c | 6 typedef unsigned short wchar_t; typedef
|
H A D | string-init.c | 4 typedef int wchar_t; typedef
|
H A D | format-strings-fixit.c | 17 typedef __WCHAR_TYPE__ wchar_t; typedef
|
H A D | microsoft-varargs.c | 21 typedef __WCHAR_TYPE__ wchar_t; typedef
|
H A D | string-concat.c | 16 typedef __WCHAR_TYPE__ wchar_t; typedef
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | unsafe-functions.c | 17 typedef __WCHAR_TYPE__ wchar_t; global() typedef
|
H A D | misplaced-operator-in-strlen-in-alloc.c | 13 typedef unsigned wchar_t; typedef
|
/llvm-project/clang/test/Analysis/Inputs/ |
H A D | std-c-library-functions-POSIX.h | 5 typedef __WCHAR_TYPE__ wchar_t; typedef
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_malloc_win.cpp | 194 _CrtDbgReportW(int reportType,const wchar_t *,int,const wchar_t *,const wchar_t *,...) _CrtDbgReportW() argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | identifier-naming-standard-types.h | 54 typedef __WCHAR_TYPE__ wchar_t; // NOLINT typedef
|