/external/mesa3d/docs/ |
relnotes-7.10.3.html | 128 <li>mesa: add include/c99/inttypes.h include/c99/stdbool.h include/c99/stdint.h files to tarballs</li>
|
/frameworks/compile/slang/ |
README.html | 323 <p>Note that although Renderscript is C99-like, we enhance it with several 389 C99. However, llvm-rs-cc goes beyond "clang -std=c99" and provides the
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/ |
fpclassify.hpp | 30 1. If the platform is C99 compliant, then the native floating point 36 2. If the platform is not C99 compliant, and the binary format for 73 3. If the platform is not C99 compliant, and the binary format for
|
/external/elfutils/libcpu/ |
i386_lex.c | 50 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */ 54 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, 75 #endif /* ! C99 */ 115 /* C99 requires __STDC__ to be defined as 1. */ [all...] |
/external/clang/lib/AST/ |
Type.cpp | 703 /// signed, according to C99 6.2.5p4 [char, signed char, short, int, long..], 743 /// unsigned, according to C99 6.2.5p6 [which returns true for _Bool], an enum 818 // GCC allows forward declaration of enum types (forbid by C99 6.7.2.3p2). 865 /// subsumes the notion of C aggregates (C99 6.2.5p21) because it also 879 /// according to the rules of C99 6.7.5p3. It is not legal to call this on 888 /// isIncompleteType - Return true if this is an incomplete type (C99 6.2.5p1) 898 // Void is the only incomplete builtin type. Per C99 6.2.5p19, it can never 914 // forward declaration, but not a full definition (C99 6.2.5p22). 928 // An array of unknown size is an incomplete type (C99 6.2.5p22). [all...] |
Decl.cpp | 529 // (This bullet corresponds to C99 6.2.2p3.) 537 // declared to have external linkage; or (there is no equivalent in C99) 590 // C99 6.2.2p5: 673 // C99 6.2.2p4 and propagating the visibility attribute, so we don't have [all...] |
ExprClassification.cpp | 41 // C99 6.3.2.1: An lvalue is an expression with an object type or an 140 // C99 6.5.2.5p5 says that compound literals are lvalues. 454 // C99 6.5.2.3p3
|
/external/clang/www/ |
compatibility.html | 34 <li><a href="#inline">C99 inline functions</a></li> 84 <h3 id="inline">C99 inline functions</h3> 86 <p>By default, Clang builds C code according to the C99 standard, 99 <p>In C99, <code>inline</code> means that a function's definition is 146 in C++ is very different from its meaning in either GNU89 or C99.</p> 416 <p>GCC and C99 allow an array's size to be determined at run 419 compatibility with GNU C and C99 programs:</p> [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
complex | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
complex | [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
complex | [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
complex | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
complex | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
complex | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
complex | [all...] |
/external/clang/lib/Sema/ |
SemaDecl.cpp | 647 // We also allow this in C99 as an extension. [all...] |
/external/clang/lib/Lex/ |
Lexer.cpp | [all...] |
/external/clang/include/clang/AST/ |
Expr.h | 287 /// isModifiableLvalue - C99 6.3.2.1: an lvalue that does not have array type, 383 /// expression is modifiable (C99 6.3.2.1p1). 641 /// isNullPointerConstant - C99 6.3.2.3p3 - Test if this reduces down to [all...] |
/external/chromium_org/third_party/libusb/src/libusb/ |
libusbi.h | 313 [] /* valid C99 code */ 330 [] /* valid C99 code */ 481 [] /* valid C99 code */ [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
SimpleSValBuilder.cpp | 267 // in unsigned space. [C99 6.3.1.8] 542 // [C99 6.7.2.1.13] "Within a structure object, the non-bit-field 563 // See [C99 6.5.5 through 6.5.14] or [C++0x 5.6 through 5.15]. [all...] |
/external/bison/darwin-lib/ |
stdio.h | 79 where the format string directives are the ones standardized by ISO C99 92 ISO C99 and POSIX. */ 98 where the format string directives are the ones standardized by ISO C99 111 ISO C99 and POSIX. */ [all...] |
/external/bison/lib/ |
signal.in.h | 73 /* On AIX, sig_atomic_t already includes volatile. C99 requires that
|
stdio.in.h | 78 where the format string directives are the ones standardized by ISO C99 91 ISO C99 and POSIX. */ 97 where the format string directives are the ones standardized by ISO C99 110 ISO C99 and POSIX. */ [all...] |
/external/bison/linux-lib/ |
stdio.h | 79 where the format string directives are the ones standardized by ISO C99 92 ISO C99 and POSIX. */ 98 where the format string directives are the ones standardized by ISO C99 111 ISO C99 and POSIX. */ [all...] |
/external/bison/m4/ |
include_next.m4 | 146 # Use '""', not '<>', so that the /// cannot be confused with a C99 comment.
|