HomeSort by relevance Sort by last modified time
    Searched full:redefinition (Results 101 - 125 of 363) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/test/Sema/
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'}}
warn-duplicate-enum.c 100 VALUE // expected-error{{redefinition of enumerator 'VALUE'}}
dllimport.c 78 __declspec(dllimport) int LocalRedecl1; // expected-error{{redefinition of 'LocalRedecl1' with a different type: 'int' vs 'float'}}
79 int *__attribute__((dllimport)) LocalRedecl2; // expected-error{{redefinition of 'LocalRedecl2' with a different type: 'int *' vs 'float'}}
80 int LocalRedecl3 __attribute__((dllimport)); // expected-error{{redefinition of 'LocalRedecl3' with a different type: 'int' vs 'float'}}
  /external/clang/test/SemaCXX/
cxx11-thread-local.cpp 22 extern thread_local int z; // expected-error {{redefinition of 'z' with a different type}}
dcl_ambig_res.cpp 67 void h7(int *(*_fp)(C7 _parm[10])) { } // expected-error{{redefinition}}
default1.cpp 4 void f(int i = 17); // expected-error {{redefinition of default argument}}
extern-c.cpp 28 float test3_b; // expected-error {{redefinition of 'test3_b' with a different type: 'float' vs 'int'}}
46 static float test4_c; // expected-error {{redefinition of 'test4_c' with a different type: 'float' vs 'int'}}
65 static float test5_c; // expected-error {{redefinition of 'test5_c' with a different type: 'float' vs 'int'}}
alias-template.cpp 40 template<typename Z> using U = int; // expected-error {{type alias template redefinition with different types ('int' vs 'int [42]')}}
89 template<typename U> using c = int; // expected-error {{redefinition of 'c' as different kind of symbol}}
91 template<typename U> using d = d; // expected-error {{redefinition of 'd' as different kind of symbol}}
  /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'}} \
typedef-class.m 57 @class XCElementToggler; // expected-warning {{redefinition of forward class 'XCElementToggler' of a typedef name of an object type is ignored}}
  /external/lldb/include/lldb/
lldb-python.h 13 // Python.h needs to be included before any system headers in order to avoid redefinition of macros
  /external/llvm/test/MC/AArch64/
dot-req-diagnostics.s 6 // CHECK-ERROR: warning: ignoring redefinition of register alias 'fred'
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
McTypes.h 5 * MobiCore types redefinition.
  /external/chromium_org/third_party/icu/patches/
vs2012.patch 7 * Cygwin with MSVC 9.0 also complains here about redefinition.
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
examples.cpp 286 template <> class BasicStringPiece<int> { }; // expected-error {{redefinition of 'spec_vs_expl_inst::IDS_WithDefinedTemplate::BasicStringPiece<int>'}}
316 template <> class BasicStringPiece<int> { }; // expected-error {{redefinition of 'spec_vs_expl_inst::SIS::BasicStringPiece<int>'}}
323 template <> class BasicStringPiece<int> { }; // expected-error {{redefinition of 'spec_vs_expl_inst::SDS::BasicStringPiece<int>'}}
331 template <> class BasicStringPiece<int> { }; // expected-error {{redefinition of 'spec_vs_expl_inst::SDIS::BasicStringPiece<int>'}}
  /external/clang/test/Modules/
malformed.cpp 22 // CHECK-B: b2.h:1:{{.*}} error: redefinition of 'g'
  /external/clang/test/Parser/
cxx11-user-defined-literals.cpp 118 int operator""_\u00b5s(unsigned long long) {} // expected-error {{redefinition of 'operator "" _µs'}}
122 int operator""_?(long double) {} // expected-error {{redefinition of 'operator "" _?'}}
126 int operator""_\U00010000(char) {} // expected-error {{redefinition of 'operator "" _?'}}
140 void operator""_\u212e""_\u212e(unsigned long long) {} // expected-error {{redefinition}}
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 181 * has a body, don't allow redefinition or reextern. *)
185 raise (Error "redefinition of function");
189 raise (Error "redefinition of function with different # args");
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSemanticsMessage.java 34 * redefinition.
  /external/chromium_org/third_party/qcms/src/
qcmstypes.h 60 /* Disable benign redefinition of type warning 4142 */
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
type.h 31 // Definitions to avoid ICU redefinition issue
  /external/clang/test/CXX/temp/temp.spec/
cxx1y-variable-template-no-body.cpp 23 expected-error{{redefinition of 'pi0' as different kind of symbol}}

Completed in 3712 milliseconds

1 2 3 45 6 7 8 91011>>