/external/llvm/test/Assembler/ |
2002-03-08-NameCollision.ll | 9 ; Redefinition of value named 'X' in the 'int *' type plane!
|
/external/llvm/test/MC/AsmParser/ |
variables-invalid.s | 12 // CHECK: redefinition of 't2_s0'
|
/external/clang/test/SemaCXX/ |
redeclared-alias-template.cpp | 4 template<typename T> using A = char; // expected-error {{type alias template redefinition with different types ('char' vs 'int')}} 8 template<typename T2, typename T1> using B = T1; // expected-error {{type alias template redefinition with different types}}
|
namespace-alias.cpp | 8 namespace B = N; // expected-error {{redefinition of 'B' as different kind of symbol}} 11 namespace C = N; // expected-error {{redefinition of 'C'}} 43 namespace B = A2; // expected-error {{redefinition of 'B' as an alias for a different namespace}}
|
cxx1y-variable-templates_top_level.cpp | 71 template<typename T> T v; // expected-error {{redefinition of 'v' as different kind of symbol}} 75 int v; // expected-error {{redefinition of 'v' as different kind of symbol}} 79 template<typename T> T v0; // expected-error {{redefinition of 'v0'}} 82 template<typename T> int v; // expected-error {{redefinition of 'v'}} 109 extern int var; // expected-error {{redefinition of 'var' as different kind of symbol}} 116 template<typename T> int v1; // expected-error {{redefinition of 'v1' with a different type: 'int' vs 'auto'}} 118 template<typename T> T v2; // expected-error {{redefinition of 'v2'}} 240 namespace redefinition { namespace in namespace:explicit_specialization 248 template<> int pi0<int> = 10; // expected-error {{redefinition of 'pi0<int>'}} 249 template<> CONST int pi0<int> = 10; // expected-error {{redefinition of 'pi0' with a different type: 'const int' vs 'int'} [all...] |
cxx0x-defaulted-functions.cpp | 130 X::X() = default; // expected-error {{redefinition}} 131 X::X(const X&) = default; // expected-error {{redefinition}} 132 X::X(X&&) = default; // expected-error {{redefinition}} 133 X &X::operator=(const X&) = default; // expected-error {{redefinition}} 134 X &X::operator=(X&&) = default; // expected-error {{redefinition}} 135 X::~X() = default; // expected-error {{redefinition}}
|
/system/bt/ |
Android.mk | 27 # -Wno-typedef-redefinition is needed because of the way the struct typedef 39 -Wno-typedef-redefinition \
|
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/ |
p1.cpp | 47 // FIXME: error message should probably say, "redefinition of 'X0<T, U>::f0'" 48 // rather than just "redefinition of 'f0'" 50 void X0<T, U>::f0(const T&, const U&) { // expected-error{{redefinition}}
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
0008-Remove-gcc-warning-about-redefinition-of-putchar-wit.patch | 4 Subject: [PATCH 08/12] Remove gcc warning about redefinition of putchar with 14 Undefine putchar to avoid redefinition, and putchar does exist in libc.so 35 +// Undefine putchar to avoid redefinition, and putchar does exist in libc.so
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/ |
p6.cpp | 9 void C::f(int i = 3) { } // expected-error{{redefinition of default argument}}
|
p4.cpp | 24 void f0(int i = 1, // expected-error{{redefinition of default argument}} 49 void f(int, int = 5); // expected-error{{redefinition of default argument}}
|
/external/clang/test/Parser/ |
cxx-friend.cpp | 35 friend void bar() {} // expected-error {{redefinition of 'bar'}}
|
DelayedTemplateParsing.cpp | 24 void B<T>::foo5() { // expected-error {{redefinition of 'foo5'}} 47 template <class T> void foo5() {} // expected-error {{redefinition of 'foo5'}}
|
/external/clang/test/Sema/ |
predefined-function.c | 23 int bar() // expected-error {{redefinition of 'bar'}}
|
function-redecl.c | 51 void f2(int); // expected-error{{redefinition of 'f2' as different kind of symbol}} 57 void f2(int); // expected-error{{redefinition of 'f2' as different kind of symbol}} 74 int outer5(int); // expected-error{{redefinition of 'outer5' as different kind of symbol}}
|
tentative-decls.c | 23 int i1 = 2; // expected-error {{redefinition of 'i1'}} 49 int redef[11]; // expected-error{{redefinition of 'redef'}}
|
/external/llvm/test/CodeGen/MIR/X86/ |
constant-pool-item-redefinition-error.mir | 17 # CHECK: [[@LINE+1]]:18: redefinition of constant pool item '%const.0'
|
virtual-register-redefinition-error.mir | 17 # CHECK: [[@LINE+1]]:11: redefinition of virtual register '%0'
|
/external/skia/src/gpu/gl/mesa/ |
osmesa_wrapper.h | 10 // defines GL_GLEXT_PROTOTYPES. This will cause a redefinition warning if
|
/external/clang/test/SemaTemplate/ |
ms-class-specialization-class-scope.cpp | 22 template<> struct X<float> {}; // expected-error {{redefinition of 'A::X<float>'}} 46 template<> struct X<T> {}; // expected-error {{redefinition of 'X<float>'}}
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
codegen.ml | 59 * has a body, don't allow redefinition or reextern. *) 63 raise (Error "redefinition of function"); 67 raise (Error "redefinition of function with different # args");
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
codegen.ml | 59 * has a body, don't allow redefinition or reextern. *) 63 raise (Error "redefinition of function"); 67 raise (Error "redefinition of function with different # args");
|
/external/clang/test/CXX/temp/temp.decls/temp.alias/ |
p2.cpp | 27 void process(vector<T, Alloc<T>>& w) // expected-error {{redefinition of 'process'}}
|
/external/clang/test/CodeGen/ |
extern-inline.c | 6 // redefinition.
|
/external/clang/test/Frontend/ |
verify-ignore-unexpected.c | 15 float x; // expected-error {{redefinition of 'x'}} 35 // CHECK-UNEXP-NEXT: Line {{[0-9]+}}: redefinition of 'x' 44 // CHECK-NOTE-NEXT: Line {{[0-9]+}}: redefinition of 'x' 51 // CHECK-WARN-NEXT: Line {{[0-9]+}}: redefinition of 'x'
|