HomeSort by relevance Sort by last modified time
    Searched full:here (Results 501 - 525 of 33179) sorted by null

<<21222324252627282930>>

  /external/clang/test/PCH/
typo2.cpp 12 // expected-note@7{{'Test' declared here}}
  /external/clang/test/Parser/
DelayedTemplateParsing.cpp 13 void foo4() { } // expected-note {{previous definition is here}} expected-note {{previous definition is here}}
15 void foo5() { } // expected-note {{previous definition is here}}
46 template <class T> void foo5() {} //expected-note {{previous definition is here}}
control-scope.c 5 if (z + sizeof (enum {a})) // expected-note {{previous definition is here}}
cxx-member-init-missing-paren-crash.cpp 2 // Note: The important part here is that we don't crash, not any specific errors
  /external/clang/test/Sema/
arg-duplicate.c 6 x, // expected-note {{previous declaration is here}}
attr-availability-ios.c 3 void f0(int) __attribute__((availability(ios,introduced=2.0,deprecated=2.1))); // expected-note {{'f0' declared here}}
5 void f2(int) __attribute__((availability(ios,introduced=2.0,deprecated=3.0))); // expected-note {{'f2' declared here}}
9 void f5(int) __attribute__((availability(ios,introduced=2.0))) __attribute__((availability(ios,deprecated=3.0))); // expected-note {{'f5' declared here}}
11 void f6(int) __attribute__((availability(ios,introduced=2.0))); // expected-note {{'f6' declared here}}
attr-deprecated-message.c 4 typedef int INT1 __attribute__((deprecated("Please avoid INT1"))); // expected-note 3 {{'INT1' declared here}}
15 INT1 f1(void) __attribute__ ((deprecated("Please avoid f1"))); // expected-note {{'f1' declared here}}
18 typedef enum {red, green, blue} Color __attribute__((deprecated("Please avoid Color"))); // expected-note {{'Color' declared here}}
24 int g2 __attribute__ ((deprecated("Please avoid g2"))); // expected-note {{'g2' declared here}}
attr-visibility.c 10 struct __attribute__((visibility("hidden"))) test4; // expected-note {{previous attribute is here}}
15 struct __attribute__((visibility("hidden"))) test5; // expected-note {{previous attribute is here}}
18 void test6() __attribute__((visibility("hidden"), // expected-note {{previous attribute is here}}
21 extern int test7 __attribute__((visibility("default"))); // expected-note {{previous attribute is here}}
incompatible-sign.c 3 int a(int* x); // expected-note{{passing argument to parameter 'x' here}}
stdcall-fastcall.c 4 int __attribute__((stdcall)) var1; // expected-warning{{'stdcall' only applies to function types; type here is 'int'}}
5 int __attribute__((fastcall)) var2; // expected-warning{{'fastcall' only applies to function types; type here is 'int'}}
9 void __attribute__((stdcall)) foo4(); // expected-note{{previous declaration is here}}
10 void __attribute__((fastcall)) foo4(void); // expected-error{{function declared 'fastcall' here was previously declared 'stdcall'}}
varargs.cpp 4 void f(const string& s, ...) { // expected-note {{parameter of type 'const string &' is declared here}}
  /external/clang/test/SemaCXX/
PR10177.cpp 12 template<int N> struct S; // expected-note 2{{here}}
22 (void)func_ref<int, int&, U<1>::a>(); // expected-note {{here}}
23 (void)class_ref<int, int&, U<2>::a>(); // expected-note {{here}}
27 f<int>(); // expected-note 2{{here}}
PR7410.cpp 6 virtual BaseReturn Foo() = 0; // expected-note{{overridden virtual function is here}}
PR8385.cpp 3 // don't crash on this, but don't constrain our diagnostics here as they're
PR8755.cpp 5 typedef int iterator; // expected-note{{declared here}}
array-bounds-system-header.cpp 5 char a[3]; // expected-note 2 {{declared here}}
function-overloaded-redecl.cpp 8 void f (int) { } // expected-note {{previous definition is here}}
inline.cpp 4 // (checking C++-only constructs here)
member-location.cpp 4 float a(int *); // expected-note{{passing argument to parameter here}}
non-empty-class-size-zero.cpp 18 int zero_size_array[(sizeof(Y) == 8) -1]; // no error here!
warn-unused-variables-error.cpp 4 template<typename T> class X; // expected-note{{template is declared here}}
  /external/clang/test/SemaObjC/
attr-objc-gc.m 10 static int __attribute__((objc_gc(weak))) g; // expected-warning {{'objc_gc' only applies to pointer types; type here is 'int'}}
12 static __weak int h; // expected-warning {{'__weak' only applies to pointer types; type here is 'int'}}
16 static WEAK int h; // expected-warning {{'objc_gc' only applies to pointer types; type here is 'int'}}
18 /* expected-warning {{'__weak' only applies to pointer types; type here is 'int'}}*/ static __we\
class-def-test-1.m 7 typedef int INTF; // expected-note {{previous definition is here}}
11 @interface OBJECT @end // expected-note {{previous definition is here}}
13 @interface INTF1 : OBJECT @end // expected-note {{previous definition is here}}
19 typedef int OBJECT2; // expected-note 2 {{previous definition is here}}
class-extension-after-implementation.m 6 @implementation A @end // expected-note {{class implementation is declared here}}
class-impl-1.m 3 typedef int INTF3; // expected-note {{previous definition is here}}
5 @interface SUPER @end // expected-note {{previous definition is here}}
12 @implementation INTF @end // expected-note {{previous definition is here}}
34 @class INTF5; // expected-note{{forward declaration of class here}}

Completed in 215 milliseconds

<<21222324252627282930>>