Searched refs:lookup_function (Results 1 – 22 of 22) sorted by relevance
37 match lookup_function callee the_module with55 match lookup_function name the_module with
190 obj.pretty_printers.append(lookup_function)192 def lookup_function(val): function
24 match lookup_function callee the_module with46 match lookup_function callee the_module with55 match lookup_function callee the_module with195 match lookup_function name the_module with
33 match lookup_function callee the_module with75 match lookup_function callee the_module with85 match lookup_function callee the_module with293 match lookup_function name the_module with
37 match lookup_function callee the_module with177 match lookup_function name the_module with
221 match lookup_function callee the_module with394 match lookup_function callee the_module with1083 match lookup_function callee the_module with1105 match lookup_function callee the_module with1114 match lookup_function callee the_module with1254 match lookup_function name the_module with
178 match lookup_function callee the_module with228 match lookup_function name the_module with822 match lookup_function callee the_module with840 match lookup_function name the_module with
1252 match lookup_function callee the_module with1294 match lookup_function callee the_module with1304 match lookup_function callee the_module with1512 match lookup_function name the_module with
725 match lookup_function callee the_module with743 match lookup_function name the_module with
1049 match lookup_function callee the_module with1189 match lookup_function name the_module with
643 insist (None = lookup_function "Fn1" m);650 insist (None <> lookup_function "Fn1" m);651 insist (match lookup_function "Fn1" m with Some x -> x = fn
560 insist (None = lookup_function "Fn1" m);567 insist (None <> lookup_function "Fn1" m);568 insist (match lookup_function "Fn1" m with Some x -> x = fn
705 external lookup_function : string -> llmodule -> llvalue option
1482 (** [lookup_function name m] returns [Some f] if a function with name1485 val lookup_function : string -> llmodule -> llvalue option val
590 external lookup_function : string -> llmodule -> llvalue option
1303 (** [lookup_function name m] returns [Some f] if a function with name1306 val lookup_function : string -> llmodule -> llvalue option val