/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glcpp-lex.c | 32 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */ 36 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, 87 #endif /* ! C99 */ 98 /* C99 requires __STDC__ to be defined as 1. */ [all...] |
/external/clang/lib/CodeGen/ |
CGStmt.cpp | 427 // C99 6.8.4.1: The first substatement is executed if the expression compares 517 // Evaluate the conditional in the while header. C99 6.8.5.1: The 588 // C99 6.8.5.2: "The evaluation of the controlling expression takes place 592 // C99 6.8.5p2/p4: The first substatement is executed if the expression 656 // C99 6.8.5p2/p4: The first substatement is executed if the expression [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/ |
gcc.info | 183 9899:1999, and is commonly known as "C99". GCC has incomplete support 186 standard, use `-std=c99' or `-std=iso9899:1999'. (While in 203 `-std=gnu99' (for C99 with GNU extensions) or `-std=gnu1x' (for C1X 206 future release when the C99 support is complete. Some features that 207 are part of the C99 standard are accepted as extensions in C90 mode. 214 and `<stddef.h>'; since AMD1, also those in `<iso646.h>'; and in C99, 216 types, added in C99, are not required for freestanding implementations. 242 implementations, nor yet all the facilities required by C99 of [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/ |
gcc.info | 183 9899:1999, and is commonly known as "C99". GCC has incomplete support 186 standard, use `-std=c99' or `-std=iso9899:1999'. (While in 203 `-std=gnu99' (for C99 with GNU extensions) or `-std=gnu1x' (for C1X 206 future release when the C99 support is complete. Some features that 207 are part of the C99 standard are accepted as extensions in C90 mode. 214 and `<stddef.h>'; since AMD1, also those in `<iso646.h>'; and in C99, 216 types, added in C99, are not required for freestanding implementations. 242 implementations, nor yet all the facilities required by C99 of [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/ |
gcc.info | 183 9899:1999, and is commonly known as "C99". GCC has incomplete support 186 standard, use `-std=c99' or `-std=iso9899:1999'. (While in 203 `-std=gnu99' (for C99 with GNU extensions) or `-std=gnu1x' (for C1X 206 future release when the C99 support is complete. Some features that 207 are part of the C99 standard are accepted as extensions in C90 mode. 214 and `<stddef.h>'; since AMD1, also those in `<iso646.h>'; and in C99, 216 types, added in C99, are not required for freestanding implementations. 242 implementations, nor yet all the facilities required by C99 of [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/ |
gcc.info | 183 9899:1999, and is commonly known as "C99". GCC has incomplete support 186 standard, use `-std=c99' or `-std=iso9899:1999'. (While in 203 `-std=gnu99' (for C99 with GNU extensions) or `-std=gnu1x' (for C1X 206 future release when the C99 support is complete. Some features that 207 are part of the C99 standard are accepted as extensions in C90 mode. 214 and `<stddef.h>'; since AMD1, also those in `<iso646.h>'; and in C99, 216 types, added in C99, are not required for freestanding implementations. 242 implementations, nor yet all the facilities required by C99 of [all...] |
/external/clang/include/clang/Sema/ |
Sema.h | [all...] |
/external/clang/include/clang/Parse/ |
Parser.h | 373 /// handles string literal concatenation, as per C99 5.1.1.2, translation [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-cpp.1 | 183 you should use the \fB\-std=c90\fR, \fB\-std=c99\fR or 537 .ie n .IP """c99""" 4 539 .IX Item "c99" 709 default for C99 and \*(C+. [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-cpp.1 | 183 you should use the \fB\-std=c90\fR, \fB\-std=c99\fR or 537 .ie n .IP """c99""" 4 539 .IX Item "c99" 709 default for C99 and \*(C+. [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-cpp.1 | 183 you should use the \fB\-std=c90\fR, \fB\-std=c99\fR or 537 .ie n .IP """c99""" 4 539 .IX Item "c99" 709 default for C99 and \*(C+. [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-cpp.1 | 183 you should use the \fB\-std=c90\fR, \fB\-std=c99\fR or 537 .ie n .IP """c99""" 4 539 .IX Item "c99" 709 default for C99 and \*(C+. [all...] |
/system/core/sh/ |
arith_lex.c | 32 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */ 49 #endif /* ! C99 */ [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_lgamma_r.c | 82 * lgamma(-inf) = inf (bug for bug compatible with C99!?)
|
/development/ndk/platforms/android-3/include/ |
math.h | 180 * as __pure2. In C99, FENV_ACCESS affects the purity of these functions.
|
/development/ndk/platforms/android-9/include/ |
math.h | 180 * as __pure2. In C99, FENV_ACCESS affects the purity of these functions.
|