Home
last modified time | relevance | path

Searched refs:C99 (Results 1 – 25 of 139) sorted by relevance

123456

/external/clang/include/clang/Frontend/
DLangStandards.def44 // 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 …]
DLangStandard.h23 C99 = (1 << 2), enumerator
64 bool isC99() const { return Flags & frontend::C99; } in isC99()
/external/clang/include/clang/Basic/
DTokenKinds.def57 // 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 …]
DLangOptions.def44 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")
DDiagnosticLexKinds.td130 "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/
Dprintf.m48 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 …]
Dextern-inline.m41 dnl 'extern inline' a la ISO C99.
11 [/* _GL_INLINE is a portable alternative to ISO C99 plain 'inline'.
Dstdbool.m41 # Check for stdbool.h that conforms to C99.
40 [AC_CACHE_CHECK([for stdbool.h that conforms to C99],
Dgnulib-common.m430 [/* 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
Dinttypes.m494 # 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/
Dconfigure.ac70 [/* 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}
DREADME126 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
Dconfig.h.in115 /* Use C99 variable-size arrays */
127 /* Define to the equivalent of the C99 'restrict' keyword, or to
/external/clang/test/Sema/
Dimplicit-builtin-decl.c26 expected-warning {{implicit declaration of function 'fprintf' is invalid in C99}} in f2()
Dimplicit-decl.c13 …ed-error {{implicit declaration of function '_CFCalendarDecomposeAbsoluteTimeV' is invalid in C99}} in func()
/external/chromium_org/ppapi/generators/test_cgen/
Dstdint.idl7 * This file provides a definition of C99 sized types
/external/clang/test/Modules/
Dmodule_file_info.m11 // CHECK: C99: Yes
Dconfig_macros.m8 return bar(); // expected-warning{{implicit declaration of function 'bar' is invalid in C99}} \
/external/chromium_org/testing/gtest/xcode/Config/
DGeneral.xcconfig26 // Force C99 dialect
/external/chromium_org/ppapi/api/
Dpp_bool.idl13 * The standard bool type is not available to pre-C99 compilers, and is not
Dpp_stdint.idl7 * This file provides a definition of C99 sized types
/external/protobuf/gtest/xcode/Config/
DGeneral.xcconfig26 // Force C99 dialect
/external/chromium/testing/gtest/xcode/Config/
DGeneral.xcconfig26 // Force C99 dialect
/external/mesa3d/src/glsl/glcpp/
DREADME12 the C99 standard as available from:
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
DREADME12 the C99 standard as available from:

123456