OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c89
(Results
26 - 50
of
540
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Headers/
float.c
1
// RUN: %clang_cc1 -fsyntax-only -verify -std=
c89
-ffreestanding %s
9
- http://port70.net/~nsz/c/
c89
/
c89
-draft.html draft of
C89
/C90 Std.
14
C89
, 2.2.4.2
/external/clang/include/clang/Frontend/
LangStandard.h
22
C89
= (1 << 1),
61
/// isC89 - Language is a superset of
C89
.
62
bool isC89() const { return Flags & frontend::
C89
; }
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h
22
C89
= (1 << 1),
62
/// isC89 - Language is a superset of
C89
.
63
bool isC89() const { return Flags & frontend::
C89
; }
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h
22
C89
= (1 << 1),
62
/// isC89 - Language is a superset of
C89
.
63
bool isC89() const { return Flags & frontend::
C89
; }
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h
22
C89
= (1 << 1),
62
/// isC89 - Language is a superset of
C89
.
63
bool isC89() const { return Flags & frontend::
C89
; }
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h
22
C89
= (1 << 1),
62
/// isC89 - Language is a superset of
C89
.
63
bool isC89() const { return Flags & frontend::
C89
; }
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h
22
C89
= (1 << 1),
62
/// isC89 - Language is a superset of
C89
.
63
bool isC89() const { return Flags & frontend::
C89
; }
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h
22
C89
= (1 << 1),
62
/// isC89 - Language is a superset of
C89
.
63
bool isC89() const { return Flags & frontend::
C89
; }
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h
22
C89
= (1 << 1),
62
/// isC89 - Language is a superset of
C89
.
63
bool isC89() const { return Flags & frontend::
C89
; }
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h
22
C89
= (1 << 1),
62
/// isC89 - Language is a superset of
C89
.
63
bool isC89() const { return Flags & frontend::
C89
; }
/prebuilts/go/darwin-x86/test/fixedbugs/
issue7746.go
99
c89
= c88 * c88
100
c90 =
c89
*
c89
98
c89
= c88 * c88
const
/prebuilts/go/linux-x86/test/fixedbugs/
issue7746.go
99
c89
= c88 * c88
100
c90 =
c89
*
c89
98
c89
= c88 * c88
const
/external/clang/test/Misc/
show-diag-options.c
7
// RUN: %clang_cc1 -fsyntax-only -std=
c89
-pedantic -fdiagnostics-show-option %s 2>&1 \
25
// Leverage the fact that all these '//'s get warned about in
C89
pedantic.
/external/clang/test/Sema/
PR16678.c
1
// RUN: %clang_cc1 -DX32TYPE=ULONG -triple powerpc-unknown-linux-gnu -std=
c89
-x c %s -verify
9
// RUN: %clang_cc1 -DX64TYPE=ULONG -triple powerpc64-unknown-linux-gnu -std=
c89
-x c %s -verify
51
// expected-warning@39 {{integer literal is too large to be represented in type 'long', interpreting as 'unsigned long' per
C89
; this literal will have type 'long long' in C99 onwards}}
52
// expected-warning@40 {{integer literal is too large to be represented in type 'long', interpreting as 'unsigned long' per
C89
; this literal will have type 'long long' in C99 onwards}}
53
// expected-warning@41 {{integer literal is too large to be represented in type 'long', interpreting as 'unsigned long' per
C89
; this literal will have type 'long long' in C99 onwards}}
87
// expected-warning@74 {{integer literal is too large to be represented in type 'long', interpreting as 'unsigned long' per
C89
; this literal will be ill-formed in C99 onwards}}
88
// expected-warning@75 {{integer literal is too large to be represented in type 'long', interpreting as 'unsigned long' per
C89
; this literal will be ill-formed in C99 onwards}}
89
// expected-warning@76 {{integer literal is too large to be represented in type 'long', interpreting as 'unsigned long' per
C89
; this literal will be ill-formed in C99 onwards}}
format-strings-c90.c
1
/* RUN: %clang_cc1 -fsyntax-only -verify -triple i386-apple-darwin9 -Wformat-non-iso -std=
c89
%s
/external/clang/test/CodeGen/
mrtd.c
1
// RUN: %clang_cc1 -mrtd -triple i386-unknown-unknown -std=
c89
-emit-llvm -o - %s 2>&1 | FileCheck %s
/external/clang/test/Frontend/
gnu-inline.c
1
// RUN: %clang_cc1 -std=
c89
-fsyntax-only -x c -E -dM %s | FileCheck --check-prefix=GNU-INLINE %s
/external/clang/test/Lexer/
long-long.cpp
1
/* RUN: %clang_cc1 -x c -std=
c89
-fsyntax-only -verify -pedantic-errors -Wno-empty-translation-unit %s
c90.c
9
int test1(int a,int b) {return a//* This is a divide followed by block comment in
c89
mode */
/external/clang/test/SemaObjC/
foreach.m
1
/* RUN: %clang_cc1 -Wall -fsyntax-only -verify -std=
c89
-pedantic %s
/external/clang/test/Preprocessor/
traditional-cpp.c
11
/* -traditional-cpp should eliminate all
C89
comments. */
13
* CHECK-COMMENTS: {{^}}/* -traditional-cpp should eliminate all
C89
comments. *{{/$}}
/external/bison/examples/calc++/
calc++-scanner.ll
11
not conform to
C89
. See Debian bug 333231
/external/harfbuzz_ng/src/hb-ucdn/
README
17
UCDN uses standard
C89
with no particular dependencies or requirements
/external/libopus/
README
126
The implementation can be compiled with either a
C89
or a C99 compiler.
127
While it does not rely on any _undefined behavior_ as defined by
C89
or
142
which is supported by most
C89
compilers).
/external/elfutils/tests/
run-readelf-dwz-multi.sh
89
language (data1)
C89
(1)
150
language (data1)
C89
(1)
210
language (data1)
C89
(1)
250
language (data1)
C89
(1)
289
language (data1)
C89
(1)
Completed in 1313 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>