Home | History | Annotate | Download | only in libpp

Lines Matching refs:cit

564 		list<string>::const_iterator cit;
566 for (cit = it->cg_files.begin(); cit != cend; ++cit) {
568 parse_filename(*cit, extra);
730 list<profile_dep_set>::const_iterator cit;
733 for (cit = pset.deps.begin(); cit != cend; ++cit)
734 out << "profile_dep_set #" << i++ << ":\n" << *cit;