/external/clang/include/clang/Frontend/ |
D | LangStandards.def | 44 // C99-ish modes 47 BCPLComment | C99 | Digraphs | HexFloat) 50 BCPLComment | C99 | Digraphs | HexFloat) 53 BCPLComment | C99 | Digraphs | HexFloat) 56 BCPLComment | C99 | Digraphs | HexFloat) 60 BCPLComment | C99 | Digraphs | GNUMode | HexFloat) 63 BCPLComment | C99 | Digraphs | GNUMode | HexFloat) 68 BCPLComment | C99 | C11 | Digraphs | HexFloat) 71 BCPLComment | C99 | C11 | Digraphs | HexFloat) 74 BCPLComment | C99 | C11 | Digraphs | HexFloat) [all …]
|
D | LangStandard.h | 23 C99 = (1 << 2), enumerator 63 bool isC99() const { return Flags & frontend::C99; } in isC99()
|
/external/clang/include/clang/Basic/ |
D | TokenKinds.def | 57 // C99 6.10.1 - Conditional Inclusion. 66 // C99 6.10.2 - Source File Inclusion. 70 // C99 6.10.3 - Macro Replacement. 74 // C99 6.10.4 - Line Control. 77 // C99 6.10.5 - Error Directive. 80 // C99 6.10.6 - Pragma Directive. 109 // C99 6.4.9: Comments. 112 // C99 6.4.2: Identifiers. 116 // C99 6.4.4.1: Integer Constants 117 // C99 6.4.4.2: Floating Constants [all …]
|
D | LangOptions.def | 44 LANGOPT(C99 , 1, 0, "C99") 65 BENIGN_LANGOPT(ImplicitInt, 1, !C99 && !CPlusPlus, "C89 implicit 'int'") 67 BENIGN_LANGOPT(HexFloats , 1, C99, "C99 hexadecimal float constants")
|
D | DiagnosticLexKinds.td | 136 "hexadecimal floating constants are a C99 feature">; 143 "maximum length %1 that %select{C90|ISO C99|C++}2 compilers are required to " 148 "unicode escape sequences are only valid in C99 or C++">, InGroup<Unicode>; 208 "ISO C99 requires whitespace after the macro name">, InGroup<C99>; 256 "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro">; 258 def ext_variadic_macro : Extension<"variadic macros are a C99 feature">, 274 "empty macro arguments are a C99 feature">, InGroup<C99>;
|
D | DiagnosticParseKinds.td | 71 "variable declaration in for loop is a C99-specific feature">, InGroup<C99>; 73 "compound literals are a C99-specific feature">, InGroup<C99>; 75 "Flexible array members are a C99-specific feature">, InGroup<C99>; 77 "commas at the end of enumerator lists are a C99-specific " 78 "feature">, InGroup<C99>;
|
D | DiagnosticCommonKinds.td | 82 "'long long' is an extension when C99 mode is not enabled">,
|
/external/bison/m4/ |
D | stdbool.m4 | 1 # Check for stdbool.h that conforms to C99. 38 [AC_CACHE_CHECK([for stdbool.h that conforms to C99], 114 AC_DEFINE(HAVE_STDBOOL_H, 1, [Define to 1 if stdbool.h conforms to C99.])
|
/external/clang/test/Sema/ |
D | implicit-decl.c | 13 …ed-error {{implicit declaration of function '_CFCalendarDecomposeAbsoluteTimeV' is invalid in C99}} in func()
|
D | implicit-builtin-decl.c | 26 expected-warning {{implicit declaration of function 'fprintf' is invalid in C99}} in f2()
|
/external/webkit/Source/WebCore/css/ |
D | maketokenizer | 53 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */ 70 #endif /* ! C99 */
|
/external/mksh/src/ |
D | Build.sh | 963 ac_flags 1 xc99 -xc99 'for support of ISO C99' 969 ac_flags 1 ac99 -AC99 'for support of ISO C99' 980 ac_flags 1 xc99 -c99 'for support of ISO C99' 1013 ac_flags 1 stdg99 -std=gnu99 'for support of ISO C99 + GCC extensions' 1015 ac_flags 1 stdc99 -std=c99 'for support of ISO C99'
|
/external/chromium/testing/gtest/xcode/Config/ |
D | General.xcconfig | 26 // Force C99 dialect
|
/external/protobuf/gtest/xcode/Config/ |
D | General.xcconfig | 26 // Force C99 dialect
|
/external/mesa3d/src/glsl/glcpp/ |
D | README | 12 the C99 standard as available from:
|
/external/expat/ |
D | configure.in | 113 # Checks to see if ANSI C99 CPP variable __func__ works. 118 AC_CACHE_CHECK([for an ANSI C99-conforming __func__], ac_cv_cpp_func,
|
/external/genext2fs/m4/ |
D | ac_func_snprintf.m4 | 5 dnl Checks for a fully C99 compliant snprintf, in particular checks
|
/external/libmtp/m4/ |
D | stdint.m4 | 7 dnl ones recommended to be in stdint.h in the C99 standard (e.g. uint32_t). 187 [ac_cv_stdint_result="(assuming C99 compatible system)" 233 dnl if there was no good C99 header file, do some typedef checks... 301 echo "/* whether we have a C99 compatible stdint header file */" >>$ac_stdint 625 /* The ISO C99 standard specifies that in C++ implementations these
|
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 873 bool C99orCXX = getLangOpts().C99 || getLangOpts().CPlusPlus; in ParseIfStatement() 1004 bool C99orCXX = getLangOpts().C99 || getLangOpts().CPlusPlus; in ParseSwitchStatement() 1093 bool C99orCXX = getLangOpts().C99 || getLangOpts().CPlusPlus; in ParseWhileStatement() 1161 if (getLangOpts().C99) in ParseDoStatement() 1177 (getLangOpts().C99 || getLangOpts().CPlusPlus) && in ParseDoStatement() 1251 bool C99orCXXorObjC = getLangOpts().C99 || getLangOpts().CPlusPlus || in ParseForStatement()
|
/external/stressapptest/src/ |
D | stressapptest_config.h.in | 71 /* Define to 1 if stdbool.h conforms to C99. */ 214 /* Define to the equivalent of the C99 'restrict' keyword, or to
|
/external/elfutils/ |
D | configure.ac | 67 AC_CACHE_CHECK([for gcc with C99 support], ac_cv_c99, [dnl 75 AC_MSG_ERROR([gcc with C99 support required]))
|
/external/clang/lib/Lex/ |
D | LiteralSupport.cpp | 276 if (!Features.CPlusPlus && !Features.C99 && Diags) in ProcessUCNEscape() 1351 unsigned MaxChars = Features.CPlusPlus? 65536 : Features.C99 ? 4095 : 509; in init() 1357 << (Features.CPlusPlus ? 2 : Features.C99 ? 1 : 0) in init()
|
D | PPDirectives.cpp | 188 if ((LangOpts.GNUMode || LangOpts.C99 || LangOpts.CPlusPlus) && in CheckEndOfDirective() 837 if (LangOpts.C99 || LangOpts.CPlusPlus0x) in HandleLineDirective() 1615 if (!LangOpts.C99) in ReadMacroDefinitionArgList() 1742 } else if (LangOpts.C99 || LangOpts.CPlusPlus0x) { in HandleDefineDirective()
|
/external/libvpx/nestegg/m4/ |
D | ax_create_stdint_h.m4 | 145 [ac_cv_stdint_result="(assuming C99 compatible system)" 196 dnl if there was no good C99 header file, do some typedef checks... 264 echo "/* whether we have a C99 compatible stdint header file */" >>$ac_stdint 588 /* The ISO C99 standard specifies that in C++ implementations these
|
/external/clang/ |
D | NOTES.txt | 5 C90/C99/C++ Comparisons:
|