Searched defs:argument_types (Results 1 – 6 of 6) sorted by relevance
103 auto& argument_types = specialized_from->specialized_types; in MatchGeneric() local
421 std::vector<const Type*> argument_types = stack->PopMany(argc); in TypeInstruction() local472 std::vector<const Type*> argument_types = stack->PopMany(argc); in TypeInstruction() local518 std::vector<const Type*> argument_types = stack->PopMany(argc); in TypeInstruction() local
384 TypeVector argument_types; in ComputeType() local
68 TypeVector argument_types, const Type* return_type) { in GetBuiltinPointerType()
3251 TypeVector argument_types = arguments.parameters.ComputeTypeVector(); in Visit() local
271 argument_types: Vec<(Option<String>, TypeId)>, field591 pub fn argument_types(&self) -> &[(Option<String>, TypeId)] { in argument_types() method