Searched refs:C99 (Results 1 – 25 of 139) sorted by relevance
123456
/external/clang/include/clang/Frontend/ |
D | LangStandards.def | 44 // C99-ish modes 47 LineComment | C99 | Digraphs | HexFloat) 50 LineComment | C99 | Digraphs | HexFloat) 53 LineComment | C99 | Digraphs | HexFloat) 56 LineComment | C99 | Digraphs | HexFloat) 60 LineComment | C99 | Digraphs | GNUMode | HexFloat) 63 LineComment | C99 | Digraphs | GNUMode | HexFloat) 68 LineComment | C99 | C11 | Digraphs | HexFloat) 71 LineComment | C99 | C11 | Digraphs | HexFloat) 74 LineComment | C99 | C11 | Digraphs | HexFloat) [all …]
|
D | LangStandard.h | 23 C99 = (1 << 2), enumerator 64 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") 69 BENIGN_LANGOPT(ImplicitInt, 1, !C99 && !CPlusPlus, "C89 implicit 'int'") 71 BENIGN_LANGOPT(HexFloats , 1, C99, "C99 hexadecimal float constants")
|
D | DiagnosticLexKinds.td | 130 "this character}0 is incompatible with C99">, 143 "universal character names are only valid in C99 or C++; " 146 "universal character names are only valid in C99 or C++">, InGroup<Unicode>; 174 "hexadecimal floating constants are a C99 feature">, InGroup<C99>; 186 "maximum length %1 that %select{C90|ISO C99|C++}2 compilers are required to " 191 "unicode literals are incompatible with C99">, 252 "ISO C99 requires whitespace after the macro name">, InGroup<C99>; 307 "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro">; 309 def ext_variadic_macro : Extension<"variadic macros are a C99 feature">, 325 "empty macro arguments are a C99 feature">, InGroup<C99>;
|
/external/bison/m4/ |
D | printf.m4 | 8 dnl 'L' size specifiers. (ISO C99, POSIX:2001) 17 AC_CACHE_CHECK([whether printf supports size specifiers as in C99], 89 dnl arguments together with the 'L' size specifier. (ISO C99, POSIX:2001) 137 dnl directives. (ISO C99, POSIX:2001) 246 dnl 'long double' arguments in the %f, %e, %g directives. (ISO C99, POSIX:2001) 467 dnl (ISO C99, POSIX:2001) 552 dnl directive. (ISO C99, POSIX:2001) 608 dnl directive. (ISO C99, POSIX:2001) 826 dnl (ISO C99.) See 868 dnl values with the 0 flag correctly. (ISO C99 + TC1 + TC2.) See [all …]
|
D | extern-inline.m4 | 1 dnl 'extern inline' a la ISO C99. 11 [/* _GL_INLINE is a portable alternative to ISO C99 plain 'inline'.
|
D | stdbool.m4 | 1 # Check for stdbool.h that conforms to C99. 40 [AC_CACHE_CHECK([for stdbool.h that conforms to C99],
|
D | gnulib-common.m4 | 30 [/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports 35 __STDC_VERSION__ tests for the C99 mode. */ 217 # understand ISO C99 source code. 225 # - When AC_PROG_CC_STDC is invoked twice, it adds the C99 enabling options 333 [/* Define to the equivalent of the C99 'restrict' keyword, or to
|
D | inttypes.m4 | 94 # The condition should work on all C99 platforms; the approximations should be 95 # good enough to work on all practical pre-C99 platforms.
|
/external/chromium_org/third_party/opus/src/ |
D | configure.ac | 70 [/* Define to the equivalent of the C99 'restrict' keyword, or to 90 AC_MSG_CHECKING(for C99 variable-size arrays) 95 AC_DEFINE([VAR_ARRAYS], [1], [Use C99 variable-size arrays]) 305 C99 var arrays: ................ ${has_var_arrays} 306 C99 lrintf: .................... ${ac_cv_func_lrintf}
|
D | README | 126 The implementation can be compiled with either a C89 or a C99 compiler. 128 C99, it relies on common _implementation-defined behavior_ for two's 141 o The compiler provides a 64-bit integer type (a C99 requirement
|
D | config.h.in | 115 /* Use C99 variable-size arrays */ 127 /* Define to the equivalent of the C99 'restrict' keyword, or to
|
/external/clang/test/Sema/ |
D | implicit-builtin-decl.c | 26 expected-warning {{implicit declaration of function 'fprintf' is invalid in C99}} in f2()
|
D | implicit-decl.c | 13 …ed-error {{implicit declaration of function '_CFCalendarDecomposeAbsoluteTimeV' is invalid in C99}} in func()
|
/external/chromium_org/ppapi/generators/test_cgen/ |
D | stdint.idl | 7 * This file provides a definition of C99 sized types
|
/external/clang/test/Modules/ |
D | module_file_info.m | 11 // CHECK: C99: Yes
|
D | config_macros.m | 8 return bar(); // expected-warning{{implicit declaration of function 'bar' is invalid in C99}} \
|
/external/chromium_org/testing/gtest/xcode/Config/ |
D | General.xcconfig | 26 // Force C99 dialect
|
/external/chromium_org/ppapi/api/ |
D | pp_bool.idl | 13 * The standard bool type is not available to pre-C99 compilers, and is not
|
D | pp_stdint.idl | 7 * This file provides a definition of C99 sized types
|
/external/protobuf/gtest/xcode/Config/ |
D | General.xcconfig | 26 // Force C99 dialect
|
/external/chromium/testing/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/chromium_org/third_party/mesa/src/src/glsl/glcpp/ |
D | README | 12 the C99 standard as available from:
|
123456