Searched
full:note (Results
326 -
350 of
18033) sorted by null
<<11121314151617181920>>
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
p3.cpp | 4 auto lambda = [i]() -> void {}; // expected-note 3{{candidate constructor}}
|
/external/clang/test/CXX/over/over.match/over.match.best/over.best.ics/over.ics.user/ |
p3-0x.cpp | 9 operator typename identity<T>::type(); // expected-note{{candidate}}
|
/external/clang/test/CXX/over/over.over/ |
p2.cpp | 3 template<typename T> T f0(T, T); //expected-note{{candidate}}
|
/external/clang/test/CXX/special/class.inhctor/ |
p3.cpp | 17 struct D2 : B2 { // expected-note 2 {{candidate constructor}} 25 B3(void*); // expected-note {{inherited from here}} 27 struct D3 : B3 { // expected-note 2 {{candidate constructor}} 28 using B3::B3; // expected-note {{candidate constructor (inherited)}}
|
/external/clang/test/FixIt/ |
fixit-vexing-parse-cxx0x.cpp | 10 X x(); // expected-warning {{function declaration}} expected-note{{replace parentheses with an initializer}} 14 Ptr p(); // expected-warning {{function declaration}} expected-note {{replace parentheses with an initializer}} 17 char16_t u16(); // expected-warning {{function declaration}} expected-note {{replace parentheses with an initializer}} 20 char32_t u32(); // expected-warning {{function declaration}} expected-note {{replace parentheses with an initializer}}
|
/external/clang/test/Modules/ |
submodules.m | 5 // Note: transitively imports Module.Sub2.
|
/external/clang/test/PCH/ |
typo.m | 3 // In header: expected-note{{declared here}}
|
typo2.cpp | 7 void func(struct Test); // expected-note{{'Test' declared here}}
|
/external/clang/test/Parser/ |
DelayedTemplateParsing.cpp | 13 void foo4() { } // expected-note {{previous definition is here}} expected-note {{previous definition is here}} 14 void foo4() { } // expected-error {{class member cannot be redeclared}} expected-error {{redefinition of 'foo4'}} expected-note {{previous definition is here}} 45 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
|
cxx-undeclared-identifier.cpp | 7 // expected-note {{to match this '{'}} \
|
missing-end-3.m | 3 @interface blah { // expected-note {{class started here}}
|
statements.c | 34 if (0); // expected-warning {{if statement has empty body}} expected-note {{put the semicolon on a separate line to silence this warning}} 38 foo: if (0); // expected-warning {{if statement has empty body}} expected-note {{put the semicolon on a separate line to silence this warning}} 43 if (0); // expected-warning {{if statement has empty body}} expected-note {{put the semicolon on a separate line to silence this warning}} 47 if (0); // expected-warning {{if statement has empty body}} expected-note {{put the semicolon on a separate line to silence this warning}}
|
/external/clang/test/Sema/ |
arg-duplicate.c | 6 x, // expected-note {{previous declaration is here}}
|
incompatible-sign.c | 3 int a(int* x); // expected-note{{passing argument to parameter 'x' here}}
|
uninit-variables-vectors.c | 9 __m128 x, y, z, w, X; // expected-note {{variable 'x' is declared here}} expected-note {{variable 'y' is declared here}} expected-note {{variable 'w' is declared here}} expected-note {{variable 'z' is declared here}}
|
variadic-incomplete-arg-type.c | 4 typedef struct __CFError * CFErrorRef; // expected-note {{forward declaration of 'struct __CFError'}}
|
vfprintf-invalid-redecl.c | 6 char vfprintf(); // expected-warning {{incompatible redeclaration of library function 'vfprintf'}} expected-note {{'vfprintf' is a builtin}}
|
/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}}
|
PR6618.cpp | 2 class bar; // expected-note {{forward declaration of 'bar'}}
|
PR7410.cpp | 6 virtual BaseReturn Foo() = 0; // expected-note{{overridden virtual function is here}}
|
address-space-references.cpp | 6 void f0(int_1 &); // expected-note{{candidate function not viable: 1st argument ('int') is in address space 0, but parameter must be in address space 1}} \ 7 // expected-note{{candidate function not viable: 1st argument ('int_2' (aka '__attribute__((address_space(2))) int')) is in address space 2, but parameter must be in address space 1}} 8 void f0(const int_1 &); // expected-note{{candidate function not viable: 1st argument ('int') is in address space 0, but parameter must be in address space 1}} \ 9 // expected-note{{candidate function not viable: 1st argument ('int_2' (aka '__attribute__((address_space(2))) int')) is in address space 2, but parameter must be in address space 1}}
|
anonymous-struct.cpp | 4 S(); // expected-note {{because type 'S' has a user-declared constructor}}
|
array-bounds-system-header.cpp | 5 char a[3]; // expected-note 2 {{declared here}}
|
Completed in 442 milliseconds
<<11121314151617181920>>