HomeSort by relevance Sort by last modified time
    Searched full:c99 (Results 326 - 350 of 1313) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/icu/source/tools/tzcode/
private.h 125 ** (glibc 2.1 and later have stdint.h, even with pre-C99 compilers.)
138 /* Pre-C99 GCC compilers define __LONG_LONG_MAX__ instead of LLONG_MAX. */
  /external/chromium_org/third_party/mesa/src/src/glsl/
s_expression.cpp 68 // Check for the special symbol '+INF', which means +Infinity. Note: C99
70 // non-C99-compliant compilers (e.g. MSVC).
  /external/clang/lib/StaticAnalyzer/Checkers/
BoolAssignmentChecker.cpp 43 if (Ty->isBooleanType()) // C++ or C99
48 TT->getDecl()->getName() == "_Bool" || // stdbool.h < C99
  /external/clang/test/Sema/
warn-type-safety.c 1 // RUN: %clang_cc1 -std=c99 -fsyntax-only -verify %s
3 // RUN: %clang_cc1 -std=c99 -fno-signed-char -fsyntax-only -verify %s
  /external/compiler-rt/
CMakeLists.txt 142 check_cxx_compiler_flag(-Wno-c99-extensions SUPPORTS_NO_C99_EXTENSIONS_FLAG)
144 list(APPEND SANITIZER_COMMON_CFLAGS -Wno-c99-extensions)
  /external/icu4c/tools/tzcode/
private.h 125 ** (glibc 2.1 and later have stdint.h, even with pre-C99 compilers.)
138 /* Pre-C99 GCC compilers define __LONG_LONG_MAX__ instead of LLONG_MAX. */
  /external/mesa3d/src/glsl/
s_expression.cpp 68 // Check for the special symbol '+INF', which means +Infinity. Note: C99
70 // non-C99-compliant compilers (e.g. MSVC).
  /external/valgrind/main/coregrind/m_demangle/
safe-ctype.h 25 - Implements all isxxx() macros required by C99.
58 /* In C99 */
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
safe-ctype.h 25 - Implements all isxxx() macros required by C99.
58 /* In C99 */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
safe-ctype.h 25 - Implements all isxxx() macros required by C99.
58 /* In C99 */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
safe-ctype.h 25 - Implements all isxxx() macros required by C99.
58 /* In C99 */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
safe-ctype.h 25 - Implements all isxxx() macros required by C99.
58 /* In C99 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
limits.h 21 * ISO C99 Standard: 7.10/5.2.4.2.1 Sizes of integer types <limits.h>
111 # endif /* ISO C99 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
limits.h 21 * ISO C99 Standard: 7.10/5.2.4.2.1 Sizes of integer types <limits.h>
111 # endif /* ISO C99 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
limits.h 21 * ISO C99 Standard: 7.10/5.2.4.2.1 Sizes of integer types <limits.h>
111 # endif /* ISO C99 */
  /external/bison/m4/
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
  /external/chromium_org/third_party/libxml/src/
trionan.c 28 * 1. Use C99 functionality when available.
378 * C99 defines isnan() as a macro. UNIX95 defines isnan() as a
449 * of C99, so we use the fp_class() function instead.
457 * C99 defines isinf() as a macro.
526 * C99 defines isfinite() as a macro.
567 * C99 defines fpclassify() and signbit() as a macros
620 * from the C99 fpclassify() macro supported on HP-UX 11.x.
  /external/clang/lib/Lex/
PPDirectives.cpp 178 // Error if defining "defined": C99 6.10.8/4, C++ [cpp.predefined]p4.
182 // Warn if undefining "__LINE__" and other builtins, per C99 6.10.8/4
217 // Add a fixit in GNU/C99/C++ mode. Don't offer a fixit for strict-C89,
222 if ((LangOpts.GNUMode || LangOpts.C99 || LangOpts.CPlusPlus) &&
402 DiscardUntilEndOfDirective(); // C99 6.10p4.
671 // C99 6.10.3p8.
674 // C99 6.10.3p11: Is this preprocessor directive in macro invocation? e.g.:
723 // C99 6.10.1 - Conditional Inclusion.
737 // C99 6.10.2 - Source File Inclusion.
745 // C99 6.10.3 - Macro Replacement
    [all...]
  /external/libvpx/libvpx/nestegg/m4/
ax_create_stdint_h.m4 38 dnl its stdint.h for non-c99 compilation and the c99-mode is not the
145 [ac_cv_stdint_result="(assuming C99 compatible system)"
149 CFLAGS="-std=c99"
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/libxml2/
trionan.c 28 * 1. Use C99 functionality when available.
378 * C99 defines isnan() as a macro. UNIX95 defines isnan() as a
449 * of C99, so we use the fp_class() function instead.
457 * C99 defines isinf() as a macro.
526 * C99 defines isfinite() as a macro.
567 * C99 defines fpclassify() and signbit() as a macros
620 * from the C99 fpclassify() macro supported on HP-UX 11.x.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
c++config.h 1038 /* Define if C99 functions or macros from <wchar.h>, <math.h>, <complex.h>,
1042 /* Define if C99 functions in <complex.h> should be used in <complex>. Using
1043 compiler builtins for these functions requires corresponding C99 library
1047 /* Define if C99 functions in <complex.h> should be used in <tr1/complex>.
1048 Using compiler builtins for these functions requires corresponding C99
1052 /* Define if C99 functions in <ctype.h> should be imported in <tr1/cctype> in
1056 /* Define if C99 functions in <fenv.h> should be imported in <tr1/cfenv> in
1060 /* Define if C99 functions in <inttypes.h> should be imported in
1064 /* Define if wchar_t C99 functions in <inttypes.h> should be imported in
1068 /* Define if C99 functions or macros in <math.h> should be imported in <cmath
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
c++config.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
c++config.h     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 1038 /* Define if C99 functions or macros from <wchar.h>, <math.h>, <complex.h>,
1042 /* Define if C99 functions in <complex.h> should be used in <complex>. Using
1043 compiler builtins for these functions requires corresponding C99 library
1047 /* Define if C99 functions in <complex.h> should be used in <tr1/complex>.
1048 Using compiler builtins for these functions requires corresponding C99
1052 /* Define if C99 functions in <ctype.h> should be imported in <tr1/cctype> in
1056 /* Define if C99 functions in <fenv.h> should be imported in <tr1/cfenv> in
1060 /* Define if C99 functions in <inttypes.h> should be imported in
1064 /* Define if wchar_t C99 functions in <inttypes.h> should be imported in
1068 /* Define if C99 functions or macros in <math.h> should be imported in <cmath
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 1038 /* Define if C99 functions or macros from <wchar.h>, <math.h>, <complex.h>,
1042 /* Define if C99 functions in <complex.h> should be used in <complex>. Using
1043 compiler builtins for these functions requires corresponding C99 library
1047 /* Define if C99 functions in <complex.h> should be used in <tr1/complex>.
1048 Using compiler builtins for these functions requires corresponding C99
1052 /* Define if C99 functions in <ctype.h> should be imported in <tr1/cctype> in
1056 /* Define if C99 functions in <fenv.h> should be imported in <tr1/cfenv> in
1060 /* Define if C99 functions in <inttypes.h> should be imported in
1064 /* Define if wchar_t C99 functions in <inttypes.h> should be imported in
1068 /* Define if C99 functions or macros in <math.h> should be imported in <cmath
    [all...]

Completed in 794 milliseconds

<<11121314151617181920>>