HomeSort by relevance Sort by last modified time
    Searched full:redeclaration (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/clang/test/Sema/
memset-invalid.c 3 char memset(); // expected-warning {{incompatible redeclaration of library function 'memset'}} expected-note{{'memset' is a builtin with type}}
implicit-builtin-decl.c 8 void *alloca(__SIZE_TYPE__); // redeclaration okay
10 int *calloc(__SIZE_TYPE__, __SIZE_TYPE__); // expected-warning{{incompatible redeclaration of library function 'calloc'}} \
19 int malloc(int); // expected-warning{{incompatible redeclaration of library function 'malloc'}}
20 int strcpy(int); // expected-warning{{incompatible redeclaration of library function 'strcpy'}} \
39 void * realloc(void *p, int size) { // expected-warning{{incompatible redeclaration of library function 'realloc'}} \
45 void snprintf(); // expected-warning{{incompatible redeclaration of library function 'snprintf'}} \
int-arith-convert.c 3 // Check types are the same through redeclaration
vfprintf-invalid-redecl.c 6 char vfprintf(); // expected-warning {{incompatible redeclaration of library function 'vfprintf'}} expected-note {{'vfprintf' is a builtin}}
implicit-builtin-redecl.c 9 void *calloc(int, int, int); // expected-warning{{incompatible redeclaration of library function 'calloc' will be ignored}} \
overloadable.c 7 int *f(int); // expected-error{{redeclaration of 'f' must have the 'overloadable' attribute}} \
  /external/clang/test/SemaObjC/
duplicate-property-class-extension.m 12 @property (readwrite) char bar; // expected-error{{illegal redeclaration of 'readwrite' property in continuation class 'Foo' (perhaps you intended this to be a 'readwrite' redeclaration of a 'readonly' public property?)}}
continuation-class-err.m 15 @property(readonly) id object1; // expected-error {{illegal redeclaration of property in continuation class 'ReadOnly' (attribute must be 'readwrite', while its primary must be 'readonly')}}
34 @property (copy) id foo; // expected-error {{illegal redeclaration of property in continuation class 'Bar' (attribute must be 'readwrite', while its primary must be 'readonly')}}
35 @property (copy) id fee; // expected-error {{illegal redeclaration of property in continuation class 'Bar' (attribute must be 'readwrite', while its primary must be 'readonly')}}
method-prototype-scope.m 14 - (NSString *)doSomethingWith:(NSString *)object and:(NSArray *)object; // expected-warning {{redeclaration of method parameter 'object'}} \
  /external/clang/test/SemaTemplate/
class-template-decl.cpp 19 template<int N> class A; // expected-error{{template parameter has a different kind in template redeclaration}}
27 template<long> class NonTypeTemplateParm; // expected-error{{template non-type parameter has a different type 'long' in template redeclaration}}
34 template<typename> class TemplateTemplateParm; // expected-error{{template parameter has a different kind in template redeclaration}}
36 template<template<typename T, int> class X> class TemplateTemplateParm; // expected-error{{too many template parameters in template template parameter redeclaration}}
friend-template.cpp 78 // FIXME: the redeclaration note ends up here because redeclaration
80 template<typename U, T Value> friend struct X2b; // expected-error {{template non-type parameter has a different type 'long' in template redeclaration}} \
  /external/clang/test/SemaCXX/
redeclared-alias-template.cpp 5 template<typename T1, typename T2> using A = T1; // expected-error {{too many template parameters in template redeclaration}}
14 template<typename X> using SXRInt = typename S<X>::template R<int>; // ok, redeclaration.
enum.cpp 7 enum E; // expected-warning{{redeclaration of already-defined enum 'E' is a GNU extension}}
nested-name-spec.cpp 48 void ::A::Af() {} // expected-error {{definition or redeclaration of 'Af' not in a namespace enclosing 'A'}}
52 void A::Af(); // expected-error {{definition or redeclaration of 'Af' not allowed inside a function}}
158 void ::global_func(int) { } // expected-error{{definition or redeclaration of 'global_func' cannot name the global scope}}
163 void ::global_func2(int) { } // expected-error{{definition or redeclaration of 'global_func2' cannot name the global scope}}
  /external/clang/test/CXX/special/class.inhctor/
elsewhere.cpp 20 using B1::B1; // expected-error {{redeclaration of using decl}}
  /external/qemu/android/protocol/
ui-commands-api.h 28 /* This is temporary redeclaration for AndroidHwLightBrightnessFunc declared
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p13.cpp 58 // Typedef redeclaration.
p8.cpp 79 using Base<T>::type::foo; //expected-error {{redeclaration of using decl}}
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/
p1.cpp 37 // thus this is a valid redeclaration
  /external/clang/test/Parser/
cxx-decl.cpp 11 typedef char bool; // expected-error {{redeclaration of C++ built-in type 'bool'}}
  /external/v8/test/mjsunit/regress/
regress-1104.js 28 // A redeclaration of a variable that aliases a parameter and so rewrites to
regress-1213.js 29 // redeclaration that makes the property configurable (and hence
  /external/clang/include/clang/AST/
DeclContextInternals.h 123 /// HandleRedeclaration - If this is a redeclaration of an existing decl,
134 // Determine if this declaration is actually a redeclaration.
149 /// not a redeclaration to merge it into the appropriate place in our list.
  /external/clang/lib/Headers/
mm_malloc.h 38 // redeclaration of glibc's declaration.
  /external/webkit/Source/WebKit/android/plugins/
ANPSystem_npapi.h 67 // redeclaration of existing features

Completed in 845 milliseconds

1 2 3 4 5