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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/FixIt/
fixit-c90.c 2 RUN: %clang_cc1 -std=c90 -pedantic -fixit %t
3 RUN: %clang_cc1 -pedantic -x c -std=c90 -Werror %t
7 -pedantic -Werror -std=c90.
  /external/clang/test/Parser/
if-scope-c90.c 1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c90 %s
control-scope.c 1 // RUN: %clang_cc1 %s -std=c90 -verify
  /external/clang/test/Sema/
PR2727.c 1 // RUN: %clang_cc1 -verify -fsyntax-only -std=c90 %s
PR2728.c 1 // RUN: %clang_cc1 -verify -fsyntax-only -std=c90 %s
deref.c 1 /* RUN: %clang_cc1 -fsyntax-only -verify -std=c90 -pedantic %s
expr-comma.c 13 // comma does not promote array/function in c90 unless they are lvalues.
c89.c 77 int a = test13a().X[1]; /* expected-warning {{ISO C90 does not allow subscripting non-lvalue array}} */
78 int b = 1[test13a().X]; /* expected-warning {{ISO C90 does not allow subscripting non-lvalue array}} */
95 /* Duplicated type-qualifiers aren't allowed by C90 */
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips@loc-swap-dis.d 11 [0-9a-f]+ <[^>]*> 0c90 move a0,s0
17 [0-9a-f]+ <[^>]*> 0c90 move a0,s0
21 [0-9a-f]+ <[^>]*> 0c90 move a0,s0
27 [0-9a-f]+ <[^>]*> 0c90 move a0,s0
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue7746.go 100 c90 = c89 * c89
101 c91 = c90 * c90
131 println(c90 / c90)
99 c90 = c89 * c89 const
  /prebuilts/go/linux-x86/test/fixedbugs/
issue7746.go 100 c90 = c89 * c89
101 c91 = c90 * c90
131 println(c90 / c90)
99 c90 = c89 * c89 const
  /external/clang/test/Lexer/
c90.c 1 /* RUN: %clang_cc1 -std=c90 -fsyntax-only %s -verify -pedantic-errors
16 "sdjflksdjf lksdjf skldfjsdkljflksdjf kldsjflkdsj fldks jflsdkjfds" // expected-error{{string literal of length 845 exceeds maximum length 509 that C90 compilers are required to support}}
  /device/linaro/bootloader/edk2/MdePkg/Library/DxePciLibEsal/
DxePciLibEsal.inf 19 FILE_GUID = E3441740-3B41-4c90-9C9D-964056C7417D
  /external/expat/tests/
minicheck.h 29 /* ISO C90 does not support '__func__' predefined identifier */
  /external/clang/lib/Headers/
stdarg.h 38 * or -ansi is not specified, since it was not part of C90.
  /external/libmojo/mojo/public/c/system/tests/
core_unittest_pure_c.c 41 // MSVS before 2013 *really* only supports C90: All variables must be declared
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
stdarg.h 38 * or -ansi is not specified, since it was not part of C90.
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
stdarg.h 38 * or -ansi is not specified, since it was not part of C90.
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
stdarg.h 38 * or -ansi is not specified, since it was not part of C90.
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
stdarg.h 38 * or -ansi is not specified, since it was not part of C90.
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
stdarg.h 38 * or -ansi is not specified, since it was not part of C90.
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
stdarg.h 38 * or -ansi is not specified, since it was not part of C90.
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
stdarg.h 38 * or -ansi is not specified, since it was not part of C90.
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
stdarg.h 38 * or -ansi is not specified, since it was not part of C90.
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/
stdarg.h 38 * or -ansi is not specified, since it was not part of C90.

Completed in 362 milliseconds

1 2 3 4 5 6 7 8 91011>>