HomeSort by relevance Sort by last modified time
    Searched full:redefinition (Results 76 - 100 of 450) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/skia/src/gpu/gl/mesa/
osmesa_wrapper.h 10 // defines GL_GLEXT_PROTOTYPES. This will cause a redefinition warning if
  /external/clang/test/SemaCXX/
cxx1y-variable-templates_top_level.cpp 66 template<typename T> T v; // expected-error {{redefinition of 'v' as different kind of symbol}}
70 int v; // expected-error {{redefinition of 'v' with a different type: 'int' vs 'T'}}
74 template<typename T> T v0; // expected-error {{redefinition of 'v0'}}
77 template<typename T> int v; // expected-error {{redefinition of 'v'}}
100 template<typename T> extern int v; // expected-error {{redefinition of 'v' with a different type: 'int' vs 'T'}}
111 template<typename T> int v1; // expected-error {{redefinition of 'v1' with a different type: 'int' vs 'auto'}}
113 template<typename T> T v2; // expected-error {{redefinition of 'v2'}}
115 template<typename T> extern T v3; // expected-error {{redefinition of 'v3' with a different type: 'T' vs 'auto'}}
232 namespace redefinition { namespace in namespace:explicit_specialization
240 template<> int pi0<int> = 10; // expected-error {{redefinition of 'pi0<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}}
deleted-function.cpp 11 void fn3() { // expected-error {{redefinition}}
67 void test4() = delete; // expected-error {{redefinition of 'test4'}}
cxx11-thread-local.cpp 22 extern thread_local int z; // expected-error {{redefinition of 'z' with a different type}}
  /external/clang/test/Sema/
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'}}
alloc_size.c 24 void* fn10(size_t, size_t) __attribute__((alloc_size(1,2))); // expected-error{{redefinition of parameter}} \
block-args.c 10 int x){}); // expected-error {{redefinition of parameter 'x'}}
inline-redef.c 16 int f(int c) {return c;} // expected-error{{redefinition of 'f'}}
ms-wchar.c 12 unsigned short g; // expected-error {{redefinition of 'g' with a different type: 'unsigned short' vs '__wchar_t'}}
warn-main.c 17 // expected-error@+2 {{redefinition of 'main'}}
  /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/chromium_org/third_party/icu/source/common/
stringpiece.cpp 71 /* Microsft Visual Studios <= 8.0 complains about redefinition of this
76 * Cygwin with MSVC 9.0 also complains here about redefinition.
  /external/icu4c/common/
stringpiece.cpp 71 /* Microsft Visual Studios <= 8.0 complains about redefinition of this
76 * Cygwin with MSVC 9.0 also complains here about redefinition.
  /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/Misc/
error-limit-multiple-notes.cpp 22 // CHECK-NOT: 15:8: error: redefinition of 's1'
  /external/clang/test/Modules/
linkage-merge.m 19 // expected-error@-1{{redefinition of 'v0' with a different type: 'float' vs 'int'}}
  /external/clang/test/Parser/
recovery.cpp 50 struct Redefined { // expected-error {{redefinition}}
  /external/clang/test/Preprocessor/
macro_misc.c 11 // This should not produce a redefinition warning.
  /external/clang/test/SemaObjC/
class-impl-1.m 30 @implementation INTF3 @end // expected-error {{redefinition of 'INTF3' as different kind of symbol}}
forward-class-1.m 41 @class XCElement; // expected-warning {{redefinition of forward class 'XCElement' of a typedef name of an object type is ignored}}
method-prototype-scope.m 20 - (NSString *)doSomethingWith:(NSString *)object and:(NSArray *)object // expected-warning {{redefinition of method parameter 'object'}} \

Completed in 1460 milliseconds

1 2 34 5 6 7 8 91011>>