/external/clang/test/CodeGenCXX/ |
D | dllimport-members.cpp | 64 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 …]
|
D | dllexport-members.cpp | 27 struct Nested; 156 struct ExportMembers::Nested { struct in ExportMembers 258 void ExportMembers::Nested::normalDef() {} in normalDef() argument 259 inline void ExportMembers::Nested::normalInlineDef() {} in normalInlineDef() 260 void ExportMembers::Nested::normalInlineDecl() {} in normalInlineDecl() 261 void ExportMembers::Nested::virtualDef() {} in virtualDef() 262 inline void ExportMembers::Nested::virtualInlineDef() {} in virtualInlineDef() 263 void ExportMembers::Nested::virtualInlineDecl() {} in virtualInlineDecl() 264 void ExportMembers::Nested::staticDef() {} in staticDef() 265 inline void ExportMembers::Nested::staticInlineDef() {} in staticInlineDef() [all …]
|
D | cxx11-exception-spec.cpp | 110 template<typename T> struct Nested { struct 118 Nested<int>().f<true, char>(); in j() 120 Nested<long>().f<false, long>(); in j()
|
D | debug-info-ms-abi.cpp | 9 struct Nested {}; struct 12 Foo::Nested n;
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorExpr.h | 37 typedef typename XprType::Nested XprTypeNested; 58 typedef TensorCwiseNullaryOp<NullaryOp, XprType> Nested; 66 const typename internal::remove_all<typename XprType::Nested>::type& 73 typename XprType::Nested m_xpr; 88 typedef typename XprType::Nested XprTypeNested; 119 typedef typename Eigen::internal::nested<TensorCwiseUnaryOp>::type Nested; 131 const typename internal::remove_all<typename XprType::Nested>::type& 135 typename XprType::Nested m_xpr; 158 typedef typename LhsXprType::Nested LhsNested; 159 typedef typename RhsXprType::Nested RhsNested; [all …]
|
D | TensorCustomOp.h | 29 typedef typename XprType::Nested Nested; 30 typedef typename remove_reference<Nested>::type _Nested; 58 typedef typename internal::nested<TensorCustomUnaryOp>::type Nested; 69 const typename internal::remove_all<typename XprType::Nested>::type& 73 typename XprType::Nested m_expr; 177 typedef typename LhsXprType::Nested LhsNested; 178 typedef typename RhsXprType::Nested RhsNested; 208 typedef typename internal::nested<TensorCustomBinaryOp>::type Nested; 220 const typename internal::remove_all<typename LhsXprType::Nested>::type& 224 const typename internal::remove_all<typename RhsXprType::Nested>::type& [all …]
|
D | TensorArgMax.h | 31 typedef typename XprType::Nested Nested; 32 typedef typename remove_reference<Nested>::type _Nested; 58 typedef typename Eigen::internal::nested<TensorIndexTupleOp>::type Nested; 67 const typename internal::remove_all<typename XprType::Nested>::type& 71 typename XprType::Nested m_xpr; 141 typedef typename XprType::Nested Nested; 142 typedef typename remove_reference<Nested>::type _Nested; 168 typedef typename Eigen::internal::nested<TensorTupleReducerOp>::type Nested; 180 const typename internal::remove_all<typename XprType::Nested>::type& 193 typename XprType::Nested m_xpr;
|
D | TensorAssign.h | 31 typedef typename LhsXprType::Nested LhsNested; 32 typedef typename RhsXprType::Nested RhsNested; 66 typedef typename Eigen::internal::nested<TensorAssignOp>::type Nested; 75 typename internal::remove_all<typename LhsXprType::Nested>::type& 76 …lhsExpression() const { return *((typename internal::remove_all<typename LhsXprType::Nested>::type… 79 const typename internal::remove_all<typename RhsXprType::Nested>::type& 83 typename internal::remove_all<typename LhsXprType::Nested>::type& m_lhs_xpr; 84 const typename internal::remove_all<typename RhsXprType::Nested>::type& m_rhs_xpr;
|
D | TensorForcedEval.h | 37 typedef typename XprType::Nested Nested; 38 typedef typename remove_reference<Nested>::type _Nested; 75 typedef typename Eigen::internal::nested<TensorForcedEvalOp>::type Nested; 83 const typename internal::remove_all<typename XprType::Nested>::type& 87 typename XprType::Nested m_xpr;
|
D | TensorEvalTo.h | 31 typedef typename XprType::Nested Nested; 32 typedef typename remove_reference<Nested>::type _Nested; 72 typedef typename Eigen::internal::nested<TensorEvalToOp>::type Nested; 80 const typename internal::remove_all<typename XprType::Nested>::type& 86 typename XprType::Nested m_xpr;
|
D | TensorGenerator.h | 30 typedef typename XprType::Nested Nested; 31 typedef typename remove_reference<Nested>::type _Nested; 59 typedef typename Eigen::internal::nested<TensorGeneratorOp>::type Nested; 70 const typename internal::remove_all<typename XprType::Nested>::type& 74 typename XprType::Nested m_xpr;
|
D | TensorLayoutSwap.h | 45 typedef typename XprType::Nested Nested; 46 typedef typename remove_reference<Nested>::type _Nested; 74 typedef typename Eigen::internal::nested<TensorLayoutSwapOp>::type Nested; 82 const typename internal::remove_all<typename XprType::Nested>::type& 105 typename XprType::Nested m_xpr;
|
D | TensorInflation.h | 30 typedef typename XprType::Nested Nested; 31 typedef typename remove_reference<Nested>::type _Nested; 57 typedef typename Eigen::internal::nested<TensorInflationOp>::type Nested; 68 const typename internal::remove_all<typename XprType::Nested>::type& 72 typename XprType::Nested m_xpr;
|
D | TensorReverse.h | 30 typedef typename XprType::Nested Nested; 31 typedef typename remove_reference<Nested>::type _Nested; 59 typedef typename Eigen::internal::nested<TensorReverseOp>::type Nested; 72 const typename internal::remove_all<typename XprType::Nested>::type& 95 typename XprType::Nested m_xpr;
|
/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/clang/test/SemaCXX/ |
D | implicit-exception-spec.cpp | 32 …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()));
|
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/r8/src/test/examples/throwing/ |
D | Throwing.java | 46 Nested nested = new Nested(); in main() 56 used[0] += Nested.callAMethod(nested, 11); in main() 57 used[0] += Nested.callAMethod(nested, 42); in main() 199 static class Nested { class in Throwing 210 static int callAMethod(Nested on, int value) { in callAMethod()
|
/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;
|
/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/llvm/test/DebugInfo/COFF/ |
D | types-nested-class.ll | 6 ; struct Nested {}; 38 ; CHECK: Name: A::Nested 44 ; CHECK: Type: A::Nested (0x1001) 45 ; CHECK: Name: Nested 95 !7 = !DICompositeType(tag: DW_TAG_structure_type, name: "Nested", scope: !5, file: !1, line: 2, siz…
|
/external/clang/test/Analysis/ |
D | padding_message.cpp | 175 struct Nested { struct 183 Foo<int>::Nested t1; 184 Foo<char>::Nested t2;
|
D | padding_cpp.cpp | 182 struct Nested { struct 190 Foo<int>::Nested t1; 191 Foo<char>::Nested t2;
|
/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()
|
/external/llvm/test/tools/dsymutil/X86/ |
D | odr-uniquing.cpp | 23 struct Nested {}; struct 76 S::Nested n; in foo()
|