OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c99
(Results
26 - 50
of
1299
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/media/camera/src/
Android.mk
21
-std=
c99
/external/clang/test/Sema/
c89.c
64
void test10 (int x[*]); /* expected-warning {{variable length arrays are a
C99
feature}} */
65
void test11 (int x[static 4]); /* expected-warning {{static array size is a
C99
feature}} */
67
void test12 (int x[const 4]) { /* expected-warning {{qualifier in array size is a
C99
feature}} */
68
int Y[x[1]]; /* expected-warning {{variable length arrays are a
C99
feature}} */
84
int test15[5] = { [2] = 1 }; /* expected-warning {{designated initializers are a
C99
feature}} */
93
struct x { int x,y[]; }; /* expected-warning {{Flexible array members are a
C99
-specific feature}} */
114
long long ll1 = /* expected-warning {{'long long' is an extension when
C99
mode is not enabled}} */
115
-42LL; /* expected-warning {{'long long' is an extension when
C99
mode is not enabled}} */
116
unsigned long long ull1 = /* expected-warning {{'long long' is an extension when
C99
mode is not enabled}} */
117
42ULL; /* expected-warning {{'long long' is an extension when
C99
mode is not enabled}} *
[
all
...]
expr-comma-c99.c
1
// RUN: %clang_cc1 %s -fsyntax-only -verify -std=
c99
-Wno-sizeof-array-decay
14
// comma does array/function promotion in
c99
.
builtins-gnu-mode.c
1
// RUN: %clang_cc1 -fsyntax-only -verify -std=
c99
%s
for.c
3
// Check
C99
6.8.5p3
warn-vla.c
1
// RUN: %clang_cc1 -std=
c99
-fsyntax-only -verify -Wvla %s
implicit-decl.c
13
expected-error {{implicit declaration of function '_CFCalendarDecomposeAbsoluteTimeV' is invalid in
C99
}}
16
printg("Hello, World!\n"); // expected-error{{implicit declaration of function 'printg' is invalid in
C99
}} \
30
formatd("Hello, World!\n"); // expected-error{{implicit declaration of function 'formatd' is invalid in
C99
}} \
/external/chromium_org/tools/gyp/test/mac/cflags/
test.gyp
26
'GCC_C_LANGUAGE_STANDARD': '
c99
',
49
'GCC_C_LANGUAGE_STANDARD': '
c99
',
71
'GCC_C_LANGUAGE_STANDARD': '
c99
',
93
'GCC_C_LANGUAGE_STANDARD': '
c99
',
115
'GCC_C_LANGUAGE_STANDARD': '
c99
',
/external/clang/test/Lexer/
c90.c
5
0x0p-1 /* expected-error {{hexadecimal floating constants are a
C99
feature}} */
32
(void)L"\u1234"; // expected-error {{universal character names are only valid in
C99
or C++}}
33
(void)L'\u1234'; // expected-error {{universal character names are only valid in
C99
or C++}}
43
#define MY_UCN \u00FC // expected-warning {{universal character names are only valid in
C99
or C++; treating as '\' followed by identifier}}
46
extern int idWithUCN\u00FC; // expected-warning {{universal character names are only valid in
C99
or C++; treating as '\' followed by identifier}} expected-error {{expected ';'}}
/external/clang/test/Preprocessor/
utf8-allowed-chars.c
1
// RUN: %clang_cc1 %s -fsyntax-only -std=
c99
-verify
10
extern char aŠ; //
C99
, C11, C++11
12
extern char a?; //
C99
, C++03, C11, C++11
21
extern char ?; // disallowed initially in C11/C++11, always in
C99
/C++03
51
// expected-warning@9 {{using this character in an identifier is incompatible with
C99
}}
52
// expected-warning@11 {{using this character in an identifier is incompatible with
C99
}}
54
// expected-warning@14 {{using this character in an identifier is incompatible with
C99
}}
55
// expected-warning@20 {{starting an identifier with this character is incompatible with
C99
}}
59
//
C99
ucn-allowed-chars.c
1
// RUN: %clang_cc1 %s -fsyntax-only -std=
c99
-verify
8
extern char a\u00AA; //
C99
, C11, C++11
10
extern char a\u0E50; //
C99
, C++03, C11, C++11
19
extern char \u0300; // disallowed initially in C11/C++11, always in
C99
/C++03
61
// expected-warning@7 {{using this character in an identifier is incompatible with
C99
}}
62
// expected-warning@9 {{using this character in an identifier is incompatible with
C99
}}
64
// expected-warning@18 {{starting an identifier with this character is incompatible with
C99
}}
69
//
C99
c99-6_10_3_4_p7.c
1
// Example from
C99
6.10.3.4p7
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
u_compiler.h
19
/*
C99
supports inline keyword */
21
/*
C99
supports inline keyword */
/external/icu4c/config/
pkgdata.inc
7
COMPILE=gcc -ffunction-sections -fdata-sections -D_REENTRANT -DU_ATTRIBUTE_DEPRECATED= -O2 -Wall -std=
c99
-pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -c
9
GENLIB=gcc -O2 -Wall -std=
c99
-pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wl,--gc-sections -shared -Wl,-Bsymbolic
/external/icu4c/test/testdata/
pkgdata.inc
7
COMPILE=gcc -ffunction-sections -fdata-sections -D_REENTRANT -DU_ATTRIBUTE_DEPRECATED= -O2 -Wall -std=
c99
-pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -c
9
GENLIB=gcc -O2 -Wall -std=
c99
-pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wl,--gc-sections -shared -Wl,-Bsymbolic
/external/mesa3d/src/mapi/mapi/
u_compiler.h
19
/*
C99
supports inline keyword */
21
/*
C99
supports inline keyword */
/external/clang/test/CodeGen/
linkage-redecl.c
10
//
C99
6.2.2p3
2004-06-17-UnorderedCompares.c
1
// RUN: %clang_cc1 -std=
c99
%s -emit-llvm -o - | grep -v llvm.isunordered | not grep call
/external/clang/test/Frontend/
hexagon-target-basic.c
8
int x; // In
C99
, a translation unit needs to have at least one declaration.
/external/clang/test/Modules/
compiler_builtins_arm.m
2
// RUN: %clang_cc1 -fsyntax-only -triple thumbv7-none-linux-gnueabihf -target-abi aapcs -target-cpu cortex-a8 -mfloat-abi hard -std=
c99
-fmodules -fmodules-cache-path=%t -D__need_wint_t %s -verify
compiler_builtins.m
3
// RUN: %clang -fsyntax-only -std=
c99
-fmodules -fmodules-cache-path=%t -D__need_wint_t %s -Xclang -verify
/external/clang/test/PCH/
pch__VA_ARGS__.c
6
// CHECK-NOT: warning: __VA_ARGS__ can only appear in the expansion of a
C99
variadic macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
climits
35
LLONG_MIN //
C99
36
LLONG_MAX //
C99
37
ULLONG_MAX //
C99
/external/chromium_org/ppapi/generators/test_cgen/
stdint.h
15
* This file provides a definition of
C99
sized types
/external/clang/test/Driver/
std.c
1
// RUN: %clang -std=
c99
-trigraphs -std=gnu99 %s -E -o - | FileCheck -check-prefix=OVERRIDE %s
Completed in 516 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>