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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/mesa/src/
SConstruct 84 env.Append(CPPPATH = ['#include/c99'])
119 host_env.Append(CPPPATH = ['#include/c99'])
  /external/chromium_org/third_party/opus/src/
config.h.in 115 /* Use C99 variable-size arrays */
127 /* Define to the equivalent of the C99 'restrict' keyword, or to
  /external/icu4c/common/unicode/
ptypes.h 30 * According to the Linux stdint.h, the ISO C99 standard specifies that in C++ implementations
44 * If all compilers provided all of the C99 headers and types,
  /external/mesa3d/
SConstruct 84 env.Append(CPPPATH = ['#include/c99'])
119 host_env.Append(CPPPATH = ['#include/c99'])
  /bionic/libc/include/
features.h 47 /* C99 support */
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_lrint.c 40 * C99 says we should not raise a spurious inexact exception when an
  /development/ndk/platforms/android-3/include/
features.h 47 /* C99 support */
  /external/bison/m4/
wchar_h.m4 1 dnl A placeholder for ISO C99 <wchar.h>, for platforms that have issues.
67 dnl the option -std=c99 or -std=gnu99, leads to a broken <wchar.h>.
112 C99 mode. You have four options:
117 - Don't use the flags -std=c99 or -std=gnu99.
  /external/chromium/base/
port.h 20 // Per C99 7.8.14, define __STDC_CONSTANT_MACROS before including <stdint.h>
  /external/chromium_org/base/
port.h 19 // Per C99 7.8.14, define __STDC_CONSTANT_MACROS before including <stdint.h>
  /external/chromium_org/ppapi/api/
pp_stdint.idl 7 * This file provides a definition of C99 sized types
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/manifest/
nacl.scons 8 # TODO(robertm): those should not be necessary once we go -std=c99
  /external/chromium_org/third_party/cld/base/
port.h 19 // Per C99 7.8.14, define __STDC_CONSTANT_MACROS before including <stdint.h>
  /external/clang/lib/Parse/
ParseStmt.cpp 41 // C99 6.8: Statements and Blocks.
142 if (Next.is(tok::colon)) { // C99 6.8.1: labeled-statement
200 case tok::kw_case: // C99 6.8.1: labeled-statement
202 case tok::kw_default: // C99 6.8.1: labeled-statement
205 case tok::l_brace: // C99 6.8.2: compound-statement
207 case tok::semi: { // C99 6.8.3p3: expression[opt] ';'
212 case tok::kw_if: // C99 6.8.4.1: if-statement
214 case tok::kw_switch: // C99 6.8.4.2: switch-statement
217 case tok::kw_while: // C99 6.8.5.1: while-statement
219 case tok::kw_do: // C99 6.8.5.2: do-statemen
    [all...]
  /external/clang/test/Parser/
cxx-member-initializers.cpp 63 // FIXME: This should be valid in the union of C99 and C++11.
  /external/clang/test/Sema/
implicit-builtin-decl.c 26 expected-warning {{implicit declaration of function 'fprintf' is invalid in C99}}
  /external/clang/utils/
builtin-defines.c 8 RUN: for lang in -std=gnu89 -ansi -std=c99 -std=gnu99; do \
  /external/icu4c/config/
icu.pc 14 CFLAGS = -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings $(THREADSCFLAGS)
  /external/llvm/lib/Support/
IsNAN.cpp 10 // Platform-independent wrapper around C99 isnan().
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cfenv 17 This entire header is C99 / C++0X
  /ndk/sources/host-tools/sed-4.2.1/m4/
wctype.m4 3 dnl A placeholder for ISO C99 <wctype.h>, for platforms that lack it.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cinttypes 44 // For 8.11.1/1 (see C99, Note 184)
cstdint 44 // For 8.22.1/1 (see C99, Notes 219, 220, 222)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
cinttypes 36 // For 8.11.1/1 (see C99, Note 184)
cstdint 40 // For 8.22.1/1 (see C99, Notes 219, 220, 222)

Completed in 682 milliseconds

1 2 3 4 5 67 8 91011>>