Lines Matching defs:IterBool
275 auto IterBool =
277 if (IterBool.second) {
278 NameAndAttributes &info = IterBool.first->second;
279 info.name = IterBool.first->first();
311 auto IterBool =
314 if (!IterBool.second)
317 NameAndAttributes &info = IterBool.first->second;
318 info.name = IterBool.first->first();
330 auto IterBool =
333 if (!IterBool.second)
336 NameAndAttributes &info = IterBool.first->second;
337 info.name = IterBool.first->first();
485 auto IterBool = _defines.insert(name);
488 if (!IterBool.second)
491 NameAndAttributes &info = _undefines[IterBool.first->first()];
503 info.name = IterBool.first->first();
526 auto IterBool = _undefines.insert(std::make_pair(name, NameAndAttributes()));
528 _asm_undefines.push_back(IterBool.first->first());
531 if (!IterBool.second)
536 NameAndAttributes &info = IterBool.first->second;
537 info.name = IterBool.first->first();
553 auto IterBool =
557 if (!IterBool.second)
560 NameAndAttributes &info = IterBool.first->second;
562 info.name = IterBool.first->first();