Searched refs:ItInserted (Results 1 – 2 of 2) sorted by relevance
471 auto ItInserted = CachedControlDivDescs.emplace(&Term, std::move(DivDesc)); in getJoinBlocks() local472 assert(ItInserted.second); in getJoinBlocks()473 return *ItInserted.first->second; in getJoinBlocks()
371 auto ItInserted = Sections.try_emplace(Name, std::move(Section)); in recordSection() local372 if (!ItInserted.second) in recordSection()