Home
last modified time | relevance | path

Searched defs:argument_types (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dtype-inference.cc103 auto& argument_types = specialized_from->specialized_types; in MatchGeneric() local
Dinstructions.cc421 std::vector<const Type*> argument_types = stack->PopMany(argc); in TypeInstruction() local
472 std::vector<const Type*> argument_types = stack->PopMany(argc); in TypeInstruction() local
518 std::vector<const Type*> argument_types = stack->PopMany(argc); in TypeInstruction() local
Dtype-visitor.cc384 TypeVector argument_types; in ComputeType() local
Dtype-oracle.h68 TypeVector argument_types, const Type* return_type) { in GetBuiltinPointerType()
Dimplementation-visitor.cc3251 TypeVector argument_types = arguments.parameters.ComputeTypeVector(); in Visit() local
/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs271 argument_types: Vec<(Option<String>, TypeId)>, field
591 pub fn argument_types(&self) -> &[(Option<String>, TypeId)] { in argument_types() method