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

  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
PCHContainerOperations.h 32 bool IsComplete;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolution.h 1384 bool IsComplete;
1393 bool isComplete() const { return IsComplete; }
1397 BackedgeTakenInfo() : ConstantMax(nullptr), IsComplete(false) {}
1404 BackedgeTakenInfo(ArrayRef<EdgeExitInfo> ExitCounts, bool IsComplete,
1415 bool hasFullInfo() const { return isComplete(); }
  /src/external/apache2/llvm/dist/clang/lib/AST/
VTableBuilder.cpp 1995 bool IsComplete =
2001 if (IsComplete)

Completed in 32 milliseconds