Searched refs:m_function_index (Results 1 – 2 of 2) sorted by relevance
455 label_index::const_iterator i = m_function_index.find (name); in function_decl()456 if (i == m_function_index.end ()) in function_decl()464 m_function_index[name] = func_decl; in add_function_decl()
168 label_index m_function_index; variable