Home
last modified time | relevance | path

Searched refs:arg_variable (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-function.h65 tree arg_variable (const BrigDirectiveVariable *var) const;
H A Dbrig-branch-inst-handler.cc83 tree var = m_parent.m_cf->arg_variable (brig_var); in operator ()()
H A Dbrig-code-entry-handler.cc334 arg_var_decl = m_parent.m_cf->arg_variable (arg_symbol); in build_address_operand()
H A Dbrig-function.cc133 brig_function::arg_variable (const BrigDirectiveVariable *var) const in arg_variable() function in brig_function