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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtr.h27 bool isNullSmartPtr(const ProgramStateRef State, const MemRegion *ThisRegion);
H A DSmartPtrChecker.cpp51 const MemRegion *ThisRegion = OC->getCXXThisVal().getAsRegion(); local
52 if (!ThisRegion)
57 if (smartptr::isNullSmartPtr(State, ThisRegion))
H A DMoveChecker.cpp631 const MemRegion *ThisRegion = IC->getCXXThisVal().getAsRegion(); local
632 if (!ThisRegion)
642 ThisRegion = ThisRegion->getMostDerivedObjectRegion();
645 State = removeFromState(State, ThisRegion);
662 State = removeFromState(State, ThisRegion);
677 modelUse(State, ThisRegion, RD, MK_Dereference, C);
682 modelUse(State, ThisRegion, RD, MK_FunCall, C);
712 const MemRegion *ThisRegion = nullptr; local
714 ThisRegion
[all...]
H A DSmartPtrModeling.cpp82 bool isNullSmartPtr(const ProgramStateRef State, const MemRegion *ThisRegion) { argument
83 const auto *InnerPointVal = State->get<TrackedRegionMap>(ThisRegion);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp699 const MemRegion *ThisRegion = ThisVal.getAsRegion(); local
700 if (!ThisRegion)
703 ETraits->setTrait(ThisRegion->getBaseRegion(),
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h126 OpenMPDirectiveKind ThisRegion = llvm::omp::OMPD_unknown) {
128 CaptureRegion = ThisRegion;

Completed in 136 milliseconds