Searched refs:iter_bool (Results 1 – 2 of 2) sorted by relevance
22 auto iter_bool = cache.try_emplace(id, std::nullopt); in Get() local23 if (iter_bool.second) in Get()24 iter_bool.first->second = (this->*do_get)(id); in Get()25 if (iter_bool.first->second) in Get()26 return llvm::StringRef(*iter_bool.first->second); in Get()
1136 auto iter_bool = m_type_unit_support_files.try_emplace(offset); in GetTypeUnitSupportFiles() local1137 std::unique_ptr<SupportFileList> &list = iter_bool.first->second; in GetTypeUnitSupportFiles()1138 if (iter_bool.second) { in GetTypeUnitSupportFiles()