Searched refs:gcc_jit_timer_push (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
H A D | performance.rst | 65 gcc_jit_timer_push (timer, "create_code"); 70 gcc_jit_timer_push (timer, "compile"); 75 gcc_jit_timer_push (timer, "running code"); 198 .. function:: void gcc_jit_timer_push(gcc_jit_timer *timer, \ 203 gcc_jit_timer_push (t, "running code");
|
H A D | compatibility.rst | 148 * :func:`gcc_jit_timer_push`
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
H A D | performance.rst | 65 gcc_jit_timer_push (timer, "create_code"); 70 gcc_jit_timer_push (timer, "compile"); 75 gcc_jit_timer_push (timer, "running code"); 198 .. function:: void gcc_jit_timer_push(gcc_jit_timer *timer, \ 203 gcc_jit_timer_push (t, "running code");
|
H A D | compatibility.rst | 148 * :func:`gcc_jit_timer_push`
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | libgccjit.map | 139 gcc_jit_timer_push;
|
H A D | libgccjit.h | 1388 gcc_jit_timer_push (gcc_jit_timer *timer,
|
H A D | libgccjit++.h | 1865 gcc_jit_timer_push (m_inner_timer, item_name); in push()
|
H A D | libgccjit.c | 2977 gcc_jit_timer_push (gcc_jit_timer *timer, in gcc_jit_timer_push() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | libgccjit.map | 139 gcc_jit_timer_push;
|
H A D | libgccjit.h | 1707 gcc_jit_timer_push (gcc_jit_timer *timer,
|
H A D | libgccjit++.h | 2135 gcc_jit_timer_push (m_inner_timer, item_name); in push()
|
H A D | ChangeLog | 1829 (gcc_jit_timer_push): New function. 1838 (gcc_jit_timer_push): New function. 1846 (gcc_jit_timer_push): New function.
|
H A D | libgccjit.cc | 3854 gcc_jit_timer_push (gcc_jit_timer *timer, in gcc_jit_timer_push() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 8734 @pxref{108,,gcc_jit_timer_push()} 8862 gcc_jit_timer_push (timer, "create_code"); 8867 gcc_jit_timer_push (timer, "compile"); 8872 gcc_jit_timer_push (timer, "running code"); 9043 @geindex gcc_jit_timer_push (C function) 9044 @anchor{topics/performance gcc_jit_timer_push}@anchor{108} 9045 @deffn {C Function} void gcc_jit_timer_push (gcc_jit_timer@w{ }*timer, const char@w{ }*item_name) 9050 gcc_jit_timer_push (t, "running code");
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 8905 @ref{142,,gcc_jit_timer_push()} 9378 gcc_jit_timer_push (timer, "create_code"); 9383 gcc_jit_timer_push (timer, "compile"); 9388 gcc_jit_timer_push (timer, "running code"); 9539 @geindex gcc_jit_timer_push (C function) 9540 @anchor{topics/performance c gcc_jit_timer_push}@anchor{142} 9541 @deffn {C Function} void gcc_jit_timer_push (gcc_jit_timer@w{ }*timer, const char@w{ }*item_name) 9546 gcc_jit_timer_push (t, "running code");
|