Home
last modified time | relevance | path

Searched refs:NoStoreFuncVisitor (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp534 class NoStoreFuncVisitor final : public NoStateChangeFuncVisitor { class
548 NoStoreFuncVisitor(const SubRegion *R, bugreporter::TrackingKind TKind) in NoStoreFuncVisitor() function in __anone7bfbb230211::NoStoreFuncVisitor
653 const std::optional<NoStoreFuncVisitor::RegionVector>
654 NoStoreFuncVisitor::findRegionOfInterestInRecord( in findRegionOfInterestInRecord()
656 const NoStoreFuncVisitor::RegionVector &Vec /* = {} */, in findRegionOfInterestInRecord()
706 NoStoreFuncVisitor::maybeEmitNoteForObjCSelf(PathSensitiveBugReport &R, in maybeEmitNoteForObjCSelf()
721 NoStoreFuncVisitor::maybeEmitNoteForCXXThis(PathSensitiveBugReport &R, in maybeEmitNoteForCXXThis()
740 PathDiagnosticPieceRef NoStoreFuncVisitor::maybeEmitNoteForParameters( in maybeEmitNoteForParameters()
777 bool NoStoreFuncVisitor::wasModifiedBeforeCallExit( in wasModifiedBeforeCallExit()
787 PathDiagnosticPieceRef NoStoreFuncVisitor::maybeEmitNote( in maybeEmitNote()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td534 "NoStoreFuncVisitor.",