Searched refs:IsComplete (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp35 this->Buffer->IsComplete = false;
71 Buffer->IsComplete = true;
H A DPCHContainerOperations.cpp40 if (Buffer->IsComplete) {
/freebsd-current/contrib/llvm-project/clang/include/clang/Serialization/
H A DPCHContainerOperations.h30 bool IsComplete; member in struct:clang::PCHBuffer
H A DASTWriter.h873 bool hasEmittedPCH() const { return Buffer->IsComplete; }
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp179 assert(Buffer->IsComplete && "serialization did not complete");
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp280 assert(Buffer->IsComplete && "serialization did not complete");
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1482 bool IsComplete = false; member in class:llvm::ScalarEvolution::BackedgeTakenInfo
1491 bool isComplete() const { return IsComplete; }
1502 BackedgeTakenInfo(ArrayRef<EdgeExitInfo> ExitCounts, bool IsComplete,
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2002 bool IsComplete = local
2008 if (IsComplete)
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3792 bool IsComplete = isCompleteType(StartLoc, Pointee);
3794 IsComplete && (!ArrayForm || UsualArrayDeleteWantsSize ||
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8704 bool IsComplete, const SCEV *ConstantMax, bool MaxOrZero)
8705 : ConstantMax(ConstantMax), IsComplete(IsComplete), MaxOrZero(MaxOrZero) {

Completed in 267 milliseconds