/external/clang/test/SemaCXX/ |
D | implicit-exception-spec.cpp | 34 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}}
|
D | default2.cpp | 63 struct Nested { struct 68 …Nested* 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/ |
D | p5.cpp | 36 struct Nested; 37 friend struct Nested; 39 struct Nested { struct 40 Nested() {} in Nested() argument
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseDot.h | 52 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()
|
D | SparsePermutation.h | 22 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;
|
D | SparseMatrixBase.h | 264 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/ |
D | Select.h | 38 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;
|
D | CwiseUnaryOp.h | 44 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;
|
D | CwiseUnaryView.h | 37 typedef typename MatrixType::Nested MatrixTypeNested; 78 const typename internal::remove_all<typename MatrixType::Nested>::type& 82 typename internal::remove_all<typename MatrixType::Nested>::type&
|
D | NumTraits.h | 69 typedef T Nested; typedef 132 typedef ArrayType & Nested;
|
D | Product.h | 64 typedef typename Lhs::Nested LhsNested; 65 typedef typename Rhs::Nested RhsNested;
|
D | Dot.h | 140 typedef typename internal::nested<Derived>::type Nested; 141 typedef typename internal::remove_reference<Nested>::type _Nested; 247 typename Derived::Nested nested(derived());
|
D | Block.h | 232 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/ |
D | p6.cpp | 10 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/ |
D | cxx11-exception-spec.cpp | 109 template<typename T> struct Nested { struct 117 Nested<int>().f<true, char>(); in j() 119 Nested<long>().f<false, long>(); in j()
|
D | mangle-ms-templates.cpp | 12 class Nested { }; class 38 Class<Nested<Typename> > c2; in template_mangling()
|
/external/eigen/Eigen/src/misc/ |
D | SparseSolve.h | 30 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;
|
D | Solve.h | 35 typedef typename remove_all<typename Rhs::Nested>::type RhsNestedCleaned; 56 typename Rhs::Nested m_rhs;
|
/external/clang/test/SemaTemplate/ |
D | dependent-base-classes.cpp | 40 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()
|
D | nested-template.cpp | 7 struct Nested { struct 14 S::A<int>::Nested::type *ip = &i;
|
/external/eigen/Eigen/src/Geometry/ |
D | Homogeneous.h | 111 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/ |
D | p8-0x.cpp | 54 struct Nested { struct 55 Nested() {} in Nested() function
|
/external/clang/test/CodeGenObjCXX/ |
D | blocks.mm | 43 struct Nested { Nested *ptr = this; };
|
/external/eigen/Eigen/src/LU/ |
D | Determinant.h | 95 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/ |
D | spec-09-14.data | 16 ... # Nested
|