Home | History | Annotate | Download | only in pp

Lines Matching refs:cit

253 	vector<string>::const_iterator cit = mergespec.begin();
256 for (; cit != end; ++cit) {
257 if (*cit == "cpu") {
259 } else if (*cit == "tid") {
261 } else if (*cit == "tgid") {
265 } else if ((*cit == "lib" || *cit == "library") && allow_lib) {
267 } else if (*cit == "unitmask") {
269 } else if (*cit == "all") {
277 cerr << "unknown merge option: " << *cit << endl;