Searched defs:formal (Results 1 – 3 of 3) sorted by relevance
115 const ir_variable *const formal = (ir_variable *) formal_node; in verify_parameter_modes() local205 ir_variable *formal = (ir_variable *) formal_iter.get(); in generate_call() local
3095 bool formal, in parameters_to_hir()
90 public TypeResolver where(Type formal, Type actual) { in where()