/external/clang/test/SemaCXX/ |
virtual-member-functions-key-function.cpp | 22 struct Outer { 29 void Outer::Inner::g() { }
|
friend.cpp | 21 template <class T> struct Outer { 24 friend void Outer::foo(T); 29 (void) Outer<int>::Inner();
|
/external/clang/test/CXX/class/class.nest/ |
p1-cxx0x.cpp | 3 class Outer {
|
p1.cpp | 3 class Outer {
|
/external/clang/test/SemaTemplate/ |
nested-template.cpp | 17 struct Outer { 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<X>::Inner1<Y>::value2 = Y() [all...] |
instantiate-declref.cpp | 3 struct Outer { 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>'}}
|
typename-specifier-4.cpp | 87 struct Outer { 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>) {
|
constructor-template.cpp | 36 struct Outer { 41 explicit Outer(const A& a) : alloc(a) { } 45 Outer<int> oi(xi); 46 Outer<float> of(xi);
|
member-template-access-expr.cpp | 109 class Outer 116 const Outer& o;
|
/external/clang/test/CXX/class/class.friend/ |
p1.cpp | 3 struct Outer { 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/ |
p6.cpp | 39 struct Outer { 45 Outer<int, int> outer; // expected-note{{instantiation}} variable 59 struct Outer { 74 int array0[Outer<int>::Inner<int, int>::value? 1 : -1]; 75 int array1[Outer<int>::Inner<int, float>::value? -1 : 1];
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/ |
scope-002.js | 22 * SUMMARY: Testing visibility of outer function from inner function. 28 var summary = 'Testing visibility of outer function from inner function'; 41 function Outer() 46 Outer.cousin = cnCousin; 47 return Outer.cousin; 57 Outer(); 59 actual = Outer.cousin;
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/ |
p8.cpp | 41 struct Outer {}; 46 void fo(Outer); 57 ADL::Outer o;
|
/external/clang/test/CXX/class.access/ |
p6.cpp | 88 struct Outer { 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/clang/lib/AST/ |
Mangle.cpp | 40 llvm::StringRef Outer, 43 Out << "__" << Outer << "_block_invoke_" << Context.getBlockId(BD, true);
|
/external/clang/include/clang/Sema/ |
Template.h | 215 /// \brief The outer scope, which contains local variable 218 LocalInstantiationScope *Outer; 223 /// \brief Whether to combine this scope with the outer scope, such that 224 /// lookup will search our outer scope. 246 : SemaRef(SemaRef), Outer(SemaRef.CurrentInstantiationScope), 267 SemaRef.CurrentInstantiationScope = Outer;
|
/external/v8/test/mjsunit/ |
stack-traces.js | 63 eval("function Outer() { eval('function Inner() { eval(x); }'); Inner(); }; Outer();"); 73 eval("function Outer() { eval(innerEval); Inner(); }; Outer();\n//@ sourceURL=res://outer-eval"); 202 testTrace("testNestedEval", testNestedEval, ["eval at Inner (eval at Outer"]); 207 " at Outer (res://outer-eval:1:37)"]);
|
/external/llvm/lib/Transforms/Utils/ |
InlineFunction.cpp | 270 /// The outer unwind destination is the target of unwind edges 309 // in the outer landing pad to immediately following the phis. 340 // Create corresponding new phis for all the phis in the outer landing pad. 383 // can't find a selector call for the outer unwind dest. 387 // If we failed, just use the outer unwind dest, dropping the 434 EHSelectorInst *Outer = Invoke.getOuterSelector(); 435 if (!Outer) continue; 438 bool outerIsOnlyCleanup = isCleanupOnlySelector(Outer); 445 // Otherwise, we just append the outer selector to the inner selector. 449 for (unsigned i = 2, e = Outer->getNumArgOperands(); i != e; ++i [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineSelect.cpp | 545 Instruction &Outer, 551 return ReplaceInstUsesWith(Outer, Inner); 559 return ReplaceInstUsesWith(Outer, C); [all...] |
InstCombine.h | 174 Value *A, Value *B, Instruction &Outer,
|
/external/clang/lib/Sema/ |
SemaTemplateInstantiate.cpp | 69 // use empty template parameter lists for all of the outer templates [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
jstemplate.js | 345 * The outer array is a stack of such queues.
432 * elements, hence the name "outer". The remainder of the attributes
449 me.logState_('Outer', template, jstAttributes.jstAttributeValues);
[all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
jstemplate.js | 345 * The outer array is a stack of such queues. 432 * elements, hence the name "outer". The remainder of the attributes 449 me.logState_('Outer', template, jstAttributes.jstAttributeValues); [all...] |