Searched refs:HeapSpaceRegion (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h151 if (isa<HeapSpaceRegion>(R->getMemorySpace()))
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h354 class HeapSpaceRegion : public MemSpaceRegion { class in namespace:clang::ento
357 HeapSpaceRegion(MemRegionManager *mgr) function in class:clang::ento::HeapSpaceRegion
777 assert(isa<UnknownSpaceRegion>(sreg) || isa<HeapSpaceRegion>(sreg));
1260 HeapSpaceRegion *heap = nullptr;
1290 const HeapSpaceRegion *getHeapRegion();
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp527 if (isa<HeapSpaceRegion>(getSuperRegion()))
568 void HeapSpaceRegion::dumpToStream(raw_ostream &os) const {
569 os << "HeapSpaceRegion";
788 const HeapSpaceRegion *MemRegionManager::getHeapRegion() {
H A DSimpleSValBuilder.cpp1004 (isa<HeapSpaceRegion>(LeftMS) || isa<HeapSpaceRegion>(RightMS))) ){
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1801 if (!(isa<UnknownSpaceRegion>(MS) || isa<HeapSpaceRegion>(MS))) {
1804 // This means that there isn't actually anything from HeapSpaceRegion

Completed in 238 milliseconds