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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp110 void SymbolRegionValue::dumpToStream(raw_ostream &os) const {
167 const SymbolRegionValue*
170 SymbolRegionValue::Profile(profile, R);
174 SD = (SymExpr*) BPAlloc.Allocate<SymbolRegionValue>();
175 new (SD) SymbolRegionValue(SymbolCounter, R);
180 return cast<SymbolRegionValue>(SD);
340 QualType SymbolRegionValue::getType() const {
472 KnownLive = isLiveRegion(cast<SymbolRegionValue>(sym)->getRegion());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h38 if (auto S = dyn_cast<SymbolRegionValue>(R->getSymbol()))
91 std::string VisitSymbolRegionValue(const SymbolRegionValue *S) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h41 class SymbolRegionValue : public SymbolData { class in namespace:clang::ento
45 SymbolRegionValue(SymbolID sym, const TypedValueRegion *r) function in class:clang::ento::SymbolRegionValue
484 const SymbolRegionValue* getRegionValueSymbol(const TypedValueRegion* R);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp217 if (const auto *SRV = dyn_cast<SymbolRegionValue>(*SI)) {
H A DCheckObjCDealloc.cpp291 if (!Symbol || !isa<SymbolRegionValue>(Symbol))
514 cast<SymbolRegionValue>(IvarSymbol)->getRegion();
H A DGenericTaintChecker.cpp765 const SymbolRegionValue *Sm =
766 dyn_cast<SymbolRegionValue>(SymReg->getSymbol());

Completed in 110 milliseconds