Searched refs:conflicting (Results 1 – 25 of 120) sorted by relevance
12345
10 -(void) setMoo: (float) x {} // expected-warning {{conflicting parameter types in implementation o…11 - (char) setMoo1: (int) x { return 0; } // expected-warning {{conflicting return type in implement…22 +(float) cMoo: // expected-warning {{conflicting return type in implementation of 'cMoo:': 'void'…23 …(float) x { return 0; } // expected-warning {{conflicting parameter types in implementation of 'c…33 -(float) setCat: // expected-warning {{conflicting return type in implementation of 'setCat:': 'vo…34 (float) x { return 0; } // expected-warning {{conflicting parameter types in implementation of 'se…35 + (int) cCat: (int) x { return 0; } // expected-warning {{conflicting return type in implementatio…48 - (double)returnCGFloat { // expected-warning {{conflicting return type in implementation of 'retur…
18 -(void) setX: (int) arg0 { } // expected-warning {{conflicting parameter types in declaration of 's…19 +(int) C {return 0; } // expected-warning {{conflicting return type in declaration of 'C': 'float' …26 -(void) setX: (float) arg0 { } // expected-warning {{conflicting parameter types in declaration of …27 + (float) C {return 0.0; } // expected-warning {{conflicting return type in declaration of 'C': 'in…37 -(void) setX: (int) arg0 { } // expected-warning {{conflicting parameter types in declaration of 's…38 + (int) C {return 0;} // expected-warning {{conflicting return type in declaration of 'C': 'float' …
26 - (id)bud; // expected-warning {{conflicting distributed object modifiers on return type in declara…27 - (void) baz; // expected-warning 2 {{conflicting return type in declaration of 'baz': 'unsigned ch…28 - (void) bar : (unsigned char*)arg; // expected-warning {{conflicting parameter types in declaratio…30 - (void) also_ok; // expected-warning {{conflicting return type in declaration of 'also_ok': 'unsig…32 - (void) ban : (int) arg; // expected-warning {{conflicting variadic declaration of method and its …47 - (void) bak {} // expected-warning {{conflicting return type in declaration of 'bak': 'char' vs 'v…
19 - (void) doSomething: (int) x {} // expected-warning {{conflicting parameter types}}20 + (void) doSomethingClassy: (float) x{} // expected-warning {{conflicting parameter types}}21 - (void) doSomethingInProtocol: (id) x {} // expected-warning {{conflicting parameter types}}22 + (void) doSomethingClassyInProtocol: (id) x {} // expected-warning {{conflicting parameter types}}
21 - (void)myMethod1:(NSArray *)object { // broken-warning {{conflicting parameter types in implementa…35 - (void)myMethod:(MyClass *)object { // broken-warning {{conflicting parameter types in implementat…37 - (void)myMethod1:(MyClass<MyProtocol> *)object { // broken-warning {{conflicting parameter types i…52 - (void) test1:(B*) object {} // broken-warning {{conflicting parameter types in implementation of …62 - (void) test1:(A*) object {} // broken-warning {{conflicting parameter types in implementation of …73 - (A*) test2 { return 0; } // broken-warning {{conflicting return type in implementation of 'test2'…
16 - (id)serverPID { return 0; } // expected-warning {{conflicting distributed object modifiers on ret…17 - (void)doStuff:(id)clientId { } // expected-warning {{conflicting distributed object modifiers on …19 + (id) stillMore : (id)Arg : (bycopy id)Arg1 { return Arg; } // expected-warning {{conflicting dis…20 …// expected-warning 2{{conflicting distributed object modifiers on parameter type in implementatio…
17 - (A*)a { return self;} // expected-warning {{conflicting return type in implementation of 'a'}}18 - (void)takesA: (B*)a // expected-warning {{conflicting parameter types in implementation of 'take…20 - (void)takesId: (B*)a // expected-warning {{conflicting parameter types in implementation of 'take…
13 - (void) test1:(B*) object {} // expected-warning {{conflicting parameter types in implementation o…23 - (void) test1:(A*) object {} // expected-warning {{conflicting parameter types in implementation o…34 - (A*) test2 { return 0; } // expected-warning {{conflicting return type in implementation of 'test…63 - (int32_t)sequenceNumber { // expected-warning {{conflicting return type in implementation of 'seq…
18 - (void)setDelegate:(id <IBStringsTableWindowDelegate>)delegate { // expected-warning {{conflicting…20 - (id <NSWindowDelegate>)delegate { // expected-warning {{conflicting return type in implementation…
12 - (nullable id)bad:(nonnull id)obj; // expected-warning {{conflicting nullability specifier on retu…13 …// expected-warning {{conflicting nullability specifier on parameter types, 'nonnull' conflicts wi…
13 @compatibility_alias alias class3; // expected-error {{conflicting types for alias 'alias'}}17 @compatibility_alias alias2 class3; // expected-error {{conflicting types for alias 'alias2'}}
29 …a // expected-warning {{conflicting parameter types in implementation of 'compareThis:withThat:': …30 …withThat:(id<PBXCompletionItem>)b { // expected-warning {{conflicting parameter types in implement…
52 …tion: (XDSCDisplaySpecification *) displaySpec { // expected-warning {{conflicting parameter types…63 - (void)foo:(id)format {}; // expected-warning {{conflicting variadic declaration of method and its…64 - (void)foo1:(id)format, ... {}; // expected-warning {{conflicting variadic declaration of method a…
32 …char *isa; // expected-error {{instance variable 'isa' has conflicting type: 'char *' vs 'void *'…35 int c: 3; // expected-error {{instance variable 'c' has conflicting bit-field width}}
14 int XIVAR; // expected-error {{conflicting instance variable names: 'XIVAR' vs 'IVAR'}}65 … short IVAR; // expected-error {{instance variable 'IVAR' has conflicting type: 'short' vs 'int'}}
12 …ns:(CGDirectDisplayID) displayID, void* observer // expected-warning {{conflicting parameter types…
12 @implementation MyAlias : AliasForSuper // expected-error {{conflicting super class name 'Super'}}
23 - (id)foo {} // expected-warning{{conflicting return type}}25 + (id)bar {} // expected-warning{{conflicting return type}}44 - (void)test { // expected-warning{{conflicting return type}}63 - (id)PWEN_foo {} // expected-warning{{conflicting return type}}
195 string conflicting; in conflictingElements() local196 if (not mCommandHandler->process("listConflictingElements", {}, conflicting)) { in conflictingElements()201 if (not conflicting.empty()) { in conflictingElements()202 std::cerr << "There are conflicting elements:" << std::endl << conflicting; in conflictingElements()
1 # Causes a conflicting-element error
5 ; CHECK: linking module flags 'foo': IDs have conflicting behaviors
5 ; CHECK: linking module flags 'foo': IDs have conflicting values
5 ; CHECK: linking module flags 'foo': IDs have conflicting override values
10 ; CHECK-ERRORS: ERROR: linking module flags 'PIC Level': IDs have conflicting values
15 ; conflicting with anonymous metadata), but not the subsequent ones.