Searched refs:redefinition (Results 1 – 25 of 94) sorted by relevance
1234
6 float Foo; // expected-error {{redefinition of 'Foo' as different kind of symbol}}10 typedef int Bar; // expected-error {{redefinition of 'Bar' as different kind of symbol}}18 @class OBJECT ; // expected-error {{redefinition of 'OBJECT' as different kind of symbol}}23 @interface Gorf @end // expected-error {{redefinition of 'Gorf' as different kind of symbol}} expec…25 void Gorf() // expected-error {{redefinition of 'Gorf' as different kind of symbol}}44 NSString * const TestBaz; // expected-error {{redefinition of 'TestBaz' with a different type}}
20 typedef int id; // expected-error {{typedef redefinition with different types ('int' vs 'id')}}23 typedef double id; // expected-error {{typedef redefinition with different types ('double' vs 'id'…25 typedef char *id; // expected-error {{typedef redefinition with different types ('char *' vs 'id')}}27 typedef union U{ int iu; } *id; // expected-error {{typedef redefinition with different types ('uni…
9 @interface INTF @end // expected-error {{redefinition of 'INTF' as different kind of symbol}}17 typedef int OBJECT; // expected-error {{redefinition of 'OBJECT' as different kind of symbol}}20 @interface INTF2 : OBJECT2 @end // expected-error {{redefinition of 'OBJECT2' as different kind of …22 @implementation INTF2 : OBJECT2 @end // expected-error {{redefinition of 'OBJECT2' as different kin…
13 @class PLAlbum; // expected-warning {{redefinition of forward class 'PLAlbum' of a typedef name of …
12 struct T {} X; // expected-error {{nested redefinition of 'T'}}
4 // expected-warning@-1 {{ignoring redefinition of Objective-C qualifier macro}}6 // expected-warning@-1 {{ignoring redefinition of Objective-C qualifier macro}}8 // expected-warning@-1 {{ignoring redefinition of Objective-C qualifier macro}}
8 struct S2 { int x; }; // expected-error {{redefinition}}11 struct S3 { float y; }; // expected-error {{redefinition}}
7 typedef struct { int x; } TypedefStructVisible_t; // expected-error{{typedef redefinition}}
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");
5 ; CHECK: redefinition of comdat '$v'
3 ; CHECK: error: redefinition of global '@bar'
1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | grep "redefinition of global '@B'"
1 ; RUN: not llvm-as %s -o /dev/null |& grep {redefinition of global '@B'}
14 ; CHECK: [[@LINE+3]]:3: redefinition of machine basic block with id #0
8 # CHECK: redefinition of machine function 'foo'
9 # Test redefinition.
23 expected-error{{redefinition of 'pi0' as different kind of symbol}}
20 typedef int I; // expected-error {{redefinition}}
4 ; RUN: not llvm-link %s %S/Inputs/redefinition.ll -o %t.bc 2>&1 | FileCheck %s
17 # CHECK: [[@LINE+1]]:11: redefinition of virtual register '%0'
17 # CHECK: [[@LINE+1]]:18: redefinition of constant pool item '%const.0'
21 # CHECK: [[@LINE+1]]:11: redefinition of fixed stack object '%fixed-stack.0'