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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpthread.so 2 Use the shared library, but some functions are only in
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libpthread.so 2 Use the shared library, but some functions are only in
  /external/clang/test/Sema/
__try.c 1 // RUN: %clang_cc1 -fborland-extensions -fsyntax-only -verify %s
148 (void)AbnormalTermination; // expected-error{{only allowed in __finally block}}
149 (void)__abnormal_termination; // expected-error{{only allowed in __finally block}}
152 (void)AbnormalTermination; // expected-error{{only allowed in __finally block}}
153 (void)__abnormal_termination; // expected-error{{only allowed in __finally block}}
165 (void)__exception_code; // expected-error{{only allowed in __except block}}
166 (void)__exception_info; // expected-error{{only allowed in __except filter expression}}
167 (void)__abnormal_termination; // expected-error{{only allowed in __finally block}}
169 (void)GetExceptionCode(); // expected-error{{only allowed in __except block}}
170 (void)GetExceptionInformation(); // expected-error{{only allowed in __except filter expression}
    [all...]
2007-10-01-BuildArrayRef.c 6 arr[0] = 1; // expected-error {{assignment of read-only location}}
18 fp[0].bar = 1; // expected-error {{ assignment of read-only member}}
anonymous-struct-union-c11.c 2 // RUN: %clang_cc1 -fsyntax-only -verify -Wc11-extensions %s
5 // RUN: %clang_cc1 -fsyntax-only -pedantic -Werror -std=c11 %s
dllimport-dllexport.c 1 // RUN: %clang_cc1 -triple i386-mingw32 -fsyntax-only -verify %s
2 // RUN: %clang_cc1 -triple x86_64-mingw32 -fsyntax-only -verify %s
7 void __attribute__((dllimport)) foo3(){} // expected-error{{dllimport attribute can be applied only to symbol declaration}}
14 typedef int __attribute__((dllexport)) type6; // expected-warning{{'dllexport' attribute only applies to variables and functions}}
16 typedef int __attribute__((dllimport)) type7; // expected-warning{{'dllimport' attribute only applies to variables and functions}}
25 void __declspec(dllimport) foo9(){} // expected-error{{dllimport attribute can be applied only to symbol declaration}}
32 typedef int __declspec(dllexport) type1; // expected-warning{{'dllexport' attribute only applies to variables and functions}}
34 typedef int __declspec(dllimport) type2; // expected-warning{{'dllimport' attribute only applies to variables and functions}}
pragma-pack-apple.c 1 // RUN: %clang -fsyntax-only %s 2>&1 | FileCheck %s
2 // RUN: %clang -fsyntax-only -fapple-pragma-pack %s 2>&1 | FileCheck -check-prefix=CHECK-APPLE %s
warn-vla.c 1 // RUN: %clang_cc1 -std=c99 -fsyntax-only -verify -Wvla %s
2 // RUN: %clang_cc1 -std=c89 -fsyntax-only -verify -Wvla %s
  /external/clang/test/ARCMT/
api.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
2 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
api.m.result 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
2 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
dispatch.m.result 1 // RUN: %clang_cc1 -fblocks -fsyntax-only -fobjc-arc -x objective-c %s.result
2 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fblocks -fsyntax-only -x objective-c %s > %t
with-arc-mode-modify.m 1 // RUN: %clang_cc1 -fsyntax-only -fobjc-arc -x objective-c %s.result
3 // RUN: %clang_cc1 -arcmt-modify -fsyntax-only -fobjc-arc -x objective-c %t
with-arc-mode-modify.m.result 1 // RUN: %clang_cc1 -fsyntax-only -fobjc-arc -x objective-c %s.result
3 // RUN: %clang_cc1 -arcmt-modify -fsyntax-only -fobjc-arc -x objective-c %t
  /external/clang/test/CodeGen/
debug-info-gline-tables-only2.c 1 // RUN: %clang_cc1 %s -gline-tables-only -S -emit-llvm -o - | FileCheck %s
2 // Checks that clang with "-gline-tables-only" emits metadata for
  /external/clang/test/Driver/
diagnostics.c 5 // RUN: -fsyntax-only -fzyzzybalubah \
9 // RUN: -fsyntax-only -fzyzzybalubah -Werror %s
gnu-runtime.m 1 // RUN: %clang -target i386-apple-darwin10 -### -fsyntax-only -fgnu-runtime %s 2>&1 | FileCheck %s
2 // RUN: %clang -target i386-apple-darwin10 -### -x objective-c++ -fsyntax-only -fgnu-runtime %s 2>&1 | FileCheck %s
  /external/clang/test/Headers/
wchar_limits.cpp 1 // RUN: %clang_cc1 -ffreestanding -fsyntax-only -verify %s
2 // RUN: %clang_cc1 -ffreestanding -fsyntax-only -verify -fshort-wchar %s
  /external/clang/test/PCH/
arc.m 2 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -include %S/Inputs/arc.h -fsyntax-only -emit-llvm-only %s
6 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -include-pch %t -fsyntax-only -emit-llvm-only %s
9 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -include-pch %t -fsyntax-only -emit-llvm-only %s 2>&1 | FileCheck -check-prefix=ERR1 %s
11 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -include-pch %t -fsyntax-only -emit-llvm-only %s 2>&1 | FileCheck -check-prefix=ERR2 %s
builtins.c 2 // RUN: %clang_cc1 -include %S/builtins.h -fsyntax-only -verify %s
6 // RUN: %clang_cc1 -include-pch %t -fsyntax-only -verify %s
chain-empty-initial-namespace.cpp 2 // RUN: %clang_cc1 -include %s -include %s -fsyntax-only %s
4 // RUN: %clang_cc1 -chain-include %s -chain-include %s -fsyntax-only %s
cxx-functions.cpp 2 // RUN: %clang_cc1 -include %S/cxx-functions.h -fsyntax-only -verify %s
5 // RUN: %clang_cc1 -include-pch %t -fsyntax-only -verify %s
ext_vector.c 2 // RUN: %clang_cc1 -include %S/ext_vector.h -fsyntax-only -verify %s
6 // RUN: %clang_cc1 -include-pch %t -fsyntax-only -verify %s
pch__VA_ARGS__.c 3 // RUN: %clang_cc1 -include-pch %t -fsyntax-only -Weverything %s 2>&1 | FileCheck %s
6 // CHECK-NOT: warning: __VA_ARGS__ can only appear in the expansion of a C99 variadic macro
replaced-decl.m 2 // RUN: %clang_cc1 -fsyntax-only -verify %s -include %s -include %s
5 // RUN: %clang_cc1 -fsyntax-only -verify %s -chain-include %s -chain-include %s
  /external/clang/test/SemaCXX/
trailing-return-0x.cpp 1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
4 struct only struct
6 only(T) {} function in struct:only
9 only(U) function in struct:only
42 only<double> p1 = i(1.0);
69 only<int> p2 = xx.f(0L);
70 only<double> p3 = xx.g(0L, 1.0);
71 only<double> p4 = xx.get_nested<double>().h(0L, 1.0, 3.14f);

Completed in 1107 milliseconds

<<11121314151617181920>>