HomeSort by relevance Sort by last modified time
    Searched full:c99 (Results 501 - 525 of 1299) sorted by null

<<21222324252627282930>>

  /external/bison/src/
system.h 22 runs afoul of pre-C99 compilers that have <inttypes.h> or
24 afoul of pre-C99 compilers that define these macros in <limits.h>. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ctype.h 21 * ISO C99 Standard 7.4: Character handling <ctype.h>
124 /* ISO C99 introduced one new function. */
inttypes.h 20 * ISO C99: 7.8 Format conversion of integer types <inttypes.h>
45 /* The ISO C99 standard specifies that these macros must only be
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 21 * ISO C99 Standard 7.4: Character handling <ctype.h>
124 /* ISO C99 introduced one new function. */
inttypes.h 20 * ISO C99: 7.8 Format conversion of integer types <inttypes.h>
45 /* The ISO C99 standard specifies that these macros must only be
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 21 * ISO C99 Standard 7.4: Character handling <ctype.h>
124 /* ISO C99 introduced one new function. */
inttypes.h 20 * ISO C99: 7.8 Format conversion of integer types <inttypes.h>
45 /* The ISO C99 standard specifies that these macros must only be
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 224 * C99 defines the restrict type qualifier keyword, which was made available
236 * C99 defines __func__ predefined identifier, which was made available
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h 224 * C99 defines the restrict type qualifier keyword, which was made available
236 * C99 defines __func__ predefined identifier, which was made available
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
cdefs.h 224 * C99 defines the restrict type qualifier keyword, which was made available
236 * C99 defines __func__ predefined identifier, which was made available
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
cdefs.h 224 * C99 defines the restrict type qualifier keyword, which was made available
236 * C99 defines __func__ predefined identifier, which was made available
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h 224 * C99 defines the restrict type qualifier keyword, which was made available
236 * C99 defines __func__ predefined identifier, which was made available
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
cdefs.h 224 * C99 defines the restrict type qualifier keyword, which was made available
236 * C99 defines __func__ predefined identifier, which was made available
  /external/clang/lib/Sema/
SemaType.cpp 804 // C99 and C++ require a type specifier. For example, C99 6.7.2p2 says:
832 // 'long long' is a C99 or C++11 feature.
833 if (!S.getLangOpts().C99) {
851 // 'long long' is a C99 or C++11 feature.
852 if (!S.getLangOpts().C99) {
    [all...]
  /bionic/libc/tzcode/
tzfile.h 164 ** (which is allowed by C89 but not C99).
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 277 * Attempt to get strict C99 semantics for assignment with non-C99 compilers.
429 * C99 specifies that complex numbers have the same representation as
451 * The C99 standard intends x+I*y to be used for this, but x+I*y is
  /external/bison/m4/
vasnprintf.m4 70 dnl conforms to ISO C99. So check that.
wctype_h.m4 3 dnl A placeholder for ISO C99 <wctype.h>, for platforms that lack it.
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tzfile.h 174 ** (which is allowed by C89 but not C99).
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 232 platforms, because C99 provides no standard way to designate
  /external/chromium_org/third_party/ots/src/
ots.h 33 // MSVC supports C99 style variadic macros.
  /external/chromium_org/third_party/yasm/source/patched-yasm/m4/
ax_create_stdint_h.m4 130 [ac_cv_stdint_result="(assuming C99 compatible system)"
176 dnl if there was no good C99 header file, do some typedef checks...
244 echo "/* whether we have a C99 compatible stdint header file */" >>$ac_stdint
568 /* The ISO C99 standard specifies that in C++ implementations these
  /external/clang/include/clang/Basic/
DiagnosticCommonKinds.td 94 "'long long' is an extension when C99 mode is not enabled">,
DiagnosticGroups.td 46 def C99Compat : DiagGroup<"c99-compat">;
520 // A warning group for warnings about using C99 features as extensions.
521 def C99 : DiagGroup<"c99-extensions">;
TokenKinds.h 46 /// \brief Defines the possible values of an on-off-switch (C99 6.10.6p2).

Completed in 1373 milliseconds

<<21222324252627282930>>