Home
last modified time | relevance | path

Searched defs:parameter_types (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dinstructions.cc154 std::vector<const Type*> parameter_types = in TypeInstruction() local
173 auto parameter_types = in RecomputeDefinitionLocations() local
209 std::vector<const Type*> parameter_types = in TypeInstruction() local
236 auto parameter_types = in RecomputeDefinitionLocations() local
281 std::vector<const Type*> parameter_types = in TypeInstruction() local
329 auto parameter_types = in RecomputeDefinitionLocations() local
764 std::vector<const Type*> parameter_types = in TypeInstruction() local
781 auto parameter_types = in RecomputeDefinitionLocations() local
Dcsa-generator.cc155 const TypeVector& parameter_types, in ProcessArgumentsCommon()
178 TypeVector parameter_types = in EmitInstruction() local
314 TypeVector parameter_types = in EmitInstruction() local
366 TypeVector parameter_types = in EmitInstruction() local
487 TypeVector parameter_types = in EmitInstruction() local
Dcc-generator.cc103 const TypeVector& parameter_types, in ProcessArgumentsCommon()
126 TypeVector parameter_types = in EmitInstruction() local
209 TypeVector parameter_types = in EmitInstruction() local
Dtypes.h342 const TypeVector& parameter_types() const { return parameter_types_; } in parameter_types() function
366 BuiltinPointerType(const Type* parent, TypeVector parameter_types, in BuiltinPointerType()
903 ParameterTypes parameter_types; member
Dtypes.cc1041 bool FirstTypeIsContext(const std::vector<const Type*> parameter_types) { in FirstTypeIsContext()
1113 TypeVector LowerParameterTypes(const ParameterTypes& parameter_types, in LowerParameterTypes()
Dimplementation-visitor.cc555 Stack<const Type*>* parameter_types, in AddParameter()
588 Stack<const Type*> parameter_types; in Visit() local
1328 TypeVector parameter_types; in Visit() local
1913 const TypeVector& parameter_types, in FailCallableLookup()
1986 const QualifiedName& name, const TypeVector& parameter_types) { in TestLookupCallable()
2013 const TypeVector& parameter_types, in LookupCallable()
2609 TypeVector parameter_types(arguments.parameters.ComputeTypeVector()); in GeneratePointerCall() local
Dimplementation-visitor.h404 std::vector<const Type*> parameter_types; member
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.c1376 const SpvId parameter_types[], in spirv_builder_type_function()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_common.hpp727 SmallVector<uint32_t> parameter_types; member