Home
last modified time | relevance | path

Searched refs:set_bool_option (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc563 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_INITIAL_GIMPLE, in create_context()
565 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_GENERATED_CODE, in create_context()
569 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_KEEP_INTERMEDIATES, in create_context()
571 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_EVERYTHING, in create_context()
573 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DEBUGINFO, in create_context()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc563 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_INITIAL_GIMPLE, in create_context()
565 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_GENERATED_CODE, in create_context()
569 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_KEEP_INTERMEDIATES, in create_context()
571 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_EVERYTHING, in create_context()
573 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DEBUGINFO, in create_context()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/
H A Dtut02-square.cc61 ctxt.set_bool_option ( in main()
H A Dtut01-hello-world.cc76 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_GENERATED_CODE, 0); in main()
H A Dtut03-sum-of-squares.cc103 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_GENERATED_CODE, in main()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/
H A Dtut02-square.cc61 ctxt.set_bool_option ( in main()
H A Dtut01-hello-world.cc76 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_GENERATED_CODE, 0); in main()
H A Dtut03-sum-of-squares.cc103 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_GENERATED_CODE, in main()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/intro/
H A Dtutorial02.rst230 on the context using :func:`gccjit::context::set_bool_option`.
242 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_INITIAL_GIMPLE, 1);
262 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_GENERATED_CODE, 1);
H A Dtutorial04.rst326 :func:`gccjit::context::set_bool_option`:
330 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DEBUGINFO, 1);
403 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_INITIAL_GIMPLE, 1);
452 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_GENERATED_CODE, 1);
597 state.ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_EVERYTHING, 1);
598 state.ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_KEEP_INTERMEDIATES, 1);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/intro/
H A Dtutorial02.rst230 on the context using :func:`gccjit::context::set_bool_option`.
242 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_INITIAL_GIMPLE, 1);
262 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_GENERATED_CODE, 1);
H A Dtutorial04.rst326 :func:`gccjit::context::set_bool_option`:
330 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DEBUGINFO, 1);
403 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_INITIAL_GIMPLE, 1);
452 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_GENERATED_CODE, 1);
597 state.ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_EVERYTHING, 1);
598 state.ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_KEEP_INTERMEDIATES, 1);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/
H A Dlocations.rst41 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DEBUGINFO, 1);
H A Dcontexts.rst178 gccjit::context::set_bool_option(enum gcc_jit_bool_option, \
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/
H A Dlocations.rst41 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DEBUGINFO, 1);
H A Dcontexts.rst178 gccjit::context::set_bool_option(enum gcc_jit_bool_option, \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.h175 set_bool_option (enum gcc_jit_bool_option opt,
H A Dlibgccjit++.h125 void set_bool_option (enum gcc_jit_bool_option opt,
669 context::set_bool_option (enum gcc_jit_bool_option opt, in set_bool_option() function
H A Djit-recording.h216 set_bool_option (enum gcc_jit_bool_option opt,
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.h203 set_bool_option (enum gcc_jit_bool_option opt,
H A Dlibgccjit++.h126 void set_bool_option (enum gcc_jit_bool_option opt,
730 context::set_bool_option (enum gcc_jit_bool_option opt, in set_bool_option() function
H A DChangeLog.jit925 (gcc::jit::recording::context::set_bool_option): Likewise.
2017 (gccjit::context::set_bool_option): New.
2741 (gcc::jit::recording::context::set_bool_option): Likewise.
3145 (gcc::jit::context::set_bool_option): Likewise.
H A Djit-recording.h232 set_bool_option (enum gcc_jit_bool_option opt,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi9393 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_GENERATED_CODE, 0);
9734 on the context using @pxref{126,,gccjit;;context;;set_bool_option()}.
9745 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_INITIAL_GIMPLE, 1);
9769 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_GENERATED_CODE, 1);
9909 ctxt.set_bool_option (
10570 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_GENERATED_CODE,
11708 @pxref{126,,gccjit;;context;;set_bool_option()}:
11711 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DEBUGINFO, 1);
11800 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_INITIAL_GIMPLE, 1);
11853 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_GENERATED_CODE, 1);
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi10167 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_GENERATED_CODE, 0);
10459 on the context using @ref{181,,gccjit;;context;;set_bool_option()}.
10470 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_INITIAL_GIMPLE, 1);
10490 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_GENERATED_CODE, 1);
10622 ctxt.set_bool_option (
11222 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_GENERATED_CODE,
12289 @ref{181,,gccjit;;context;;set_bool_option()}:
12292 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DEBUGINFO, 1);
12371 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_INITIAL_GIMPLE, 1);
12420 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_GENERATED_CODE, 1);
[all …]

12