Searched refs:getIvarAccessHistory (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h117 assert(getIvarAccessHistory() == IvarAccess && "not enough bits");
148 IvarAccessHistory getIvarAccessHistory() const { function in class:clang::ento::retaincountchecker::RefVal
186 getAutoreleaseCount(), getType(), getIvarAccessHistory());
191 getAutoreleaseCount(), getType(), getIvarAccessHistory());
196 getType(), getIvarAccessHistory());
201 getType(), getIvarAccessHistory());
205 assert(getIvarAccessHistory() == IvarAccessHistory::None);
211 assert(getIvarAccessHistory() == IvarAccessHistory::AccessedDirectly);
219 getIvarAccessHistory() == X.getIvarAccessHistory();
[all...]
H A DRetainCountChecker.cpp113 switch (getIvarAccessHistory()) {
316 if (RV->getIvarAccessHistory() != RefVal::IvarAccessHistory::None ||
807 V.getIvarAccessHistory() ==
824 } else if (V.getIvarAccessHistory() ==
871 if (RV->getIvarAccessHistory() != RefVal::IvarAccessHistory::None)
1078 if (X.getIvarAccessHistory() != RefVal::IvarAccessHistory::None)
1106 if (X.getIvarAccessHistory() ==
1230 V.getIvarAccessHistory() == RefVal::IvarAccessHistory::AccessedDirectly) {
1256 if (V.getIvarAccessHistory() != RefVal::IvarAccessHistory::None)
1296 if (V.getIvarAccessHistory() !
[all...]
H A DRetainCountDiagnostics.cpp139 if (CurrV.getIvarAccessHistory() ==
141 CurrV.getIvarAccessHistory() != PrevV.getIvarAccessHistory()) {

Completed in 108 milliseconds