Searched refs:variable_index (Results 1 – 3 of 3) sorted by relevance
45 typedef std::map<const BrigDirectiveVariable *, tree> variable_index; typedef172 variable_index m_arg_variables;
49 typedef std::map<const BrigDirectiveVariable *, tree> variable_index; typedef
135 variable_index::const_iterator i = m_arg_variables.find (var); in arg_variable()