Home
last modified time | relevance | path

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

12345

/external/clang/test/CodeGenCXX/
Ddllimport-members.cpp64 struct Nested;
237 struct ImportMembers::Nested { struct in ImportMembers
371 void ImportMembers::Nested::normalDef() {} // dllimport ignored in normalDef() argument
372 inline void ImportMembers::Nested::normalInlineDef() {} in normalInlineDef()
373 void ImportMembers::Nested::normalInlineDecl() {} in normalInlineDecl()
374 void ImportMembers::Nested::virtualDef() {} // dllimport ignored in virtualDef()
375 inline void ImportMembers::Nested::virtualInlineDef() {} in virtualInlineDef()
376 void ImportMembers::Nested::virtualInlineDecl() {} in virtualInlineDecl()
377 void ImportMembers::Nested::staticDef() {} // dllimport ignored in staticDef()
378 inline void ImportMembers::Nested::staticInlineDef() {} in staticInlineDef()
[all …]
Ddllexport-members.cpp25 struct Nested;
151 struct ExportMembers::Nested { struct in ExportMembers
251 void ExportMembers::Nested::normalDef() {} in normalDef() argument
252 inline void ExportMembers::Nested::normalInlineDef() {} in normalInlineDef()
253 void ExportMembers::Nested::normalInlineDecl() {} in normalInlineDecl()
254 void ExportMembers::Nested::virtualDef() {} in virtualDef()
255 inline void ExportMembers::Nested::virtualInlineDef() {} in virtualInlineDef()
256 void ExportMembers::Nested::virtualInlineDecl() {} in virtualInlineDecl()
257 void ExportMembers::Nested::staticDef() {} in staticDef()
258 inline void ExportMembers::Nested::staticInlineDef() {} in staticInlineDef()
[all …]
Dcxx11-exception-spec.cpp110 template<typename T> struct Nested { struct
118 Nested<int>().f<true, char>(); in j()
120 Nested<long>().f<false, long>(); in j()
/external/clang/test/CXX/temp/temp.spec/
Dp5.cpp36 struct Nested;
37 friend struct Nested;
39 struct Nested { struct
40 Nested() {} in Nested() function
/external/clang/test/SemaCXX/
Dimplicit-exception-spec.cpp32 …struct Nested { // expected-note {{implicit default constructor for 'InClassInitializers::Nested::… struct
35 …int n = ExceptionIf<noexcept(Nested())>::f(); // expected-note {{implicit default constructor for … argument
53 struct Nested { struct
55 T() noexcept(!noexcept(Nested()));
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/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&
DArrayWrapper.h29 : public traits<typename remove_all<typename ExpressionType::Nested>::type >
34 Flags0 = traits<typename remove_all<typename ExpressionType::Nested>::type >::Flags,
154 : public traits<typename remove_all<typename ExpressionType::Nested>::type >
159 Flags0 = traits<typename remove_all<typename ExpressionType::Nested>::type >::Flags,
/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 Nested nthis(derived()); in dot()
DSparseBlock.h19 typedef typename internal::remove_all<typename XprType::Nested>::type _MatrixTypeNested;
66 typename XprType::Nested m_matrix;
85 … typedef typename internal::remove_all<typename SparseMatrixType::Nested>::type _MatrixTypeNested;
129 … typedef typename internal::remove_all<typename SparseMatrixType::Nested>::type _NestedMatrixType;
245 typename SparseMatrixType::Nested m_matrix;
257 … typedef typename internal::remove_all<typename SparseMatrixType::Nested>::type _MatrixTypeNested;
332 typename SparseMatrixType::Nested m_matrix;
385 typedef typename internal::remove_all<typename XprType::Nested>::type _MatrixTypeNested;
489 typename XprType::Nested m_matrix;
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.h267 typedef typename Derived::Nested Nested; typedef
268 typedef typename internal::remove_all<Nested>::type NestedCleaned;
272 const Nested nm(m.derived());
290 const Nested nm(m.derived());
/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/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/eigen/Eigen/src/misc/
DSparseSolve.h30 typedef typename remove_all<typename Rhs::Nested>::type RhsNestedCleaned;
68 typename Rhs::Nested m_rhs;
120 const typename Rhs::Nested m_rhs;
121 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/CXX/special/class.init/class.base.init/
Dp8-0x.cpp51 struct Nested { struct
52 Nested() {} in Nested() argument
/external/clang/test/CodeGenObjCXX/
Dblocks.mm43 struct Nested { Nested *ptr = this; };
/external/llvm/test/DebugInfo/
Dtu-composite.ll27 ; CHECK-NEXT: DW_AT_name [DW_FORM_strp] {{.*}}= "Nested")
62 ; struct Nested { };
73 ; D::Nested e;
80 %"struct.D::Nested" = type { i8 }
108 %e = alloca %"struct.D::Nested", align 1
114 …call void @llvm.dbg.declare(metadata %"struct.D::Nested"* %e, metadata !51, metadata !MDExpression…
147 !22 = !MDCompositeType(tag: DW_TAG_structure_type, name: "Nested", line: 12, size: 8, align: 8, fil…
/external/eigen/unsupported/Eigen/src/KroneckerProduct/
DKroneckerTensorProduct.h62 typename Lhs::Nested m_A;
63 typename Rhs::Nested m_B;
106 typename Lhs::Nested m_A;
107 typename Rhs::Nested m_B;
/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());

12345