Searched refs:Nested (Results 1 - 25 of 69) sorted by relevance

123

/external/clang/test/CXX/temp/temp.spec/
H A Dp5.cpp36 struct Nested;
37 friend struct Nested;
39 struct Nested { struct in struct:NestedClassRedecls::X
40 Nested() {} function in struct:NestedClassRedecls::X::Nested
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp6.cpp10 struct Nested { struct in struct:X0
20 X0<int>::Nested nested; // expected-note{{implicit instantiation first required here}}
33 struct X0<int>::Nested { }; // expected-error{{after instantiation}} struct in class:X0
/external/clang/test/PCH/
H A Dstruct.c28 struct Nested nested = { 1, 2 };
H A Dstruct.h28 struct Nested { int x, y; } nest; struct in struct:S
/external/clang/test/SemaCXX/
H A Dimplicit-exception-spec.cpp33 struct Nested { // expected-error {{cannot be used by non-static data member initializer}} struct in namespace:InClassInitializers
35 int n = ExceptionIf<noexcept(Nested())>::f(); // expected-note {{implicit default constructor for 'InClassInitializers::Nested' first required here}}
52 struct Nested { // expected-note {{not complete}} struct in namespace:ExceptionSpecification
54 T() noexcept(!noexcept(Nested())); // expected-error{{incomplete type}}
H A Ddefault2.cpp63 struct Nested { struct in struct:Y
65 int j = c, // OK; use Y::Nested::c
68 Nested* self = this, // expected-error{{invalid use of 'this' outside of a non-static member function}}
71 Nested(int i = 42);
74 int mem7(Nested n = Nested());
H A DMicrosoftExtensions.cpp176 class Nested { class in class:friend_as_a_forward_decl::A
/external/clang/test/CXX/special/class.init/class.base.init/
H A Dp8-0x.cpp54 struct Nested { struct in namespace:VariantMembers
55 Nested() {} function in struct:VariantMembers::Nested
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-templates.cpp12 class Nested { }; class
38 Class<Nested<Typename> > c2;
40 // CHECK: call {{.*}} @"\01?method@?$Class@V?$Nested@VTypename@@@@@@QAEXXZ"
H A Dcxx11-exception-spec.cpp109 template<typename T> struct Nested { struct
117 Nested<int>().f<true, char>();
119 Nested<long>().f<false, long>();
/external/eigen/Eigen/src/SparseCore/
H A DSparseDot.h52 typedef typename Derived::Nested Nested; typedef
53 typedef typename OtherDerived::Nested OtherNested;
54 typedef typename internal::remove_all<Nested>::type NestedCleaned;
57 const Nested nthis(derived());
/external/eigen/Eigen/src/Core/
H A DSelect.h38 typedef typename ConditionMatrixType::Nested ConditionMatrixNested;
39 typedef typename ThenMatrixType::Nested ThenMatrixNested;
40 typedef typename ElseMatrixType::Nested ElseMatrixNested;
107 typename ConditionMatrixType::Nested m_condition;
108 typename ThenMatrixType::Nested m_then;
109 typename ElseMatrixType::Nested m_else;
H A DCwiseUnaryOp.h44 typedef typename XprType::Nested XprTypeNested;
77 const typename internal::remove_all<typename XprType::Nested>::type&
81 typename internal::remove_all<typename XprType::Nested>::type&
85 typename XprType::Nested m_xpr;
H A DCwiseUnaryView.h37 typedef typename MatrixType::Nested MatrixTypeNested;
78 const typename internal::remove_all<typename MatrixType::Nested>::type&
82 typename internal::remove_all<typename MatrixType::Nested>::type&
86 // FIXME changed from MatrixType::Nested because of a weird compilation error with sun CC
H A DProduct.h64 typedef typename Lhs::Nested LhsNested;
65 typedef typename Rhs::Nested RhsNested;
H A DDiagonalProduct.h97 typename MatrixType::Nested m_matrix;
98 typename DiagonalType::Nested m_diagonal;
H A DNumTraits.h33 * \li A typedef \a Nested giving the type to use to nest a value inside of the expression tree. If you don't know what
69 typedef T Nested;
132 typedef ArrayType & Nested;
/external/clang/test/SemaTemplate/
H A Ddependent-base-classes.cpp40 class Nested { }; class in struct:PR6031::Base
48 class HasDepBase::Nested nested;
57 class NoDepBase::Nested nested; // expected-error{{no class named 'Nested' in 'NoDepBase<T>'}}
H A Dnested-template.cpp7 struct Nested { struct in struct:S::A
14 S::A<int>::Nested::type *ip = &i;
/external/eigen/Eigen/src/misc/
H A DSparseSolve.h30 typedef typename remove_all<typename Rhs::Nested>::type RhsNestedCleaned;
51 typename Rhs::Nested m_rhs;
103 const typename Rhs::Nested m_rhs;
104 const typename Guess::Nested m_guess;
H A DSolve.h35 typedef typename remove_all<typename Rhs::Nested>::type RhsNestedCleaned;
56 typename Rhs::Nested m_rhs;
/external/eigen/test/
H A Dnesting_ops.cpp14 typename MatrixType::Nested m(_m);
/external/eigen/Eigen/src/LU/
H A DDeterminant.h95 typedef typename internal::nested<Derived,Base::RowsAtCompileTime>::type Nested; typedef
96 return internal::determinant_impl<typename internal::remove_all<Nested>::type>::run(derived());
/external/qemu/distrib/sdl-1.2.15/include/
H A Dbegin_code.h35 #error Nested inclusion of begin_code.h
/external/eigen/Eigen/src/Geometry/
H A DHomogeneous.h111 typename MatrixType::Nested m_matrix;
239 typedef typename remove_all<typename LhsMatrixTypeCleaned::Nested>::type LhsMatrixTypeNested;
260 typename LhsMatrixTypeCleaned::Nested m_lhs;
261 typename MatrixType::Nested m_rhs;
279 typedef typename remove_all<typename Rhs::Nested>::type RhsNested;
299 typename MatrixType::Nested m_lhs;
300 typename Rhs::Nested m_rhs;

Completed in 5679 milliseconds

123