Home
last modified time | relevance | path

Searched refs:m_function_scope_vars (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-fbarrier-handler.cc40 m_parent.m_cf->m_function_scope_vars.insert (base); in operator ()()
H A Dbrig-function.h230 std::set<const BrigBase*> m_function_scope_vars; variable
H A Dbrig-variable-handler.cc151 m_parent.m_cf->m_function_scope_vars.insert (base); in operator ()()
H A Dbrig-function.cc875 return m_function_scope_vars.find (var) != m_function_scope_vars.end (); in has_function_scope_var()