Searched refs:IsInserted (Results 1 – 2 of 2) sorted by relevance
179 auto IsInserted = Files.insert(File).second; in addFile() local180 (void)IsInserted; in addFile()181 assert(IsInserted && "File has already been added"); in addFile()
308 bool IsInserted; in calculateSccBlockType() local309 std::tie(std::ignore, IsInserted) = in calculateSccBlockType()311 assert(IsInserted && "Duplicated block in SCC"); in calculateSccBlockType()