Searched refs:SymbolRegionValue (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SymbolManager.cpp | 38 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 D | SValBuilder.cpp | 146 SymbolRef sym = SymMgr.acquire<SymbolRegionValue>(region); in getRegionValueSymbolVal()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | SValExplainer.h | 48 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 D | Symbols.def | 51 SYMBOL(SymbolRegionValue, SymbolData)
|
| H A D | SymbolManager.h | 44 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 D | InvalidPtrChecker.cpp | 242 const auto *SRV = dyn_cast<SymbolRegionValue>(SymBase->getSymbol()); in findInvalidatedSymbolicBase()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckObjCDealloc.cpp | 297 if (!Symbol || !isa<SymbolRegionValue>(Symbol)) in checkBeginFunction() 522 cast<SymbolRegionValue>(IvarSymbol)->getRegion(); in diagnoseMissingReleases()
|
| H A D | Taint.cpp | 316 if (const auto *SRV = dyn_cast<SymbolRegionValue>(SubSym)) { in getTaintedSymbolsImpl()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 436 const auto *VR = cast<VarRegion>(cast<SymbolRegionValue>(Sym)->getRegion()); in annotateStartParameter()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8194 …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"},
|