Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp530 class NoStoreFuncVisitor final : public NoStateChangeFuncVisitor { class
544 NoStoreFuncVisitor(const SubRegion *R, bugreporter::TrackingKind TKind) in NoStoreFuncVisitor() function in __anonc36047d90211::NoStoreFuncVisitor
649 const std::optional<NoStoreFuncVisitor::RegionVector>
650 NoStoreFuncVisitor::findRegionOfInterestInRecord( in findRegionOfInterestInRecord()
652 const NoStoreFuncVisitor::RegionVector &Vec /* = {} */, in findRegionOfInterestInRecord()
702 NoStoreFuncVisitor::maybeEmitNoteForObjCSelf(PathSensitiveBugReport &R, in maybeEmitNoteForObjCSelf()
717 NoStoreFuncVisitor::maybeEmitNoteForCXXThis(PathSensitiveBugReport &R, in maybeEmitNoteForCXXThis()
736 PathDiagnosticPieceRef NoStoreFuncVisitor::maybeEmitNoteForParameters( in maybeEmitNoteForParameters()
773 bool NoStoreFuncVisitor::wasModifiedBeforeCallExit( in wasModifiedBeforeCallExit()
783 PathDiagnosticPieceRef NoStoreFuncVisitor::maybeEmitNote( in maybeEmitNote()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td530 "NoStoreFuncVisitor.",