Home | History | Annotate | Download | only in LTO

Lines Matching refs:IterBool

280     auto IterBool =
282 if (IterBool.second) {
283 NameAndAttributes &info = IterBool.first->second;
284 info.name = IterBool.first->first().data();
316 auto IterBool =
319 if (!IterBool.second)
322 NameAndAttributes &info = IterBool.first->second;
323 info.name = IterBool.first->first().data();
335 auto IterBool =
338 if (!IterBool.second)
341 NameAndAttributes &info = IterBool.first->second;
342 info.name = IterBool.first->first().data();
489 auto IterBool = _defines.insert(name);
492 if (!IterBool.second)
495 NameAndAttributes &info = _undefines[IterBool.first->first().data()];
507 info.name = IterBool.first->first().data();
530 auto IterBool = _undefines.insert(std::make_pair(name, NameAndAttributes()));
532 _asm_undefines.push_back(IterBool.first->first().data());
535 if (!IterBool.second)
540 NameAndAttributes &info = IterBool.first->second;
541 info.name = IterBool.first->first().data();
556 auto IterBool = _undefines.insert(std::make_pair(name, NameAndAttributes()));
559 if (!IterBool.second)
562 NameAndAttributes &info = IterBool.first->second;
564 info.name = IterBool.first->first().data();