Searched defs:Outer (Results 1 - 17 of 17) sorted by relevance

/external/clang/test/CXX/class/class.nest/
H A Dp1-cxx0x.cpp3 class Outer { class
H A Dp1.cpp3 class Outer { class
/external/clang/test/SemaCXX/
H A Dvirtual-member-functions-key-function.cpp22 struct Outer { struct
29 void Outer::Inner::g() { }
H A Dfriend.cpp21 template <class T> struct Outer { struct in namespace:test1
24 friend void Outer::foo(T);
29 (void) Outer<int>::Inner();
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/
H A Dscope-002.js41 function Outer() function
46 Outer.cousin = cnCousin;
47 return Outer.cousin;
57 Outer();
59 actual = Outer.cousin;
/external/clang/test/CXX/class/class.friend/
H A Dp1.cpp3 struct Outer { struct
31 friend class Outer::Inner;
32 friend int Outer::Inner::intfield; // expected-error {{friends can only be classes or functions}}
33 friend int Outer::Inner::missing_field; //expected-error {{friends can only be classes or functions}}
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp6.cpp39 struct Outer { struct
45 Outer<int, int> outer; // expected-note{{instantiation}}
59 struct Outer { struct in namespace:rdar8651930
74 int array0[Outer<int>::Inner<int, int>::value? 1 : -1];
75 int array1[Outer<int>::Inner<int, float>::value? -1 : 1];
/external/clang/lib/AST/
H A DMangle.cpp40 StringRef Outer,
43 Out << "__" << Outer << "_block_invoke_" << Context.getBlockId(BD, true);
39 mangleFunctionBlock(MangleContext &Context, StringRef Outer, const BlockDecl *BD, raw_ostream &Out) argument
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
H A Dp8.cpp41 struct Outer {}; struct in namespace:ADL
46 void fo(Outer);
57 ADL::Outer o;
/external/clang/test/SemaTemplate/
H A Dconstructor-template.cpp36 struct Outer { struct
41 explicit Outer(const A& a) : alloc(a) { } function in struct:Outer
45 Outer<int> oi(xi);
46 Outer<float> of(xi);
H A Dnested-template.cpp17 struct Outer { struct
36 class Outer<X>::Inner0 {
43 void Outer<X>::Inner0<Y>::f(X, Y) {
48 struct Outer<X>::Inner1<Y>::ReallyInner {
56 void Outer<X>::Inner1<Y>::ReallyInner::g(X, Y) {
61 X Outer<X>::Inner1<Y>::foo(Y) {
68 X Outer<X>::Inner1<Y>::bar(Z) {
75 X* Outer<X>::Inner1<Y>::bar(Z) {
81 X Outer<X>::Inner1<Y>::value1 = 0;
85 Y Outer<
[all...]
H A Dinstantiate-declref.cpp3 struct Outer { struct in namespace:N
17 Outer::Inner::InnerTemplate<type>::VeryInner::Kind2 = K2Val;
25 Outer::Inner::InnerTemplate<type>::VeryInner::Kind2 = K2Val;
38 template struct N::Outer::Inner::InnerTemplate<INT>::VeryInner;
39 template struct N::Outer::Inner::InnerTemplate<INT>::UeberInner; // expected-error{{no struct named 'UeberInner' in 'N::Outer::Inner::InnerTemplate<int>'}}
H A Dmember-template-access-expr.cpp109 class Outer class in namespace:PR6021
116 const Outer& o;
H A Dtypename-specifier-4.cpp87 struct Outer { struct in namespace:PR6268
92 typename Outer<T>::template Inner<U>
93 foo(typename Outer<T>::template Inner<U>);
98 typename Outer<T>::template Inner<U>
99 Outer<T>::foo(typename Outer<T>::template Inner<U>) {
/external/clang/test/CXX/class.access/
H A Dp6.cpp88 struct Outer { struct in namespace:test3
93 template <class T> class Outer::A<T, typename T::nature> {
100 friend class Outer;
104 Outer::A<B, Green>::foo();
105 Outer::A<B, Blue>::foo(); // expected-error {{no member named 'foo'}}
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp559 Instruction &Outer,
565 return ReplaceInstUsesWith(Outer, Inner);
573 return ReplaceInstUsesWith(Outer, C);
556 FoldSPFofSPF(Instruction *Inner, SelectPatternFlavor SPF1, Value *A, Value *B, Instruction &Outer, SelectPatternFlavor SPF2, Value *C) argument
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp384 /// IsChainDependent - Test if Outer is reachable from Inner through
386 static bool IsChainDependent(SDNode *Outer, SDNode *Inner, argument
389 SDNode *N = Outer;

Completed in 327 milliseconds