Home | History | Annotate | Download | only in Instrumentation

Lines Matching full:param_begin

345   std::copy(T->param_begin(), T->param_end(), std::back_inserter(ArgTypes));
360 std::copy(T->param_begin(), T->param_end(), std::back_inserter(ArgTypes));
372 for (FunctionType::param_iterator i = T->param_begin(), e = T->param_end();