Home
last modified time | relevance | path

Searched refs:Nested (Results 1 – 25 of 92) sorted by relevance

1234

/external/clang/test/SemaCXX/
Dimplicit-exception-spec.cpp34 struct Nested { struct
36 int n = ExceptionIf<noexcept(Nested())>::f();
39 bool y = noexcept(Nested());
40 bool z = noexcept(Nested::Inner());
46 int n = ExceptionIf<noexcept(Nested())>::f();
55 struct Nested { // expected-note {{not complete}} struct
57 T() noexcept(!noexcept(Nested())); // expected-error{{incomplete type}}
Ddefault2.cpp63 struct Nested { struct
68Nested* self = this, // expected-error{{invalid use of 'this' outside of a non-static member funct…
71 Nested(int i = 42);
74 int mem7(Nested n = Nested());
/external/clang/test/CXX/temp/temp.spec/
Dp5.cpp36 struct Nested;
37 friend struct Nested;
39 struct Nested { struct
40 Nested() {} in Nested() argument
/external/eigen/Eigen/src/SparseCore/
DSparseDot.h52 typedef typename Derived::Nested Nested; in dot() typedef
53 typedef typename OtherDerived::Nested OtherNested; in dot()
54 typedef typename internal::remove_all<Nested>::type NestedCleaned; in dot()
57 const Nested nthis(derived()); in dot()
DSparsePermutation.h22 typedef typename remove_all<typename MatrixType::Nested>::type MatrixTypeNestedCleaned;
39 typedef typename remove_all<typename MatrixType::Nested>::type MatrixTypeNestedCleaned;
101 typename MatrixType::Nested m_matrix;
DSparseMatrixBase.h264 typedef typename Derived::Nested Nested; typedef
265 typedef typename internal::remove_all<Nested>::type NestedCleaned;
269 const Nested nm(m.derived());
287 const Nested nm(m.derived());
/external/eigen/Eigen/src/Core/
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;
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;
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&
DNumTraits.h69 typedef T Nested; typedef
132 typedef ArrayType & Nested;
DProduct.h64 typedef typename Lhs::Nested LhsNested;
65 typedef typename Rhs::Nested RhsNested;
DDot.h140 typedef typename internal::nested<Derived>::type Nested;
141 typedef typename internal::remove_reference<Nested>::type _Nested;
247 typename Derived::Nested nested(derived());
DBlock.h232 const typename internal::remove_all<typename XprType::Nested>::type& nestedExpression() const
249 const typename XprType::Nested m_xpr;
309 const typename internal::remove_all<typename XprType::Nested>::type& nestedExpression() const
351 typename XprType::Nested m_xpr;
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
Dp6.cpp10 struct Nested { struct
20 X0<int>::Nested nested; // expected-note{{implicit instantiation first required here}} in use_X0_int()
33 struct X0<int>::Nested { }; // expected-error{{after instantiation}} struct in X0
/external/clang/test/CodeGenCXX/
Dcxx11-exception-spec.cpp109 template<typename T> struct Nested { struct
117 Nested<int>().f<true, char>(); in j()
119 Nested<long>().f<false, long>(); in j()
Dmangle-ms-templates.cpp12 class Nested { }; class
38 Class<Nested<Typename> > c2; in template_mangling()
/external/eigen/Eigen/src/misc/
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;
DSolve.h35 typedef typename remove_all<typename Rhs::Nested>::type RhsNestedCleaned;
56 typename Rhs::Nested m_rhs;
/external/clang/test/SemaTemplate/
Ddependent-base-classes.cpp40 class Nested { }; class
48 class HasDepBase::Nested nested; in foo()
57 class NoDepBase::Nested nested; // expected-error{{no class named 'Nested' in 'NoDepBase<T>'}} in foo()
Dnested-template.cpp7 struct Nested { struct
14 S::A<int>::Nested::type *ip = &i;
/external/eigen/Eigen/src/Geometry/
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;
/external/clang/test/CXX/special/class.init/class.base.init/
Dp8-0x.cpp54 struct Nested { struct
55 Nested() {} in Nested() function
/external/clang/test/CodeGenObjCXX/
Dblocks.mm43 struct Nested { Nested *ptr = this; };
/external/eigen/Eigen/src/LU/
DDeterminant.h95 typedef typename internal::nested<Derived,Base::RowsAtCompileTime>::type Nested;
96 return internal::determinant_impl<typename internal::remove_all<Nested>::type>::run(derived());
/external/llvm/test/YAMLParser/
Dspec-09-14.data16 ... # Nested

1234