/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
fenv.h | 20 * ISO C99 7.6: Floating-point environment <fenv.h>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
jffs2.h | 20 /* You must include something which defines the C99 uintXX_t types.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
types.h | 160 /* These types are defined by the ISO C99 header <inttypes.h>. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
fenv.h | 20 * ISO C99 7.6: Floating-point environment <fenv.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
jffs2.h | 20 /* You must include something which defines the C99 uintXX_t types.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
types.h | 160 /* These types are defined by the ISO C99 header <inttypes.h>. */
|
/prebuilts/sdk/renderscript/include/ |
rs_core.rsh | 23 * can utilize to write RenderScript code in C99. The RenderScript compute header
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pyport.h | 179 * sizeof(size_t). C99 doesn't define such a thing directly (size_t is an 191 SIZE_MAX is part of C99, so it might be defined on some 214 * C99 introduced "z" for this purpose, but not all platforms support that; 427 * I should have signed integer type. In the terminology of C99, this can [all...] |
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pyport.h | 179 * sizeof(size_t). C99 doesn't define such a thing directly (size_t is an 191 SIZE_MAX is part of C99, so it might be defined on some 214 * C99 introduced "z" for this purpose, but not all platforms support that; 427 * I should have signed integer type. In the terminology of C99, this can [all...] |
/external/clang/lib/Lex/ |
LiteralSupport.cpp | 250 // Check UCN constraints (C99 6.4.3p2) [C++11 lex.charset p2] 280 if (!Features.CPlusPlus && !Features.C99 && Diags) 412 /// integer-constant: [C99 6.4.4.1] 460 /// floating-constant: [C99 6.4.4.2] [all...] |
MacroArgs.cpp | 190 /// StringifyArgument - Implement C99 6.10.3.2p2, converting a sequence of 254 // is an invalid string literal, diagnose it as specified in C99.
|
PPMacroExpansion.cpp | 182 // examine enclosing ones (C99 5.1.1.2p4). Otherwise walk up the 242 // C99 6.10.3p10: If the preprocessing token immediately after the macro 561 // C99 6.10.3p11: Keep track of the number of l_parens we have seen. Note 615 // C99 6.10.3.4p2. 646 // Empty arguments are standard in C99 and C++0x, and are supported as an 648 if (ArgTokens.size() == ArgTokenStart && !LangOpts.C99) [all...] |
/external/clang/lib/Sema/ |
SemaStmt.cpp | 47 // C99 6.8.3p2: The expression in an expression statement is evaluated as a 301 if (!getLangOpts().C99 && !getLangOpts().CPlusPlus) { 352 // C99 6.8.4.2p3: The expression shall be an integer constant. 639 // C99 6.8.4.2p5 - Integer promotions are performed on the controlling expr. 770 // We already verified that the expression has a i-c-e value (C99 [all...] |
/external/clang/include/clang/Basic/ |
Builtins.def | 284 // C99 complex builtins 677 // C99 library functions 678 // C99 stdlib.h 685 // C99 string.h 707 // C99 stdio.h 722 // C99 [all...] |
/external/clang/lib/AST/ |
ASTContext.cpp | [all...] |
/external/clang/include/clang/AST/ |
Type.h | 110 /// * C99: const, volatile, and restrict [all...] |
/bionic/libm/include/ |
math.h | 165 * as __pure2. In C99, FENV_ACCESS affects the purity of these functions. 455 * extra long double versions of math functions for C99 and cmath
|
/external/chromium_org/build/config/compiler/ |
BUILD.gn | 67 cflags_c += [ "-std=c99" ] 222 # C99 macros on Mac and Linux.
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
port.h | 83 /* MSVC does not support C99 */ 315 return -1; /* not what C99 says to do, but what windows does */
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
port.h | 80 /* MSVC does not support C99 */ 312 return -1; /* not what C99 says to do, but what windows does */
|
/external/icu4c/ |
aclocal.m4 | 459 # We use -std=c99 to disable the gnu99 defaults and its associated warnings 460 CFLAGS="$CFLAGS -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings"
|
/frameworks/compile/slang/ |
slang.cpp | 108 // Language option (define the language feature for compiler such as C99) 158 LangOpts.C99 = 1;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
cstdint.hpp | 30 // are actually defined as per C99. 381 // boost/cstdint.hpp:428:35: error: use of C99 long long integer constant
|
/external/bison/lib/ |
time.in.h | 91 time_t to be an integer type, even though C99 permits floating
|
/external/chromium_org/base/debug/ |
stack_trace_unittest.cc | 107 // MSVC doesn't allow the use of C99's __func__ within C++, so we fake it with
|