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

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
fenv.h 74 /* C99 floating-point exception functions */
82 /* C99 rounding control functions */
86 /* C99 floating-point environment functions */
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
fenv.h 74 /* C99 floating-point exception functions */
82 /* C99 rounding control functions */
86 /* C99 floating-point environment functions */
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
fenv.h 74 /* C99 floating-point exception functions */
82 /* C99 rounding control functions */
86 /* C99 floating-point environment functions */
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
fenv.h 74 /* C99 floating-point exception functions */
82 /* C99 rounding control functions */
86 /* C99 floating-point environment functions */
  /external/clang/include/clang/Basic/
OperatorPrecedence.h 23 /// operators in the C99 grammar. These have been named to relate
24 /// with the C99 grammar productions. Low precedences numbers bind
  /external/llvm/lib/Support/
IsInf.cpp 1 //===-- IsInf.cpp - Platform-independent wrapper around C99 isinf() -------===//
10 // Platform-independent wrapper around C99 isinf()
  /external/clang/test/
cxx-sections.data     [all...]
  /dalvik/vm/
Inlines.h 26 * (Note C99 has different notions about what the keyword combos mean.)
  /external/bison/lib/
stdbool.in.h 35 as C99 lists that as an "obsolescent feature".
46 - In C99, casts and automatic conversions to '_Bool' or 'bool' are
52 - C99 allows the use of (_Bool)0.0 in constant expressions, but
94 "warning: _Bool is a keyword in ISO C99".
  /external/chromium_org/ppapi/api/
pp_bool.idl 13 * The standard bool type is not available to pre-C99 compilers, and is not
  /external/chromium_org/ppapi/c/
pp_bool.h 26 * The standard bool type is not available to pre-C99 compilers, and is not
pp_stdint.h 15 * This file provides a definition of C99 sized types
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
README 12 the C99 standard as available from:
  /external/clang/lib/Headers/
stdint.h 34 // C99 7.18.3 Limits of other integer types
51 // so that a C library implementation which follows the C99 standard can be
77 /* C99 7.18.1.1 Exact-width integer types.
78 * C99 7.18.1.2 Minimum-width integer types.
79 * C99 7.18.1.3 Fastest minimum-width integer types.
255 /* C99 7.18.1.4 Integer types capable of holding object pointers.
275 /* C99 7.18.1.5 Greatest-width integer types.
280 /* C99 7.18.4 Macros for minimum-width integer constants.
456 /* C99 7.18.2.1 Limits of exact-width integer types.
457 * C99 7.18.2.2 Limits of minimum-width integer types
    [all...]
  /external/clang/test/CodeGen/
inline.c 23 // RUN: echo "C99 tests:"
55 // RUN: %clang %s -target i386-unknown-unknown -O1 -emit-llvm -S -o - -std=c99 -fms-compatibility | FileCheck %s --check-prefix=CHECK4
117 // No PR#, but this once crashed clang in C99 mode due to buggy extern inline
126 // PR10657; the test crashed in C99 mode
mandel.c 3 /* Sparc is not C99-compliant */
  /external/clang/test/Lexer/
pragma-operators.cpp 3 // Test that we properly expand the C99 _Pragma and Microsoft __pragma
  /external/clang/test/Modules/
config_macros.m 8 return bar(); // expected-warning{{implicit declaration of function 'bar' is invalid in C99}} \
load_failure.c 18 // CHECK-FAILURE: error: C99 was disabled in PCH file but is currently enabled
module_file_info.m 11 // CHECK: C99: Yes
  /external/clang/test/Preprocessor/
c99-6_10_3_4_p5.c 1 // Example from C99 6.10.3.4p5
macro_disable.c 2 // Check for C99 6.10.3.4p2.
macro_misc.c 26 // This should under C99.
macro_paste_bad.c 33 int VA; // expected-warning {{__VA_ARGS__ can only appear in the expansion of a C99 variadic macro}}
  /external/clang/test/Sema/
format-strings-c90.c 11 /* TODO: Warn that the 'a' conversion specifier is a C99 feature. */

Completed in 1851 milliseconds

1 2 3 45 6 7 8 91011>>