Lines Matching refs:exec
47 const BrigDirectiveExecutable *exec = (const BrigDirectiveExecutable *) base; in operator ()() local
52 m_parent.get_string (exec->name).c_str()); in operator ()()
53 printf ("brig: inargs %d outargs %d name offset %d\n", exec->inArgCount, in operator ()()
54 exec->outArgCount, exec->name); in operator ()()
58 = exec->modifier & BRIG_EXECUTABLE_DEFINITION; in operator ()()
68 std::string func_name = m_parent.get_mangled_name (exec); in operator ()()
74 m_parent.m_cf = new brig_function (exec, &m_parent); in operator ()()
184 if (exec->outArgCount == 1) in operator ()()
233 if (exec->inArgCount > 0) in operator ()()
235 uint32_t arg_offset = exec->firstInArg; in operator ()()
236 for (size_t arg = 0; arg < exec->inArgCount; ++arg) in operator ()()