Searched refs:redeclaration (Results 1 – 10 of 10) sorted by relevance
/external/clang/test/SemaObjC/ |
D | continuation-class-err.m | 15 @property(readonly) id object1; // expected-error {{illegal redeclaration of property in continuati… 34 @property (copy) id foo; // expected-error {{illegal redeclaration of property in continuation clas… 35 @property (copy) id fee; // expected-error {{illegal redeclaration of property in continuation clas…
|
D | duplicate-property-class-extension.m | 12 …ror{{illegal redeclaration of 'readwrite' property in continuation class 'Foo' (perhaps you intend…
|
D | method-prototype-scope.m | 14 …gWith:(NSString *)object and:(NSArray *)object; // expected-warning {{redeclaration of method para…
|
/external/bison/src/ |
D | symtab.c | 108 redeclaration (symbol* s, const char *what, location first, location second) in redeclaration() function 126 redeclaration (sym, "%type", sym->type_location, loc); in symbol_type_set() 144 redeclaration (sym, "%destructor", sym->destructor_location, loc); in symbol_destructor_set() 161 redeclaration (sym, "%printer", sym->destructor_location, loc); in symbol_printer_set() 179 redeclaration (sym, assoc_to_string (a), sym->prec_location, loc); in symbol_precedence_set()
|
/external/bison/tests/ |
D | input.at | 177 [[input.y:8.7-11: %type redeclaration for foo 179 input.y:10.13-17: %destructor redeclaration for foo 181 input.y:9.10-14: %printer redeclaration for foo 183 input.y:11.1-5: %left redeclaration for foo
|
/external/clang/include/clang/Basic/ |
D | DiagnosticCommonKinds.td | 56 def warn_method_param_declaration : Warning<"redeclaration of method parameter %0">,
|
D | DiagnosticSemaKinds.td | 243 def err_using_decl_redeclaration : Error<"redeclaration of using decl">; 310 "incompatible redeclaration of library function %0">; 620 "illegal redeclaration of property in continuation class %0" 626 "illegal redeclaration of 'readwrite' property in continuation class %0" 627 " (perhaps you intended this to be a 'readwrite' redeclaration of a " 1857 "%select{overloaded function|redeclaration of}0 %1 must have the " 1918 "addition of default argument on redeclaration makes this constructor a " 2256 "%select{|template parameter }1redeclaration">; 2264 "%select{|template parameter }0redeclaration">; 2270 "%select{|template parameter }1redeclaration">; [all …]
|
D | DiagnosticParseKinds.td | 316 "redeclaration of C++ built-in type 'bool'">;
|
/external/bison/ |
D | ChangeLog | 3449 Accept no redeclaration at all, not even equal to the previous 3451 (redeclaration): New. 3452 Use it to factor redeclaration complaints.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 19473 interfaces, including the redeclaration of _init in DOMObject, since it's already
|