Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-to-generic.cc455 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()
H A Dbrig-to-generic.h168 label_index m_function_index; variable