Home
last modified time | relevance | path

Searched refs:ComputeTypeVector (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/torque/
Ddeclaration-visitor.cc223 TypeVisitor::ComputeTypeVector(decl->generic_parameters), {}); in Visit()
229 generic, TypeVisitor::ComputeTypeVector(decl->generic_parameters)}); in Visit()
258 TypeVisitor::ComputeTypeVector(decl->generic_parameters)}); in Visit()
271 TypeVisitor::ComputeTypeVector( in Visit()
Dtype-visitor.cc366 ComputeTypeVector(args)); in ComputeType()
399 LabelDeclaration def = {label.name, ComputeTypeVector(label.types)}; in MakeSignature()
407 {ComputeTypeVector(declaration->parameters.types), in MakeSignature()
524 auto explicit_type_arguments = ComputeTypeVector(basic->generic_arguments); in ComputeTypeForStructExpression()
Dtype-visitor.h19 static TypeVector ComputeTypeVector(const std::vector<TypeExpression*>& v) { in ComputeTypeVector() function
Dimplementation-visitor.cc2114 arguments.parameters.ComputeTypeVector(), in LookupCallable()
2121 TypeVector types(arguments.parameters.ComputeTypeVector()); in LookupMethod()
2431 generic, TypeVisitor::ComputeTypeVector(expr->generic_arguments)}); in GetLocationReference()
2609 TypeVector parameter_types(arguments.parameters.ComputeTypeVector()); in GeneratePointerCall()
3194 TypeVisitor::ComputeTypeVector(expr->callee->generic_arguments); in Visit()
3236 TypeVisitor::ComputeTypeVector(expr->method->generic_arguments); in Visit()
3251 TypeVector argument_types = arguments.parameters.ComputeTypeVector(); in Visit()
3270 TypeVisitor::ComputeTypeVector(expr->generic_arguments); in Visit()
Dtypes.h850 TypeVector ComputeTypeVector() const { in ComputeTypeVector() function