HomeSort by relevance Sort by last modified time
    Searched full:note (Results 351 - 375 of 18033) sorted by null

<<11121314151617181920>>

  /external/clang/test/SemaCXX/
attr-after-definition.cpp 5 bool f0(X) { return true; } // expected-note{{definition}}
compound-literal.cpp 5 struct S; // expected-note {{forward declaration}}
function-overloaded-redecl.cpp 8 void f (int) { } // expected-note {{previous definition is here}}
member-location.cpp 4 float a(int *); // expected-note{{passing argument to parameter here}}
microsoft-cxx0x.cpp 8 A var = { b }; // expected-warning {{ cannot be narrowed }} expected-note {{override}}
namespace.cpp 2 namespace A { // expected-note 2 {{previous definition is here}}
11 class B {}; // expected-note {{previous definition is here}} \
12 // expected-note{{candidate function (the implicit copy assignment operator)}}
14 void C(); // expected-note {{previous definition is here}}
statements.cpp 14 X x; // expected-note {{jump bypasses variable initialization}}
static-cast-complete-type.cpp 6 struct T; // expected-note{{forward declaration of 'T'}}
switch-0x.cpp 5 explicit operator int(); // expected-note{{conversion to integral type}}
type-formatting.cpp 10 template void f0<X1>(); // expected-note{{instantiation of}}
type-traits-incomplete.cpp 3 struct S; // expected-note 2 {{forward declaration of 'S'}}
undefined-internal.cpp 11 foo(); // expected-note {{used here}}
12 bar<int>(); // expected-note {{used here}}
23 foo(); // expected-note {{used here}}
24 var = 0; // expected-note {{used here}}
25 bar<int>(); // expected-note {{used here}}
61 a.foo(); // expected-note {{used here}}
63 a.baz(); // expected-note {{used here}}
67 Test() {} // expected-note 2 {{used here}}
83 B<A>::var = 0; // expected-note {{used here}}
84 B<A>::foo(); // expected-note {{used here}
    [all...]
unused-with-error.cpp 4 static void foo(int *X) { // expected-note {{candidate}}
warn-overloaded-virtual.cpp 4 virtual void foo(int); // expected-note {{declared here}}
5 virtual void foo(); // expected-note {{declared here}}
13 void foo(); // expected-note {{declared here}}
17 virtual void foo(void*); // expected-note {{declared here}}
  /external/clang/test/SemaObjC/
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 {{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}}
duplicate-property.m 6 @property (nonatomic, retain) id x; // expected-note{{property declared here}}
forward-class-1.m 3 @class FOO, BAR; // expected-note {{forward declaration of class here}}
17 @interface INTF2 : INTF1 // expected-note {{previous definition is here}}
34 typedef NSObject <XCElementP> XCElement; // expected-note {{previous definition is here}}
49 @class B; // expected-note {{forward declaration of class here}}
invalid-typename.m 10 truthPullers:(bycopy NSDictionary /* NSString -> [NSString] */ *)truthPullers; // expected-error{{expected ')'}} expected-note {{to match this '('}}
objc-container-subscripting-3.m 5 - (int)objectAtIndexedSubscript:(int)index; // expected-note {{method 'objectAtIndexedSubscript:' declared here}}
6 - (void)setObject:(int)object atIndexedSubscript:(int)index; // expected-note {{parameter of type 'int' is declared here}}
10 - (int)objectForKeyedSubscript:(id)key; // expected-note {{method 'objectForKeyedSubscript:' declared here}}
11 - (void)setObject:(int)object forKeyedSubscript:(id)key; // expected-note {{parameter of type 'int' is declared here}}
qualified-protocol-method-conflicts.m 5 -(void) setX: (int) arg0; // expected-note {{previous declaration is here}}
6 +(int) C; // expected-note {{previous declaration is here}}
10 -(void) setX: (float) arg0; // expected-note 2 {{previous declaration is here}}
11 +(float) C; // expected-note 2 {{previous declaration is here}}
  /external/clang/test/SemaTemplate/
injected-class-name.cpp 25 void f0(const X0&); // expected-note{{here}}
29 void f1(const X0&); // expected-note{{here}}
33 void f2(const X0&); // expected-note{{here}}
40 void f0(const X1&); // expected-note{{here}}
instantiate-decl-dtor.cpp 10 A<int> b = 10; // expected-note {{requested here}}
instantiate-member-expr.cpp 19 Checkers.push_back(S<void *>()); // expected-note {{in instantiation of member function 'vector<S<void *> >::push_back' requested here}}
26 Eng.registerCheck(new RetainReleaseChecker); // expected-note {{in instantiation of function template specialization 'ExprEngine::registerCheck<RetainReleaseChecker>' requested here}}
50 template struct O::B<int>; // expected-note {{in instantiation}}
63 a.test2::template A<T>::foo(); // expected-note {{in instantiation}}

Completed in 884 milliseconds

<<11121314151617181920>>