Home | History | Annotate | Download | only in tutorial

Lines Matching full:callee

1046           | Ast.Call (callee, args) ->
1048 let callee =
1049 match lookup_function callee the_module with
1050 | Some callee -> callee
1053 let params = params callee in
1059 build_call callee args "calltmp" builder