Home
last modified time | relevance | path

Searched refs:SymbolRegionValue (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp38 StringRef SymbolRegionValue::getKindStr() const { return "reg_$"; } in getKindStr()
146 void SymbolRegionValue::dumpToStream(raw_ostream &os) const { in dumpToStream()
222 QualType SymbolRegionValue::getType() const { in getType()
346 KnownLive = isReadableRegion(cast<SymbolRegionValue>(sym)->getRegion()); in isLive()
H A DSValBuilder.cpp146 SymbolRef sym = SymMgr.acquire<SymbolRegionValue>(region); in getRegionValueSymbolVal()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h48 if (auto S = dyn_cast<SymbolRegionValue>(R->getSymbol())) in isThisObject()
114 std::string VisitSymbolRegionValue(const SymbolRegionValue *S) { in VisitSymbolRegionValue()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbols.def51 SYMBOL(SymbolRegionValue, SymbolData)
H A DSymbolManager.h44 class SymbolRegionValue : public SymbolData {
48 SymbolRegionValue(SymbolID sym, const TypedValueRegion *r) in SymbolRegionValue() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp242 const auto *SRV = dyn_cast<SymbolRegionValue>(SymBase->getSymbol()); in findInvalidatedSymbolicBase()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp297 if (!Symbol || !isa<SymbolRegionValue>(Symbol)) in checkBeginFunction()
522 cast<SymbolRegionValue>(IvarSymbol)->getRegion(); in diagnoseMissingReleases()
H A DTaint.cpp316 if (const auto *SRV = dyn_cast<SymbolRegionValue>(SubSym)) { in getTaintedSymbolsImpl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp436 const auto *VR = cast<VarRegion>(cast<SymbolRegionValue>(Sym)->getRegion()); in annotateStartParameter()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8194 …mbolRegionValue12dumpToStreamERN4llvm11raw_ostreamE", "clang::ento::SymbolRegionValue::dumpToStrea…
8206 {"_ZNK5clang4ento17SymbolRegionValue7getTypeERNS_10ASTContextE", "clang::ento::SymbolRegionValue::g…
8221 {"_ZN5clang4ento17SymbolRegionValueD1Ev", "clang::ento::SymbolRegionValue::~SymbolRegionValue()"},
8222 {"_ZN5clang4ento17SymbolRegionValueD0Ev", "clang::ento::SymbolRegionValue::~SymbolRegionValue()"},
8223 …ymbolRegionValue7ProfileERN4llvm16FoldingSetNodeIDE", "clang::ento::SymbolRegionValue::Profile(llv…
25288 {"_ZTVN5clang4ento17SymbolRegionValueE", "vtable for clang::ento::SymbolRegionValue"},