Home
last modified time | relevance | path

Searched refs:m_global_variables (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-to-generic.cc442 label_index::const_iterator i = m_global_variables.find (name); in global_variable()
443 if (i == m_global_variables.end ()) in global_variable()
479 m_global_variables[name] = var_decl; in add_global_variable()
519 m_global_variables[var_name] = ptr_var; in add_host_def_var_ptr()
H A Dbrig-to-generic.h154 label_index m_global_variables; variable