HomeSort by relevance Sort by last modified time
    Searched full:c99 (Results 126 - 150 of 1368) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/linux-x86/test/fixedbugs/
issue7746.go 109 c99 = c98 * c98
110 c100 = c99 * c99
108 c99 = c98 * c98 const
  /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/valgrind/memcheck/tests/vbit-test/
Makefile.am 40 vbit_test_CFLAGS = $(AM_CFLAGS_PRI) -std=c99
43 vbit_test_LDFLAGS = $(AM_CFLAGS_PRI) -std=c99 @LIB_UBSAN@
  /prebuilts/misc/common/swig/include/2.0.11/
stdint.i 4 * SWIG library file for ISO C99 types: 7.18 Integer types <stdint.h>
8 #include <stdint.h> // Use the C99 official header
  /external/clang/test/
cxx-sections.data     [all...]
  /device/google/contexthub/util/nanoapp_encr/
Makefile 23 $(CC) $(CC_FLAGS) -o $(APP) -std=c99 -O2 $(SRC) \
  /device/google/contexthub/util/nanoapp_postprocess/
Makefile 20 CC_FLAGS = -Wall -Wextra -Werror -I../../lib/include --std=c99
  /external/avahi/avahi-client/
Android.mk 26 -std=c99 \
  /external/avahi/avahi-common/
Android.mk 25 -std=c99 \
  /external/avahi/avahi-utils/
Android.mk 20 -std=c99 \
  /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/clang/lib/Headers/
stdint.h 33 // C99 7.18.3 Limits of other integer types
50 // so that a C library implementation which follows the C99 standard can be
76 /* C99 7.18.1.1 Exact-width integer types.
77 * C99 7.18.1.2 Minimum-width integer types.
78 * C99 7.18.1.3 Fastest minimum-width integer types.
254 /* C99 7.18.1.4 Integer types capable of holding object pointers.
274 /* C99 7.18.1.5 Greatest-width integer types.
279 /* C99 7.18.4 Macros for minimum-width integer constants.
455 /* C99 7.18.2.1 Limits of exact-width integer types.
456 * C99 7.18.2.2 Limits of minimum-width integer types
    [all...]
  /external/clang/test/CodeGen/
inline.c 23 // RUN: echo "C99 tests:"
56 // RUN: %clang_cc1 %s -triple i386-pc-win32 -O1 -disable-llvm-optzns -emit-llvm -o - -std=c99 | FileCheck %s --check-prefix=CHECK4
123 // No PR#, but this once crashed clang in C99 mode due to buggy extern inline
132 // PR10657; the test crashed in C99 mode
mandel.c 3 /* Sparc is not C99-compliant */
  /external/clang/test/Driver/
implicit-function-as-error.c 10 radar_10894044_not_declared(); // expected-error {{implicit declaration of function 'radar_10894044_not_declared' is invalid in C99}}
  /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
  /external/clang/test/Parser/
c11-noreturn.c 2 // RUN: not %clang_cc1 -std=c99 -pedantic -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-EXT %s
  /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.
  /external/clang/test/Sema/
format-strings-c90.c 11 /* TODO: Warn that the 'a' conversion specifier is a C99 feature. */
inline-redef.c 11 // rdar://9559708 (same extension in C99 mode)
overloadable-complex.c 7 // Note: GCC and EDG reject these two, but they are valid C99 conversions
  /external/clang/test/SemaCXX/
complex-overload.cpp 7 // Note: GCC and EDG reject these two, but they are valid C99 conversions

Completed in 466 milliseconds

1 2 3 4 56 7 8 91011>>