HomeSort by relevance Sort by last modified time
    Searched full:c99 (Results 901 - 925 of 1378) sorted by null

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/
mpfr.h 68 see ISO C99, 6.7.2.2#4), and in Makefile.am, AGE should be set to 0.
157 of some non-ISO C99 implementations that support these types). */
    [all...]
gmp.h 342 Usually va_list is a typedef so can't be tested directly, but C99
420 GCC 4.3 and above with -std=c99 or -std=gnu99 implements ISO C99
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h 20 * ISO C99 Standard: 7.20 General utilities <stdlib.h>
219 #endif /* ISO C99 or GCC and use MISC. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/
mpfr.h 68 see ISO C99, 6.7.2.2#4), and in Makefile.am, AGE should be set to 0.
157 of some non-ISO C99 implementations that support these types). */
    [all...]
gmp.h 342 Usually va_list is a typedef so can't be tested directly, but C99
420 GCC 4.3 and above with -std=c99 or -std=gnu99 implements ISO C99
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 20 * ISO C99 Standard: 7.20 General utilities <stdlib.h>
219 #endif /* ISO C99 or GCC and use MISC. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/
mpfr.h 68 see ISO C99, 6.7.2.2#4), and in Makefile.am, AGE should be set to 0.
157 of some non-ISO C99 implementations that support these types). */
    [all...]
gmp.h 342 Usually va_list is a typedef so can't be tested directly, but C99
420 GCC 4.3 and above with -std=c99 or -std=gnu99 implements ISO C99
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/
TODO 155 classical Bessel Functions, also noted j0, j1, jn, y0, y1, yn in C99
429 For strings longer than c99 guarantees, it might be cleaner to
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 192 * User has expressed a preference for C99 conformance...
619 * User has expressed a preference for C99 conformance...
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 177 int a[(int)DoubleFn(f)()]; // expected-error {{variable length array}} expected-warning{{C99 feature}}
536 constexpr int arr[40] = { 1, 2, 3, [8] = 4 }; // expected-warning {{C99 feature}}
893 constexpr U u[4] = { { .a = 0 }, { .b = 1 }, { .a = 2 }, { .b = 3 } }; // expected-warning 4{{C99 feature}}
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 89 // C99 6.7.8p15 (with correction from DR343), or C11 6.7.9p15:
157 // C99 6.7.8p14. We have an array of character type with unknown size
160 // Return a new array type (C99 6.7.8p22).
189 // C99 6.7.8p14.
228 /// C99 designators cause changes in the initializer list traversal,
    [all...]
SemaCodeComplete.cpp 483 /// Determine whether \p Id is a name reserved for the implementation (C99
    [all...]
DeclSpec.cpp 756 // Duplicates are permitted in C99 onwards, but are not permitted in C89 or
762 if (Lang.C99)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
cpp.info 196 you should use the `-std=c90', `-std=c99' or `-std=c11' options,
470 or `P' are new to C99. They are used for hexadecimal floating-point
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CGStmt.cpp 541 // C99 6.8.4.1: The first substatement is executed if the expression compares
641 // Evaluate the conditional in the while header. C99 6.8.5.1: The
721 // C99 6.8.5.2: "The evaluation of the controlling expression takes place
725 // C99 6.8.5p2/p4: The first substatement is executed if the expression
805 // C99 6.8.5p2/p4: The first substatement is executed if the expression
    [all...]
  /external/v8/test/webkit/
dfg-inline-arguments-use-from-all-the-places-expected.txt     [all...]
  /external/bison/src/
scan-code.c 75 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
79 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
130 #endif /* ! C99 */
146 /* C99 requires __STDC__ to be defined as 1. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-g++.1     [all...]
x86_64-w64-mingw32-gcc.1     [all...]
x86_64-w64-mingw32-cpp.1 191 you should use the \fB\-std=c90\fR, \fB\-std=c99\fR or
545 .ie n .IP """c99""" 4
547 .IX Item "c99"
730 default for C99 and \*(C+.
    [all...]
  /external/clang/docs/
UsersManual.rst 33 C99 (+TC1, TC2, TC3).
751 the C99 ``_Pragma`` operator, for example:
    [all...]
  /external/ImageMagick/MagickCore/
magick-baseconfig.h 663 /* Define to 1 if stdbool.h conforms to C99. */
    [all...]
  /external/clang/www/
cxx_status.html 385 <th align="center" colspan="3">C99 Features in C++11</th>
393 <td>C99 preprocessor</td>

Completed in 945 milliseconds

<<31323334353637383940>>