Home
last modified time | relevance | path

Searched refs:main_loop (Results 1 – 23 of 23) sorted by relevance

/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dtoplevel.ml6 let rec main_loop stream = function
13 main_loop stream
34 main_loop stream
Dtoy.ml18 Toplevel.main_loop stream;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dtoplevel.ml8 let rec main_loop stream = function
15 main_loop stream
39 main_loop stream
Dtoy.ml20 Toplevel.main_loop stream;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoplevel.ml9 let rec main_loop the_fpm the_execution_engine stream = function
16 main_loop the_fpm the_execution_engine stream
49 main_loop the_fpm the_execution_engine stream
Dtoy.ml47 Toplevel.main_loop the_fpm the_execution_engine stream;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoplevel.ml9 let rec main_loop the_fpm the_execution_engine stream = function
16 main_loop the_fpm the_execution_engine stream
49 main_loop the_fpm the_execution_engine stream
Dtoy.ml47 Toplevel.main_loop the_fpm the_execution_engine stream;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoplevel.ml9 let rec main_loop the_fpm the_execution_engine stream = function
16 main_loop the_fpm the_execution_engine stream
49 main_loop the_fpm the_execution_engine stream
Dtoy.ml51 Toplevel.main_loop the_fpm the_execution_engine stream;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoplevel.ml9 let rec main_loop the_fpm the_execution_engine stream = function
16 main_loop the_fpm the_execution_engine stream
49 main_loop the_fpm the_execution_engine stream
Dtoy.ml47 Toplevel.main_loop the_fpm the_execution_engine stream;
/external/iputils/
Dping_common.h289 extern void main_loop(int icmp_sock, __u8 *buf, int buflen) __attribute__((noreturn));
Dping_common.c726 void main_loop(int icmp_sock, __u8 *packet, int packlen) in main_loop() function
Dping.c604 main_loop(icmp_sock, packet, packlen); in main()
Dping6.c1267 main_loop(icmp_sock, packet, packlen); in main()
/external/llvm/docs/tutorial/
DOCamlLangImpl2.rst514 let rec main_loop stream =
521 main_loop stream
542 main_loop stream
843 let rec main_loop stream =
850 main_loop stream
871 main_loop stream
893 Toplevel.main_loop stream;
DOCamlLangImpl4.rst162 Toplevel.main_loop the_fpm the_execution_engine stream;
804 let rec main_loop the_fpm the_execution_engine stream =
811 main_loop the_fpm the_execution_engine stream
844 main_loop the_fpm the_execution_engine stream
895 Toplevel.main_loop the_fpm the_execution_engine stream;
DOCamlLangImpl3.rst400 Codegen into the "``Toplevel.main_loop``", and then dumps out the LLVM
897 let rec main_loop stream =
904 main_loop stream
928 main_loop stream
952 Toplevel.main_loop stream;
DOCamlLangImpl6.rst1323 let rec main_loop the_fpm the_execution_engine stream =
1330 main_loop the_fpm the_execution_engine stream
1363 main_loop the_fpm the_execution_engine stream
1414 Toplevel.main_loop the_fpm the_execution_engine stream;
DOCamlLangImpl5.rst1250 let rec main_loop the_fpm the_execution_engine stream =
1257 main_loop the_fpm the_execution_engine stream
1290 main_loop the_fpm the_execution_engine stream
1341 Toplevel.main_loop the_fpm the_execution_engine stream;
DOCamlLangImpl7.rst1602 let rec main_loop the_fpm the_execution_engine stream =
1609 main_loop the_fpm the_execution_engine stream
1642 main_loop the_fpm the_execution_engine stream
1697 Toplevel.main_loop the_fpm the_execution_engine stream;
/external/libvpx/libvpx/
Dvpxdec.c540 static int main_loop(int argc, const char **argv_) { in main_loop() function
1161 error = main_loop(argc, argv_); in main()