Home
last modified time | relevance | path

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

1234567891011

/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.cpp27 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 …]
/external/deqp-deps/glslang/Test/baseResults/
Dspv.multiStruct.comp.out32 Name 86 "Nested"
33 MemberName 86(Nested) 0 "f"
34 MemberName 86(Nested) 1 "S"
36 Name 90 "Nested"
37 MemberName 90(Nested) 0 "f"
38 MemberName 90(Nested) 1 "S"
42 Name 126 "Nested"
43 MemberName 126(Nested) 0 "f"
44 MemberName 126(Nested) 1 "S"
67 MemberDecorate 90(Nested) 0 Offset 0
[all …]
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorExpr.h37 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 …]
DTensorCustomOp.h29 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 …]
DTensorArgMax.h31 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;
DTensorAssign.h31 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;
DTensorForcedEval.h37 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;
DTensorGenerator.h30 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;
DTensorEvalTo.h31 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;
DTensorLayoutSwap.h45 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;
/external/syzkaller/pkg/config/
Dconfig_test.go19 type Nested struct {
30 Box Nested
31 Boq *Nested
32 Arr []Nested
70 Box: Nested{
93 Boq: &Nested{
110 Arr: []Nested{},
118 Arr: []Nested{
140 Boq: &Nested{
/external/golang-protobuf/proto/proto3_proto/
Dproto3.pb.go66Nested *Nested `protobuf:"bytes,6,opt,name=nested,proto3"… member
68 …Terrain map[string]*Nested `protobuf:"bytes,10,rep,name=terrain,proto…
169 func (m *Message) GetNested() *Nested {
171 return m.Nested
183 func (m *Message) GetTerrain() map[string]*Nested {
239 type Nested struct { struct
247 func (m *Nested) Reset() { *m = Nested{} } argument
248 func (m *Nested) String() string { return proto.CompactTextString(m) } argument
249 func (*Nested) ProtoMessage() {} argument
250 func (*Nested) Descriptor() ([]byte, []int) { argument
[all …]
/external/golang-protobuf/proto/
Dproto3_test.go74 Nested: &pb.Nested{
109 Terrain: map[string]*pb.Nested{
110 "meadow": new(pb.Nested),
124 Terrain: map[string]*pb.Nested{
125 "meadow": new(pb.Nested),
Dclone_test.go305 Terrain: map[string]*proto3pb.Nested{
306 "kay_a": &proto3pb.Nested{Cute: true}, // replace
307 "kay_b": &proto3pb.Nested{Bunny: "rabbit"}, // insert
311 Terrain: map[string]*proto3pb.Nested{
312 "kay_a": &proto3pb.Nested{Bunny: "lost"}, // replaced
313 "kay_c": &proto3pb.Nested{Bunny: "bunny"}, // keep
317 Terrain: map[string]*proto3pb.Nested{
318 "kay_a": &proto3pb.Nested{Cute: true},
319 "kay_b": &proto3pb.Nested{Bunny: "rabbit"},
320 "kay_c": &proto3pb.Nested{Bunny: "bunny"},
Dany_test.go73 nested := &pb.Nested{Bunny: "Monty"}
155 [type.googleapis.com/a/path/proto3_proto.Nested]: <
161 [type.googleapis.com/proto3_proto.Nested]: <
275 [type.googleapis.com/a/path/proto3_proto.Nested]: <
278 [type.googleapis.com/a/path/proto3_proto.Nested]: <
292 [type.googleapis.com/a/path/proto3_proto.Nested]: <
/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/deqp-deps/glslang/Test/
Dhlsl.flattenSubset2.frag1 struct Nested { float y; Texture2D texNested; };
2 struct A { Nested n; float x; };
3 struct B { Nested n; Texture2D tex; };
17 Nested n = b.n;
Dspv.multiStruct.comp24 struct Nested {
31 Nested N1;
36 Nested N2;
46 Nested n = uBufN.N1;
/external/clang/test/SemaCXX/
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());
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()));
/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;
/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/llvm/test/DebugInfo/COFF/
Dtypes-nested-class.ll6 ; 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/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dtypes-nested-class.ll6 ; struct Nested {};
38 ; CHECK: Name: A::Nested
44 ; CHECK: Type: A::Nested (0x1001)
45 ; CHECK: Name: Nested
96 !8 = !DICompositeType(tag: DW_TAG_structure_type, name: "Nested", scope: !6, file: !3, line: 2, siz…

1234567891011