/external/clang/test/Preprocessor/ |
D | pragma_unknown.c | 9 #pragma STDC FP_CONTRACT ON 10 #pragma STDC FP_CONTRACT OFF 11 #pragma STDC FP_CONTRACT DEFAULT 12 #pragma STDC FP_CONTRACT IN_BETWEEN // expected-warning {{expected 'ON' or 'OFF' or 'DEFAULT' in p… 14 #pragma STDC FENV_ACCESS ON // expected-warning {{pragma STDC FENV_ACCESS ON is not suppor… 15 #pragma STDC FENV_ACCESS OFF 16 #pragma STDC FENV_ACCESS DEFAULT 17 #pragma STDC FENV_ACCESS IN_BETWEEN // expected-warning {{expected 'ON' or 'OFF' or 'DEFAULT' in … 19 #pragma STDC CX_LIMITED_RANGE ON 20 #pragma STDC CX_LIMITED_RANGE OFF [all …]
|
/external/pdfium/third_party/zlib_v128/ |
D | zconf.h | 189 # ifndef STDC 190 # define STDC macro 198 #if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus)) 199 # define STDC macro 201 #if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__)) 202 # define STDC macro 204 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32)) 205 # define STDC macro 207 #if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__)) 208 # define STDC macro [all …]
|
D | gzguts.h | 23 #ifdef STDC 114 #ifndef STDC
|
D | zutil.h | 26 #if defined(STDC) && !defined(Z_SOLO) 201 #if defined(STDC) && !defined(HAVE_MEMCPY) && !defined(NO_MEMCPY)
|
D | zutil.c | 91 #if defined(STDC) || defined(Z_HAVE_STDARG_H) in zlibCompileFlags() 300 #ifndef STDC
|
/external/zlib/ |
D | zconf.h | 189 # ifndef STDC 190 # define STDC macro 198 #if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus)) 199 # define STDC macro 201 #if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__)) 202 # define STDC macro 204 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32)) 205 # define STDC macro 207 #if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__)) 208 # define STDC macro [all …]
|
D | zutil.h | 24 #if defined(STDC) && !defined(Z_SOLO) 199 #if defined(STDC) && !defined(HAVE_MEMCPY) && !defined(NO_MEMCPY)
|
/external/zlib/src/ |
D | zconf.h | 189 # ifndef STDC 190 # define STDC macro 198 #if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus)) 199 # define STDC macro 201 #if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__)) 202 # define STDC macro 204 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32)) 205 # define STDC macro 207 #if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__)) 208 # define STDC macro [all …]
|
D | zconf.h.cmakein | 191 # ifndef STDC 192 # define STDC 200 #if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus)) 201 # define STDC 203 #if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__)) 204 # define STDC 206 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32)) 207 # define STDC 209 #if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__)) 210 # define STDC [all …]
|
D | zconf.h.in | 189 # ifndef STDC 190 # define STDC macro 198 #if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus)) 199 # define STDC macro 201 #if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__)) 202 # define STDC macro 204 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32)) 205 # define STDC macro 207 #if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__)) 208 # define STDC macro [all …]
|
D | gzguts.h | 23 #ifdef STDC 112 #ifndef STDC
|
D | zutil.h | 24 #if defined(STDC) && !defined(Z_SOLO) 199 #if defined(STDC) && !defined(HAVE_MEMCPY) && !defined(NO_MEMCPY)
|
D | zutil.c | 91 #if defined(STDC) || defined(Z_HAVE_STDARG_H) in zlibCompileFlags() 298 #ifndef STDC
|
D | deflate.h | 315 #if defined(GEN_TREES_H) || !defined(STDC)
|
/external/clang/test/CodeGen/ |
D | fp-contract-pragma.cpp | 7 #pragma STDC FP_CONTRACT ON in fp_contract_1() 17 #pragma STDC FP_CONTRACT ON in fp_contract_2() 28 #pragma STDC FP_CONTRACT ON in template_muladd() 40 #pragma STDC FP_CONTRACT ON in method() 50 #pragma STDC FP_CONTRACT ON 57 #pragma STDC FP_CONTRACT OFF 73 #pragma STDC FP_CONTRACT ON in fp_contract_7()
|
/external/freetype/src/gzip/ |
D | zconf.h | 80 #if (defined(MSDOS) || defined(_WINDOWS) || defined(WIN32)) && !defined(STDC) 81 # define STDC macro 84 # ifndef STDC 85 # define STDC macro 89 #ifndef STDC 143 # ifdef STDC 235 #ifdef STDC
|
D | zutil.c | 10 #ifndef STDC 159 #ifndef STDC
|
D | zutil.h | 18 #ifdef STDC 165 #if defined(STDC) && !defined(HAVE_MEMCPY) && !defined(NO_MEMCPY)
|
/external/clang/test/Parser/ |
D | pragma-fp-contract.c | 6 #pragma STDC FP_CONTRACT ON in f1() 10 #pragma STDC FP_CONTRACT OFF in f2() 11 #pragma STDC FP_CONTRACT ON in f2()
|
D | cxx11-stmt-attributes.cpp | 82 #pragma STDC FP_CONTRACT ON // expected-error {{can only appear at file scope or at the start of a … in foo()
|
/external/opencv3/3rdparty/zlib/ |
D | zconf.h.cmakein | 191 # ifndef STDC 192 # define STDC 200 #if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus)) 201 # define STDC 203 #if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__)) 204 # define STDC 206 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32)) 207 # define STDC 209 #if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__)) 210 # define STDC [all …]
|
D | gzguts.h | 23 #ifdef STDC 112 #ifndef STDC
|
D | zutil.h | 24 #if defined(STDC) && !defined(Z_SOLO) 199 #if defined(STDC) && !defined(HAVE_MEMCPY) && !defined(NO_MEMCPY)
|
D | zutil.c | 91 #if defined(STDC) || defined(Z_HAVE_STDARG_H) in zlibCompileFlags() 298 #ifndef STDC
|
/external/clang/test/Misc/ |
D | message-length.c | 28 #pragma STDC CX_LIMITED_RANGE // some long comment text and a brace, eh {}
|