Home | History | Annotate | Download | only in LTO

Lines Matching refs:IterBool

270     auto IterBool =
272 if (IterBool.second) {
273 NameAndAttributes &info = IterBool.first->second;
274 info.name = IterBool.first->first();
306 auto IterBool =
309 if (!IterBool.second)
312 NameAndAttributes &info = IterBool.first->second;
313 info.name = IterBool.first->first();
325 auto IterBool =
328 if (!IterBool.second)
331 NameAndAttributes &info = IterBool.first->second;
332 info.name = IterBool.first->first();
476 auto IterBool = _defines.insert(name);
479 if (!IterBool.second)
482 NameAndAttributes &info = _undefines[IterBool.first->first()];
494 info.name = IterBool.first->first();
517 auto IterBool = _undefines.insert(std::make_pair(name, NameAndAttributes()));
519 _asm_undefines.push_back(IterBool.first->first());
522 if (!IterBool.second)
527 NameAndAttributes &info = IterBool.first->second;
528 info.name = IterBool.first->first();
544 auto IterBool = _undefines.insert(std::make_pair(name, NameAndAttributes()));
547 if (!IterBool.second)
550 NameAndAttributes &info = IterBool.first->second;
552 info.name = IterBool.first->first();