Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:arg_iterator

49   typedef Function::const_arg_iterator arg_iterator;
50 for (arg_iterator I = F.arg_begin(), E = F.arg_end(); I != E; ++I) {