Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp179 auto IsInserted = Files.insert(File).second; in addFile() local
180 (void)IsInserted; in addFile()
181 assert(IsInserted && "File has already been added"); in addFile()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp308 bool IsInserted; in calculateSccBlockType() local
309 std::tie(std::ignore, IsInserted) = in calculateSccBlockType()
311 assert(IsInserted && "Duplicated block in SCC"); in calculateSccBlockType()