Searched refs:m_global_variables (Results 1 – 2 of 2) sorted by relevance
442 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()
154 label_index m_global_variables; variable