HomeSort by: relevance | last modified time | path
    Searched defs:IsInserted (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
DependencyScanningFilesystem.h 161 bool IsInserted = Cache.try_emplace(Filename, Entry).second;
162 (void)IsInserted;
163 assert(IsInserted && "local cache is updated more than once");
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
PrecompiledPreamble.cpp 182 auto IsInserted = Files.insert(File).second;
183 (void)IsInserted;
184 assert(IsInserted && "File has already been added");
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 235 bool IsInserted;
236 std::tie(std::ignore, IsInserted) =
238 assert(IsInserted && "Duplicated block in SCC");

Completed in 37 milliseconds