Home | History | Annotate | Download | only in Chapter7

Lines Matching refs:If

71                 (* If it wasn't a builtin binary operator, it must be a user defined
91 (* If argument mismatch error. *)
92 if Array.length params == Array.length args then () else
96 | Ast.If (cond, then_, else_) ->
190 (* Within the loop, the variable is defined equal to the PHI node. If it
207 (* If not specified, use 1.0. *)
256 (* If not specified, use 0.0. *)
296 (* If 'f' conflicted, there was already something named 'name'. If it
299 (* If 'f' already has a body, reject this. *)
300 if block_begin f <> At_end f then
303 (* If 'f' took a different number of arguments, reject. *)
304 if element_type (type_of f) <> ft then
340 (* If this is an operator, install it. *)