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();
480 auto IterBool = _defines.insert(name);
483 if (!IterBool.second)
486 NameAndAttributes &info = _undefines[IterBool.first->first()];
498 info.name = IterBool.first->first();
521 auto IterBool = _undefines.insert(std::make_pair(name, NameAndAttributes()));
523 _asm_undefines.push_back(IterBool.first->first());
526 if (!IterBool.second)
531 NameAndAttributes &info = IterBool.first->second;
532 info.name = IterBool.first->first();
548 auto IterBool =
552 if (!IterBool.second)
555 NameAndAttributes &info = IterBool.first->second;
557 info.name = IterBool.first->first();