/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-not-null-terminated-result-undef-stdc-want-lib-ext1.c | 7 #define __STDC_WANT_LIB_EXT1__ 1 macro 8 #undef __STDC_WANT_LIB_EXT1__
|
D | bugprone-not-null-terminated-result-stdc-want-lib-ext1-not-a-literal.c | 7 #define __STDC_WANT_LIB_EXT1__ ((unsigned)1) macro
|
D | bugprone-not-null-terminated-result-memcpy-before-safe.c | 12 #define __STDC_WANT_LIB_EXT1__ 1 macro
|
D | bugprone-not-null-terminated-result-wmemcpy-safe-cxx.cpp | 7 #define __STDC_WANT_LIB_EXT1__ 1 macro
|
D | bugprone-not-null-terminated-result-memcpy-safe.c | 7 #define __STDC_WANT_LIB_EXT1__ 1 macro
|
D | bugprone-not-null-terminated-result-memcpy-safe-other.c | 7 #define __STDC_WANT_LIB_EXT1__ 1 macro
|
D | bugprone-not-null-terminated-result-memcpy-safe-cxx.cpp | 7 #define __STDC_WANT_LIB_EXT1__ 1 macro
|
D | bugprone-not-null-terminated-result-wcslen.cpp | 12 #define __STDC_WANT_LIB_EXT1__ 1 macro
|
D | bugprone-not-null-terminated-result-strlen.c | 12 #define __STDC_WANT_LIB_EXT1__ 1 macro
|
/external/llvm-project/clang/lib/Headers/ |
D | stddef.h | 54 #if (defined(__STDC_WANT_LIB_EXT1__) && __STDC_WANT_LIB_EXT1__ >= 1 && \
|
D | stdint.h | 657 #if defined(__STDC_WANT_LIB_EXT1__) && __STDC_WANT_LIB_EXT1__ >= 1
|
/external/clang/lib/Headers/ |
D | stddef.h | 70 #if (defined(__STDC_WANT_LIB_EXT1__) && __STDC_WANT_LIB_EXT1__ >= 1 && \
|
D | stdint.h | 671 #if defined(__STDC_WANT_LIB_EXT1__) && __STDC_WANT_LIB_EXT1__ >= 1
|
/external/clang/test/Headers/ |
D | c11.c | 24 #define __STDC_WANT_LIB_EXT1__ 1 macro
|
D | arm64-apple-ios-types.cpp | 70 #define __STDC_WANT_LIB_EXT1__ 1 macro
|
D | x86_64-apple-macosx-types.cpp | 70 #define __STDC_WANT_LIB_EXT1__ 1 macro
|
D | thumbv7-apple-ios-types.cpp | 70 #define __STDC_WANT_LIB_EXT1__ 1 macro
|
/external/llvm-project/clang/test/Headers/ |
D | c11.c | 24 #define __STDC_WANT_LIB_EXT1__ 1 macro
|
D | x86_64-apple-macosx-types.cpp | 70 #define __STDC_WANT_LIB_EXT1__ 1 macro
|
D | arm64-apple-ios-types.cpp | 70 #define __STDC_WANT_LIB_EXT1__ 1 macro
|
D | thumbv7-apple-ios-types.cpp | 70 #define __STDC_WANT_LIB_EXT1__ 1 macro
|
/external/libaom/libaom/third_party/vector/ |
D | vector.c | 23 #define __STDC_WANT_LIB_EXT1__ 1 macro
|