Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Serialization/
H A DGeneratePCH.cpp35 this->Buffer->IsComplete = false; in PCHGenerator()
75 Buffer->IsComplete = true; in HandleTranslationUnit()
H A DPCHContainerOperations.cpp40 if (Buffer->IsComplete) { in HandleTranslationUnit()
/openbsd/gnu/llvm/clang/include/clang/Serialization/
H A DPCHContainerOperations.h30 bool IsComplete; member
H A DASTWriter.h820 bool hasEmittedPCH() const { return Buffer->IsComplete; } in hasEmittedPCH()
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DChainedIncludesSource.cpp179 assert(Buffer->IsComplete && "serialization did not complete"); in createChainedIncludesSource()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp277 assert(Buffer->IsComplete && "serialization did not complete"); in HandleTranslationUnit()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1479 bool IsComplete = false;
1488 bool isComplete() const { return IsComplete; }
1499 BackedgeTakenInfo(ArrayRef<EdgeExitInfo> ExitCounts, bool IsComplete,
/openbsd/gnu/llvm/clang/lib/AST/
H A DVTableBuilder.cpp1996 bool IsComplete = in dumpLayout() local
2002 if (IsComplete) in dumpLayout()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp3749 bool IsComplete = isCompleteType(StartLoc, Pointee); in ActOnCXXDelete() local
3751 IsComplete && (!ArrayForm || UsualArrayDeleteWantsSize || in ActOnCXXDelete()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp8743 bool IsComplete, const SCEV *ConstantMax, bool MaxOrZero) in BackedgeTakenInfo() argument
8744 : ConstantMax(ConstantMax), IsComplete(IsComplete), MaxOrZero(MaxOrZero) { in BackedgeTakenInfo()