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

1 2

  /external/clang/test/SemaCXX/
function-overloaded-redecl.cpp 6 void f (const int); // redecl
anonymous-union.cpp 62 struct Redecl {
extern-c.cpp 81 namespace redecl { namespace in namespace:linkage
function-redecl.cpp 101 // Ensure we correct the redecl of Foo::isGood to Bar::Foo::isGood and not
cxx1y-deduced-return-type.cpp 328 namespace Redecl {
  /external/clang/test/SemaTemplate/
injected-class-name.cpp 27 void f0(const X0<T, U>&); // expected-error{{redecl}}
31 void f1(const X0<type, U_type2>&); // expected-error{{redecl}}
35 void f2(const ::X0<type, U_type2>&); // expected-error{{redecl}}
42 void f0(const X1<T, N>&); // expected-error{{redecl}}
current-instantiation.cpp 18 void f0(typename X0::T_type&); // expected-error{{redecl}}
22 void f1(typename X0<T, U>::T_type&); // expected-error{{redecl}}
26 void f2(typename X0<T_type, U_type>::T_type&); // expected-error{{redecl}}
30 void f3(typename ::X0<T_type, U_type>::T_type&); // expected-error{{redecl}}
37 void g0(typename X0::T_type&); // expected-error{{redecl}}
41 void g1(typename X0<T, U>::T_type&); // expected-error{{redecl}}
45 void g2(typename X0<T_type, U_type>::T_type&); // expected-error{{redecl}}
49 void g3(typename ::X0<T_type, U_type>::T_type&); // expected-error{{redecl}}
53 void g4(typename X1::my_T_type&); // expected-error{{redecl}}
57 void g5(typename X0::X1::my_T_type&); // expected-error{{redecl}}
    [all...]
class-template-decl.cpp 107 namespace redecl { namespace
133 template<typename T> friend struct F; // ok, redecl::F
145 template<typename T> friend struct K; // ok, redecl::K
typename-specifier-4.cpp 64 void f0(typename X0<T>::Inner<T*, T&>); // expected-error{{redecl}}
67 void f1(typename X0<T>::template Inner<T*, T&>); // expected-error{{redecl}}
70 void f2(typename X0<T>::template Inner<T*, T&>::type); // expected-error{{redecl}}
  /external/clang/test/Modules/Inputs/
module.map 72 module redecl_add_after_load_top { header "redecl-add-after-load-top.h" }
73 module redecl_add_after_load_decls { header "redecl-add-after-load-decls.h" }
74 module redecl_add_after_load { header "redecl-add-after-load.h" }
84 header "redecl-merge-top.h"
85 explicit module Explicit { header "redecl-merge-top-explicit.h" }
89 header "redecl-merge-left.h"
93 header "redecl-merge-left-left.h"
97 header "redecl-merge-right.h"
102 header "redecl-merge-bottom-prefix.h"
105 header "redecl-merge-bottom.h"
    [all...]
  /external/clang/test/Modules/
redecl-merge.m 30 // expected-note@Inputs/redecl-merge-left.h:93{{candidate function}}
31 // expected-note@Inputs/redecl-merge-right.h:90{{candidate function}}
82 // expected-note@Inputs/redecl-merge-left.h:60{{candidate found by name lookup is 'T2'}}
83 // expected-note@Inputs/redecl-merge-right.h:63{{candidate found by name lookup is 'T2'}}
90 // expected-note@Inputs/redecl-merge-left.h:64{{candidate function}}
91 // expected-note@Inputs/redecl-merge-right.h:70{{candidate function}}
97 // expected-note@Inputs/redecl-merge-left.h:77{{candidate found by name lookup is 'var2'}}
98 // expected-note@Inputs/redecl-merge-right.h:77{{candidate found by name lookup is 'var2'}}
100 // expected-note@Inputs/redecl-merge-left.h:79{{candidate found by name lookup is 'var3'}}
101 // expected-note@Inputs/redecl-merge-right.h:79{{candidate found by name lookup is 'var3'}
    [all...]
  /external/clang/test/ARCMT/Inputs/
module.map 72 module redecl_add_after_load_top { header "redecl-add-after-load-top.h" }
73 module redecl_add_after_load { header "redecl-add-after-load.h" }
83 header "redecl-merge-top.h"
84 explicit module Explicit { header "redecl-merge-top-explicit.h" }
88 header "redecl-merge-left.h"
92 header "redecl-merge-left-left.h"
96 header "redecl-merge-right.h"
101 header "redecl-merge-bottom-prefix.h"
104 header "redecl-merge-bottom.h"
  /external/oprofile/libpopt/
system.h 64 /*@-redecl -redef@*/
68 /*@=redecl =redef@*/
  /external/clang/test/PCH/
missing-file.cpp 19 #ifdef REDECL
headersearch.cpp 36 #ifdef REDECL
  /external/clang/include/clang/Sema/
Lookup.h 131 Sema::RedeclarationKind Redecl = Sema::NotForRedeclaration)
139 Redecl(Redecl != Sema::NotForRedeclaration),
141 Diagnose(Redecl == Sema::NotForRedeclaration),
142 AllowHidden(Redecl == Sema::ForRedeclaration),
153 Sema::RedeclarationKind Redecl = Sema::NotForRedeclaration)
161 Redecl(Redecl != Sema::NotForRedeclaration),
163 Diagnose(Redecl == Sema::NotForRedeclaration),
164 AllowHidden(Redecl == Sema::ForRedeclaration)
    [all...]
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
p8.cpp 77 namespace redecl { inline namespace n1 { namespace
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 307 void mergeRedeclarable(Redeclarable<T> *D, RedeclarableResult &Redecl,
312 RedeclarableResult &Redecl,
459 RedeclarableResult Redecl = VisitRedeclarable(TD);
467 mergeRedeclarable(TD, Redecl);
479 RedeclarableResult Redecl = VisitRedeclarable(TD);
498 mergeRedeclarable(TD, Redecl);
499 return Redecl;
538 RedeclarableResult Redecl = VisitTagDecl(RD);
543 return Redecl;
571 RedeclarableResult Redecl = VisitRedeclarable(FD)
    [all...]
  /external/clang/test/Sema/
anonymous-struct-union.c 38 struct Redecl {
  /external/clang/include/clang/AST/
Redeclarable.h 196 // Sanity check to avoid infinite loop on invalid redecl chain.
199 assert(0 && "Passed first decl twice, invalid redecl chain!");
  /external/clang/lib/AST/
DeclObjC.cpp 726 ObjCMethodDecl *Redecl = nullptr;
728 Redecl = const_cast<ObjCMethodDecl*>(Ctx.getObjCMethodRedeclaration(this));
729 if (Redecl)
730 return Redecl;
738 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
743 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
749 Redecl = IFD->getMethod(getSelector(), isInstanceMethod());
755 Redecl = CatD->getMethod(getSelector(), isInstanceMethod());
759 if (!Redecl && isRedeclaration()) {
765 return Redecl ? Redecl : this
    [all...]
Decl.cpp     [all...]
ASTDumper.cpp     [all...]
  /external/bison/tests/
input.at 809 AT_DATA_GRAMMAR([redecl.y],
818 AT_BISON_CHECK([redecl.y], [1], [],
819 [[redecl.y:10.10-22: error: user token number 11259375 redeclaration for HEXADECIMAL_1
820 redecl.y:9.8-16: previous declaration for DECIMAL_1
821 redecl.y:12.10-18: error: user token number 16702650 redeclaration for DECIMAL_2
822 redecl.y:11.10-22: previous declaration for HEXADECIMAL_2
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 268 assert(Redeclaration && "should only be used for redecl lookup");
    [all...]

Completed in 1654 milliseconds

1 2