Searched refs:ThisRegion (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp67 const MemRegion *ThisRegion) const;
68 bool updateMovedSmartPointers(CheckerContext &C, const MemRegion *ThisRegion,
104 bool isNullSmartPtr(const ProgramStateRef State, const MemRegion *ThisRegion) { argument
105 const auto *InnerPointVal = State->get<TrackedRegionMap>(ThisRegion);
218 const MemRegion *ThisRegion = CC->getCXXThisVal().getAsRegion(); local
219 if (!ThisRegion)
223 return handleMoveCtr(Call, C, ThisRegion);
227 State = State->set<TrackedRegionMap>(ThisRegion, NullVal);
230 State, C.getNoteTag([ThisRegion](PathSensitiveBugReport &BR,
233 !BR.isInteresting(ThisRegion))
340 const MemRegion *ThisRegion = IC->getCXXThisVal().getAsRegion(); local
370 const MemRegion *ThisRegion = IC->getCXXThisVal().getAsRegion(); local
405 const MemRegion *ThisRegion = IC->getCXXThisVal().getAsRegion(); local
444 const MemRegion *ThisRegion = IC->getCXXThisVal().getAsRegion(); local
473 const MemRegion *ThisRegion = OC->getCXXThisVal().getAsRegion(); local
509 updateMovedSmartPointers( CheckerContext &C, const MemRegion *ThisRegion, const MemRegion *OtherSmartPtrRegion) const argument
566 const MemRegion *ThisRegion = local
[all...]
H A DSmartPtr.h27 bool isNullSmartPtr(const ProgramStateRef State, const MemRegion *ThisRegion);
H A DSmartPtrChecker.cpp68 const MemRegion *ThisRegion = OC->getCXXThisVal().getAsRegion(); local
69 if (!ThisRegion)
74 if (smartptr::isNullSmartPtr(State, ThisRegion))
75 reportBug(C, ThisRegion, Call);
H A DMoveChecker.cpp626 const MemRegion *ThisRegion = IC->getCXXThisVal().getAsRegion(); local
627 if (!ThisRegion)
637 ThisRegion = ThisRegion->getMostDerivedObjectRegion();
640 State = removeFromState(State, ThisRegion);
657 State = removeFromState(State, ThisRegion);
672 modelUse(State, ThisRegion, RD, MK_Dereference, C);
677 modelUse(State, ThisRegion, RD, MK_FunCall, C);
707 const MemRegion *ThisRegion = nullptr; local
709 ThisRegion
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp699 const MemRegion *ThisRegion = ThisVal.getAsRegion(); local
700 if (!ThisRegion)
703 ETraits->setTrait(ThisRegion->getBaseRegion(),
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h128 OpenMPDirectiveKind ThisRegion = llvm::omp::OMPD_unknown) {
130 CaptureRegion = ThisRegion;

Completed in 295 milliseconds