Home
last modified time | relevance | path

Searched refs:IsInserted (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/include/clang/Tooling/DependencyScanning/
DDependencyScanningFilesystem.h161 bool IsInserted = Cache.try_emplace(Filename, Entry).second; in setCachedEntry() local
162 (void)IsInserted; in setCachedEntry()
163 assert(IsInserted && "local cache is updated more than once"); in setCachedEntry()
/external/llvm-project/clang/lib/Frontend/
DPrecompiledPreamble.cpp182 auto IsInserted = Files.insert(File).second; in addFile() local
183 (void)IsInserted; in addFile()
184 assert(IsInserted && "File has already been added"); in addFile()
/external/llvm-project/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp242 bool IsInserted; in calculateSccBlockType() local
243 std::tie(std::ignore, IsInserted) = in calculateSccBlockType()
245 assert(IsInserted && "Duplicated block in SCC"); in calculateSccBlockType()