Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
DDependencyScanningFilesystem.h163 bool IsInserted = Cache.try_emplace(Filename, Entry).second; in setCachedEntry() local
164 (void)IsInserted; in setCachedEntry()
165 assert(IsInserted && "local cache is updated more than once"); in setCachedEntry()
/freebsd-12-stable/contrib/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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp235 bool IsInserted; in calculateSccBlockType() local
236 std::tie(std::ignore, IsInserted) = in calculateSccBlockType()
238 assert(IsInserted && "Duplicated block in SCC"); in calculateSccBlockType()