Home
last modified time | relevance | path

Searched refs:Ended (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp251 BitVector Started, Ended; in calculateLiveIntervals() local
253 Ended.resize(NumAllocas); in calculateLiveIntervals()
273 Ended.reset(AllocaNo); in calculateLiveIntervals()
281 Ended.set(AllocaNo); in calculateLiveIntervals()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DDynamicAllocator.cpp93 AllocForm == Form::Operator ? Lifetime::Ended : Lifetime::Started; in allocate()
H A DDescriptor.h66 Ended, enumerator
H A DPointer.h722 getInlineDesc()->LifeState = Lifetime::Ended; in endLifetime()
H A DInterpBuiltin.cpp2229 bool Result = Ptr.getLifetime() != Lifetime::Ended; in interp__builtin_is_within_lifetime()
H A DInterp.h2318 if (Ptr.getLifetime() == Lifetime::Ended) { in Destroy()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1148 : CD(CD), WrappedSegment(nullptr), Next(CD.begin()), Ended(false), in LineCoverageIterator()
1154 return &CD == &R.CD && Next == R.Next && Ended == R.Ended;
1164 EndIt.Ended = true; in getEnd()
1172 bool Ended; variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp1610 Ended = true; in operator ++()