HomeSort by relevance Sort by last modified time
    Searched full:c89 (Results 1 - 25 of 355) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/libiberty/config/
mh-openedition 2 CC=c89
  /external/autotest/client/tests/iozone/
makefile.patch 8 -C89 = c89
11 +C89 ?= c89
  /external/e2fsprogs/lib/blkid/tests/
ext2.results 3 UUID='22f0eac3-5c89-4ec1-9076-60799119aaea'
  /external/libmicrohttpd/contrib/
xcc 2 c89 -Wc,'LANGLVL(EXTENDED),XPLINK' -Wl,'XPLINK' -D__STRING_CODE_SET__="ISO8859-1" -Wc,"ASCII" $@
  /external/clang/test/Preprocessor/
expr_comma.c 1 // Comma is not allowed in C89
2 // RUN: not %clang_cc1 -E %s -std=c89 -pedantic-errors
c90.c 1 /* RUN: %clang_cc1 %s -std=c89 -Eonly -verify -pedantic-errors
2 * RUN: %clang_cc1 %s -std=c89 -E | FileCheck %s
  /external/clang/test/Misc/
predefines.c 1 /* RUN: %clang_cc1 -fsyntax-only -verify -std=c89 -ffreestanding -pedantic-errors %s
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/
implicit-def.c 1 /* RUN: %clang_cc1 -fsyntax-only %s -std=c89
warn-vla.c 2 // RUN: %clang_cc1 -std=c89 -fsyntax-only -verify -Wvla %s
expr-comma.c 1 // RUN: %clang_cc1 %s -fsyntax-only -verify -std=c89 -Wno-sizeof-array-decay
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}}
  /external/clang/test/Headers/
c89.c 1 // RUN: %clang_cc1 -triple i386-apple-darwin10 -target-cpu yonah -fsyntax-only -verify -std=c89 %s
  /external/clang/test/Parser/
extension.c 1 /* RUN: %clang_cc1 %s -fsyntax-only -pedantic -verify -std=c89
  /external/clang/test/CodeCompletion/
call.c 9 // RUN: %clang_cc1 -std=c89 -fsyntax-only -code-completion-at=%s:6:6 %s -o - | FileCheck -check-prefix=CHECK-CC1 %s
11 // RUN: %clang_cc1 -std=c89 -fsyntax-only -code-completion-at=%s:6:9 %s -o - | FileCheck -check-prefix=CHECK-CC2 %s
13 // RUN: %clang_cc1 -std=c89 -fsyntax-only -code-completion-at=%s:8:6 %s -o - | FileCheck -check-prefix=CHECK-CC3 %s
  /external/clang/include/clang/Frontend/
LangStandards.def 22 // C89-ish modes.
23 LANGSTANDARD(c89, "c89",
25 C89 | ImplicitInt)
28 C89 | ImplicitInt)
31 C89 | ImplicitInt)
35 C89 | Digraphs | ImplicitInt)
39 LineComment | C89 | Digraphs | GNUMode | ImplicitInt)
42 LineComment | C89 | Digraphs | GNUMode | ImplicitInt)
LangStandard.h 22 C89 = (1 << 1),
61 /// isC89 - Language is a superset of C89.
62 bool isC89() const { return Flags & frontend::C89; }
  /external/llvm/test/Transforms/InstCombine/
double-float-shrink-2.ll 3 ; RUN: opt < %s -instcombine -S -mtriple "x86_64-pc-win32" | FileCheck -check-prefix=C89-SIMPLIFY %s
15 ; C89-SIMPLIFY: call float @floorf(
16 ; C89-SIMPLIFY: call float @ceilf(
17 ; C89-SIMPLIFY: call double @round(
18 ; C89-SIMPLIFY: call double @nearbyint(
  /external/clang/test/CodeGen/
c-unicode.c 3 // RUN: not %clang --target=x86_64--linux-gnu -std=c89 -S %s -o - 2>&1 | FileCheck %s -check-prefix=DENIED
mrtd.c 1 // RUN: %clang_cc1 -mrtd -triple i386-unknown-unknown -std=c89 -emit-llvm -o - %s 2>&1 | FileCheck %s
  /external/zlib/src/contrib/vstudio/vc10/
testzlibdll.vcxproj.filters 5 <UniqueIdentifier>{fa61a89f-93fc-4c89-b29e-36224b7592f4}</UniqueIdentifier>
  /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/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

Completed in 636 milliseconds

1 2 3 4 5 6 7 8 91011>>