HomeSort by relevance Sort by last modified time
    Searched full:only (Results 26 - 50 of 53466) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
attr-no-sanitize-memory.cpp 1 // RUN: %clang_cc1 -fsyntax-only -verify %s
18 // expected-error {{'no_sanitize_memory' attribute only applies to functions and methods}}
23 // expected-error {{'no_sanitize_memory' attribute only applies to functions and methods}}
28 // expected-error {{'no_sanitize_memory' attribute only applies to functions and methods}}
33 // expected-error {{'no_sanitize_memory' attribute only applies to functions and methods}}
37 // expected-error {{'no_sanitize_memory' attribute only applies to functions and methods}}
attr-no-sanitize-thread.cpp 1 // RUN: %clang_cc1 -fsyntax-only -verify %s
18 // expected-error {{'no_sanitize_thread' attribute only applies to functions and methods}}
23 // expected-error {{'no_sanitize_thread' attribute only applies to functions and methods}}
28 // expected-error {{'no_sanitize_thread' attribute only applies to functions and methods}}
33 // expected-error {{'no_sanitize_thread' attribute only applies to functions and methods}}
37 // expected-error {{'no_sanitize_thread' attribute only applies to functions and methods}}
shift.cpp 1 // RUN: %clang_cc1 -Wall -Wshift-sign-overflow -ffreestanding -fsyntax-only -verify %s
8 (void)(N << 30); // expected-warning {{bits to represent, but 'int' only has}}
9 (void)(30 << N); // expected-warning {{bits to represent, but 'int' only has}}
writable-strings-deprecated.cpp 1 // RUN: %clang_cc1 -fsyntax-only -Wno-deprecated-writable-strings -verify %s
2 // RUN: %clang_cc1 -fsyntax-only -fwritable-strings -verify %s
3 // RUN: %clang_cc1 -fsyntax-only -Wno-write-strings -verify %s
  /external/clang/test/Headers/
x86-intrinsics-headers.c 1 // RUN: %clang -fsyntax-only -ffreestanding %s
2 // RUN: %clang -fsyntax-only -ffreestanding -fno-lax-vector-conversions %s
3 // RUN: %clangxx -fsyntax-only -ffreestanding -x c++ %s
  /external/clang/test/PCH/
pth.c 2 // RUN: %clang_cc1 -triple i386-unknown-unknown -include-pth %t -fsyntax-only %s 2>&1 | FileCheck %s
4 #error This is the only diagnostic
6 // CHECK: This is the only diagnostic
  /external/clang/test/Sema/
attr-coldhot.c 1 // RUN: %clang_cc1 -fsyntax-only -verify %s
6 int var1 __attribute__((__cold__)); // expected-warning{{'__cold__' attribute only applies to functions}}
7 int var2 __attribute__((__hot__)); // expected-warning{{'__hot__' attribute only applies to functions}}
  /dalvik/tests/015-switch/
expected.txt 8 CORRECT (default only)
  /external/clang/test/CXX/conv/conv.ptr/
p2.cpp 1 // RUN: %clang_cc1 -fsyntax-only -verify %s
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
p8.cpp 1 // RUN: %clang_cc1 -fsyntax-only -verify %s
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p13.cpp 1 // RUN: %clang_cc1 -fsyntax-only %s
  /external/clang/test/CodeGenCXX/
namespace-aliases.cpp 1 // RUN: %clang_cc1 -emit-llvm-only %s
unary-type-trait.cpp 1 // RUN: %clang_cc1 -emit-llvm-only -verify %s
virtual-inherited-destructor.cpp 1 // RUN: %clang_cc1 %s -emit-llvm-only
  /external/clang/test/Driver/
redundant-args.c 2 // RUN: -Werror -x c -x c -fsyntax-only %s
working-directory-and-abs.c 1 // RUN: %clang -working-directory=%S %S/working-directory-and-abs.c -fsyntax-only
  /external/clang/test/Lexer/
clang-keywords.cpp 1 // RUN: %clang_cc1 -fsyntax-only -verify %s
gnu_keywords.c 1 // RUN: %clang_cc1 -DGNU_KEYWORDS -std=gnu89 -fsyntax-only -verify %s
2 // RUN: %clang_cc1 -DGNU_KEYWORDS -std=c99 -fgnu-keywords -fsyntax-only -verify %s
3 // RUN: %clang_cc1 -std=c99 -fsyntax-only -verify %s
4 // RUN: %clang_cc1 -std=gnu89 -fno-gnu-keywords -fsyntax-only -verify %s
  /external/clang/test/Parser/
CompoundStmtScope.c 1 // RUN: %clang_cc1 -fsyntax-only -verify %s
argument_scope.c 1 // RUN: %clang_cc1 -fsyntax-only %s
backtrack-crash.cpp 1 // RUN: %clang_cc1 %s -fsyntax-only -verify -pedantic
c11-noreturn.c 1 // RUN: %clang_cc1 -std=c11 -fsyntax-only -verify %s
2 // RUN: not %clang_cc1 -pedantic -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-EXT %s
7 int f() _Noreturn; // expected-error {{expected ';'}} expected-warning {{does not declare anything}} expected-error {{'_Noreturn' can only appear on functions}}
9 _Noreturn char c1; // expected-error {{'_Noreturn' can only appear on functions}}
10 char _Noreturn c2; // expected-error {{'_Noreturn' can only appear on functions}}
12 typedef _Noreturn int g(); // expected-error {{'_Noreturn' can only appear on functions}}
14 _Noreturn int; // expected-error {{'_Noreturn' can only appear on functions}} expected-warning {{does not declare anything}}
15 _Noreturn struct S; // expected-error {{'_Noreturn' can only appear on functions}}
16 _Noreturn enum E { e }; // expected-error {{'_Noreturn' can only appear on functions}}
compound_literal.c 1 // RUN: %clang_cc1 -fsyntax-only -verify %s
cxx-variadic-func.cpp 1 // RUN: %clang_cc1 -fsyntax-only %s
expressions.m 1 // RUN: %clang_cc1 -fsyntax-only -verify %s

Completed in 1303 milliseconds

12 3 4 5 6 7 8 91011>>