HomeSort by relevance Sort by last modified time
    Searched full:redefinition (Results 126 - 150 of 498) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/clang/test/Misc/
error-limit-multiple-notes.cpp 24 // CHECK-NOT: 16:8: error: redefinition of 's1'
serialized-diags-stable.c 12 // CHECK: serialized-diags-stable.c:[[@LINE+5]]:13: error: redefinition of 'bar' as different kind of symbol [] [Semantic Issue]
  /external/clang/test/Modules/
diagnostics.modulemap 8 // CHECK: diagnostics.modulemap:[[@LINE+2]]:8: error: redefinition of module 'foo'
  /external/clang/test/Parser/
cxx0x-member-initializers.cpp 8 } a; // expected-error {{redefinition}}
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/clang/test/Preprocessor/
macro_misc.c 11 // This should not produce a redefinition warning.
  /external/clang/test/Sema/
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-duplicate-enum.c 100 VALUE // expected-error{{redefinition of enumerator 'VALUE'}}
warn-main.c 17 // expected-error@+2 {{redefinition of 'main'}}
  /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'}} \
protocol-archane.m 45 // expected-error@-1{{typedef redefinition with different types ('id<SomeProtocol>' vs 'id')}}
  /external/llvm/test/CodeGen/MIR/X86/
fixed-stack-object-redefinition-error.mir 21 # CHECK: [[@LINE+1]]:11: redefinition of fixed stack object '%fixed-stack.0'
stack-object-redefinition-error.mir 27 # CHECK: [[@LINE+1]]:11: redefinition of stack object '%stack.0'
  /external/llvm/test/MC/AArch64/
dot-req-diagnostics.s 6 // CHECK-ERROR: warning: ignoring redefinition of register alias 'fred'
  /external/vboot_reference/tests/tpm_lite/
tpmtest_redefine_unowned.c 6 /* Test of protection from space redefinition when an owner is NOT present.
  /prebuilts/go/darwin-x86/src/text/template/
multi_test.go 283 if !strings.Contains(err.Error(), "redefinition") {
284 t.Fatalf("expected redefinition error; got %v", err)
289 if !strings.Contains(err.Error(), "redefinition") {
290 t.Fatalf("expected redefinition error; got %v", err)
362 if !strings.Contains(err.Error(), "redefinition") {
363 t.Fatalf("expected redefinition error; got %v", err)
  /prebuilts/go/linux-x86/src/text/template/
multi_test.go 283 if !strings.Contains(err.Error(), "redefinition") {
284 t.Fatalf("expected redefinition error; got %v", err)
289 if !strings.Contains(err.Error(), "redefinition") {
290 t.Fatalf("expected redefinition error; got %v", err)
362 if !strings.Contains(err.Error(), "redefinition") {
363 t.Fatalf("expected redefinition error; got %v", err)
  /external/clang/test/SemaCUDA/
function-overload.cu 24 int hh(void) { return 1; } // expected-error {{redefinition of 'hh'}}
32 __host__ int hdh(void) { return 4; } // expected-error {{redefinition of 'hdh'}}
35 __host__ __device__ int hhd(void) { return 5; } // expected-error {{redefinition of 'hhd'}}
40 __device__ int hdd(void) { return 6; } // expected-error {{redefinition of 'hdd'}}
43 __host__ __device__ int dhd(void) { return 7; } // expected-error {{redefinition of 'dhd'}}
49 extern "C" int chh(void) {return 11;} // expected-error {{redefinition of 'chh'}}
57 extern "C" __host__ int chhd1(void) {return 13;} // expected-error {{redefinition of 'chhd1'}}
60 extern "C" __host__ __device__ int chhd2(void) {return 12;} // expected-error {{redefinition of 'chhd2'}}
  /external/clang/test/SemaCXX/
deleted-function.cpp 11 void fn3() { // expected-error {{redefinition}}
67 void test4() = delete; // expected-error {{redefinition of 'test4'}}
dcl_ambig_res.cpp 67 void h7(int *(*_fp)(C7 _parm[10])) { } // expected-error{{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>'}}

Completed in 895 milliseconds

1 2 3 4 56 7 8 91011>>