Home
last modified time | relevance | path

Searched refs:get_scope (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DDataObject.h58 Histable *get_scope () { return scope; } in get_scope() function
H A DModule.cc1725 Histable* scope = dtype->dobj ? dtype->dobj->get_scope () : NULL; in dump_dataobjects()
H A DPrint.cc626 Histable *scope = dobj->get_scope (); in dump_detail()
H A DDbeSession.cc2795 Histable* scope = ditem->get_scope (); in dump_dataobjects()
H A DDbeSession.cc.12789 Histable* scope = ditem->get_scope ();
H A DDbe.cc6424 scope = dobj->get_scope (); in setDataSummary()
/netbsd/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.c3425 if (rvalue->get_scope ()) in visit()
3427 if (rvalue->get_scope () != stmt_scope) in visit()
3438 rvalue->get_scope ()->get_debug_string (), in visit()
3701 if (param->get_scope ()) in function()
3709 gcc_assert (this == param->get_scope ()); in function()
H A Djit-recording.cc3774 if (rvalue->get_scope ()) in visit()
3776 if (rvalue->get_scope () != stmt_scope) in visit()
3787 rvalue->get_scope ()->get_debug_string (), in visit()
4071 if (param->get_scope ()) in function()
4079 gcc_assert (this == param->get_scope ()); in function()
H A Dlibgccjit.c925 params[i]->get_scope () == NULL, in gcc_jit_context_new_function()
934 params[i]->get_scope ()->get_debug_string ()); in gcc_jit_context_new_function()
H A Dlibgccjit.cc1207 params[i]->get_scope () == NULL, in gcc_jit_context_new_function()
1216 params[i]->get_scope ()->get_debug_string ()); in gcc_jit_context_new_function()
H A Djit-recording.h1139 function *get_scope () const { return m_scope; } in get_scope() function
H A DChangeLog2685 (rvalue::get_scope): New function.
/netbsd/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.c3425 if (rvalue->get_scope ()) in visit()
3427 if (rvalue->get_scope () != stmt_scope) in visit()
3438 rvalue->get_scope ()->get_debug_string (), in visit()
3701 if (param->get_scope ()) in function()
3709 gcc_assert (this == param->get_scope ()); in function()
H A Dlibgccjit.c925 params[i]->get_scope () == NULL, in gcc_jit_context_new_function()
934 params[i]->get_scope ()->get_debug_string ()); in gcc_jit_context_new_function()
H A Djit-recording.h1056 function *get_scope () const { return m_scope; } in get_scope() function