Searched refs:PtrState (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DPtrState.h1 //===--- PtrState.h - ARC State for a Ptr -------------------*- C++ -*-----===//
100 class PtrState { class in namespace:llvm::objcarc
115 PtrState() : KnownPositiveRefCount(false), Partial(false), Seq(S_None) {} function in class:llvm::objcarc::PtrState
154 void Merge(const PtrState &Other, bool TopDown);
167 struct BottomUpPtrState : PtrState {
168 BottomUpPtrState() : PtrState() {}
188 struct TopDownPtrState : PtrState {
189 TopDownPtrState() : PtrState() {}
H A DPtrState.cpp1 //===--- PtrState.cpp -----------------------------------------------------===//
10 #include "PtrState.h"
113 // PtrState
116 void PtrState::SetKnownPositiveRefCount() {
121 void PtrState::ClearKnownPositiveRefCount() {
126 void PtrState::SetSeq(Sequence NewSeq) {
131 void PtrState::ResetSequenceProgress(Sequence NewSeq) {
138 void PtrState::Merge(const PtrState &Other, bool TopDown) {
153 // Otherwise merge the other PtrState'
[all...]
H A DObjCARCOpts.cpp32 #include "PtrState.h"
251 /// Attempt to find the PtrState object describing the top down state for
252 /// pointer Arg. Return a new initialized PtrState describing the top down
258 /// Attempt to find the PtrState object describing the bottom up state for
259 /// pointer Arg. Return a new initialized PtrState describing the bottom up
265 /// Attempt to find the PtrState object describing the bottom up state for
428 const PtrState &P = I->second;
448 const PtrState &P = I->second;
/freebsd-11.0-release/lib/clang/libllvmobjcarcopts/
H A DMakefile15 PtrState.cpp

Completed in 109 milliseconds