Home
last modified time | relevance | path

Searched refs:variable_index (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-function.h45 typedef std::map<const BrigDirectiveVariable *, tree> variable_index; typedef
172 variable_index m_arg_variables;
H A Dbrig-to-generic.h49 typedef std::map<const BrigDirectiveVariable *, tree> variable_index; typedef
H A Dbrig-function.cc135 variable_index::const_iterator i = m_arg_variables.find (var); in arg_variable()