HomeSort by relevance Sort by last modified time
    Searched refs:Inner (Results 76 - 100 of 146) sorted by null

1 2 34 5 6

  /external/clang/test/Index/
comment-cplus-decls.cpp 104 struct Inner {
  /external/clang/test/Modules/Inputs/
templates-right.h 33 typedef Outer<int>::Inner OuterIntInner_right;
templates-left.h 35 typedef Outer<int>::Inner OuterIntInner_left;
cxx-templates-a.h 20 typename T::Inner inner; local
cxx-templates-b.h 29 typename Identity<DefinedInBImpl, T>::type::Inner inner; local
  /external/clang/test/SemaTemplate/
qualified-id.cpp 54 class Outer2<V>::Inner; // expected-error{{nested name specifier 'Outer2<V>::' for declaration does not refer into a class, class template or class template partial specialization}}
instantiate-member-template.cpp 111 struct Inner;
171 struct Inner {
175 const typename Inner<X0>::Type minCoeff() const;
184 struct Inner {
188 const typename Inner<X0>::Type minCoeff() const;
nested-template.cpp 117 struct Inner { };
124 X2<int>::Inner<X2_arg> x2i1;
126 X2<long>::Inner<X2_arg> x2i3; // expected-error{{template template argument has different}}
member-template-access-expr.cpp 114 struct Inner
  /external/clang/test/CXX/class.access/
p4.cpp 434 template <typename T> class Inner { }; // expected-note {{declared private here}}
437 A::Inner<int> s; // expected-error {{'Inner' is a private member of 'test17::A'}}
478 class Inner; // expected-note {{implicitly declared private here}}
482 template <class T> class A<T>::Inner {};
484 template <class T> class A<T>::Inner; // expected-error{{non-friend class member 'Inner' cannot have a qualified name}}
488 A<int>::Inner i; // expected-error {{'Inner' is a private member}}
  /external/chromium_org/base/threading/
sequenced_worker_pool.h 347 class Inner;
354 const scoped_ptr<Inner> inner_;
  /external/clang/test/SemaCXX/
member-name-lookup.cpp 151 struct Inner {
158 const int X0::Inner::m = n;
nested-name-spec-locations.cpp 9 namespace inner { namespace in namespace:outer
25 using outer::inner::X0<
35 using outer::inner::X0<
47 t->T::template Inner<typename add_reference<U>::type
55 struct Inner;
68 outer_alias::inner::X0<typename add_reference<T>::type
81 typedef typename outer::inner::X0<
extern-c.cpp 197 struct Inner {}; // expected-warning{{empty struct has size 0 in C, size 1 in C++}}
friend.cpp 23 struct Inner {
29 (void) Outer<int>::Inner();
cxx11-user-defined-literals.cpp 85 namespace Inner {
89 using Inner::operator"" _ambig2;
94 using Inner::operator"" _ambig2;
c99-variable-length-array.cpp 58 struct Inner {
qual-id-test.cpp 145 namespace Inner {
147 // expected-error{{cannot define or redeclare 'foo' here because namespace 'Inner' does not enclose namespace 'PR6645'}}
cxx98-compat.cpp 190 template<typename T> struct Inner {};
193 Typename::template Inner<int> TemplateOutsideTemplate(); // expected-warning {{use of 'template' keyword outside of a template is incompatible with C++98}}
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp 24 struct Inner {
29 ExpansionLengthMismatch<int, long>::Inner<unsigned int, unsigned long>::type
33 ExpansionLengthMismatch<short, int, long>::Inner<unsigned int, unsigned long>::type // expected-note{{in instantiation of template class 'ExpansionLengthMismatch<short, int, long>::Inner<unsigned int, unsigned long>' requested here}}
377 struct Inner {
  /external/llvm/test/MC/AArch64/
arm64-leaf-compact-unwind.s 64 ; =>This Inner Loop Header: Depth=1
73 ; =>This Inner Loop Header: Depth=1
183 ; =>This Inner Loop Header: Depth=1
194 ; =>This Inner Loop Header: Depth=1
  /external/clang/test/Parser/
switch-recovery.cpp 120 struct Inner {
DelayedTemplateParsing.cpp 57 class Inner {
  /external/chromium_org/v8/test/mjsunit/
stack-traces.js 63 eval("function Outer() { eval('function Inner() { eval(x); }'); Inner(); }; Outer();");
72 var innerEval = 'function Inner() { eval(x); }\n//@ sourceURL=res://inner-eval';
73 eval("function Outer() { eval(innerEval); Inner(); }; Outer();\n//# sourceURL=res://outer-eval");
254 testTrace("testNestedEval", testNestedEval, ["eval at Inner (eval at Outer"]);
258 [" at Inner (res://inner-eval:1:20)",
  /external/clang/test/FixIt/
fixit.cpp 22 template<int Value> struct CT { template<typename> struct Inner; }; // expected-note{{previous use is here}}
35 struct CT<2>::Inner<int> { }; // expected-error 2{{'template<>'}}

Completed in 1759 milliseconds

1 2 34 5 6