Searched refs:new_local (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/
H A Dtut03-sum-of-squares.cc54 gccjit::lvalue i = func.new_local (the_type, "i");
55 gccjit::lvalue sum = func.new_local (the_type, "sum");
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/docs/examples/
H A Dtut03-sum-of-squares.cc54 gccjit::lvalue i = func.new_local (the_type, "i");
55 gccjit::lvalue sum = func.new_local (the_type, "sum");
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dbuildsym-legacy.h143 extern void set_local_using_directives (struct using_direct *new_local);
H A Dbuildsym-legacy.c93 set_local_using_directives (struct using_direct *new_local)
96 buildsym_compunit->set_local_using_directives (new_local);
92 set_local_using_directives(struct using_direct *new_local) argument
H A Dbuildsym.h213 void set_local_using_directives (struct using_direct *new_local) argument
215 m_local_using_directives = new_local;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dbuildsym.h265 void set_local_using_directives (struct using_direct *new_local) argument
267 m_local_using_directives = new_local;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc622 stack = fn.new_local (stack_type, "stack");
623 stack_depth = fn.new_local (int_type, "stack_depth");
624 x = fn.new_local (int_type, "x");
625 y = fn.new_local (int_type, "y");
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc622 stack = fn.new_local (stack_type, "stack");
623 stack_depth = fn.new_local (int_type, "stack_depth");
624 x = fn.new_local (int_type, "x");
625 y = fn.new_local (int_type, "y");
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.h451 new_local (location *loc,
H A Dlibgccjit++.h375 lvalue new_local (type type_,
1432 function::new_local (type type_, function in class:gccjit::function
H A Djit-recording.h1176 new_local (location *loc,
H A Djit-recording.c3761 recording::function::new_local (recording::location *loc, function in class:recording::function
5788 ->new_local (playback_location (r, m_loc),
H A Djit-playback.c1413 new_local (location *loc, function in class:playback::function
H A Dlibgccjit.c1891 gcc::jit::recording::function::new_local method in jit-recording.c. */
1915 return (gcc_jit_lvalue *)func->new_local (loc, type, name);
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.h495 new_local (location *loc,
H A Dlibgccjit++.h393 lvalue new_local (type type_,
1501 function::new_local (type type_, function in class:gccjit::function
H A Djit-playback.cc1795 new_local (location *loc, function in class:gcc::jit::playback::function
H A Djit-recording.h1275 new_local (location *loc,
H A Djit-recording.cc4131 recording::function::new_local (recording::location *loc, function in class:gcc::jit::recording::function
6578 ->new_local (playback_location (r, m_loc),
H A Dlibgccjit.cc2746 gcc::jit::recording::function::new_local method in jit-recording.cc. */
2775 return (gcc_jit_lvalue *)func->new_local (loc, type, name);

Completed in 416 milliseconds