Home
last modified time | relevance | path

Searched defs:referenced_type (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dtype-oracle.h121 static const Type* GetReferenceType(const Type* referenced_type, in GetReferenceType()
126 static const Type* GetConstReferenceType(const Type* referenced_type) { in GetConstReferenceType()
129 static const Type* GetMutableReferenceType(const Type* referenced_type) { in GetMutableReferenceType()
133 static const Type* GetMutableSliceType(const Type* referenced_type) { in GetMutableSliceType()
136 static const Type* GetConstSliceType(const Type* referenced_type) { in GetConstSliceType()
Dimplementation-visitor.cc2278 if (base::Optional<const Type*> referenced_type = in GenerateFieldAccess() local
2491 const Type* referenced_type = *reference.ReferencedType(); in GenerateFetchFromLocation() local
2551 const Type* referenced_type = *reference.ReferencedType(); in GenerateAssignToLocation() local
Dtorque-parser.cc1307 auto referenced_type = child_results->NextAs<TypeExpression*>(); in MakeReferenceTypeExpression() local