Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp504 class NoStoreFuncVisitor final : public NoStateChangeFuncVisitor { class
518 NoStoreFuncVisitor(const SubRegion *R, bugreporter::TrackingKind TKind) in NoStoreFuncVisitor() function in __anon1858ef3a0211::NoStoreFuncVisitor
623 const std::optional<NoStoreFuncVisitor::RegionVector>
624 NoStoreFuncVisitor::findRegionOfInterestInRecord( in findRegionOfInterestInRecord()
626 const NoStoreFuncVisitor::RegionVector &Vec /* = {} */, in findRegionOfInterestInRecord()
676 NoStoreFuncVisitor::maybeEmitNoteForObjCSelf(PathSensitiveBugReport &R, in maybeEmitNoteForObjCSelf()
691 NoStoreFuncVisitor::maybeEmitNoteForCXXThis(PathSensitiveBugReport &R, in maybeEmitNoteForCXXThis()
710 PathDiagnosticPieceRef NoStoreFuncVisitor::maybeEmitNoteForParameters( in maybeEmitNoteForParameters()
747 bool NoStoreFuncVisitor::wasModifiedBeforeCallExit( in wasModifiedBeforeCallExit()
757 PathDiagnosticPieceRef NoStoreFuncVisitor::maybeEmitNote( in maybeEmitNote()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td521 "NoStoreFuncVisitor.",