OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c99
(Results
126 - 150
of
1344
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
...]
/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
/external/compiler-rt/test/BlocksRuntime/
byrefcopyint.c
23
// CONFIG rdar://6414583 -
C99
/external/dhcpcd-6.8.2/dev/
Makefile
6
CSTD?=
c99
/external/dhcpcd-6.8.2/test/
Makefile
9
CSTD?=
c99
/external/libcxx/include/
cstdarg
20
void va_copy(va_list dest, va_list src); //
C99
/external/libvpx/libvpx/vpx/
vpx_integer.h
52
/* Most platforms have the
C99
standard integer types. */
Completed in 571 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>