Home
last modified time | relevance | path

Searched refs:NoStateChangeFuncVisitor (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h636 class NoStateChangeFuncVisitor : public BugReporterVisitor {
727 NoStateChangeFuncVisitor(bugreporter::TrackingKind TKind) : TKind(TKind) {} in NoStateChangeFuncVisitor() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp354 bool NoStateChangeFuncVisitor::isModifiedInFrame(const ExplodedNode *N) { in isModifiedInFrame()
362 void NoStateChangeFuncVisitor::markFrameAsModifying( in markFrameAsModifying()
393 void NoStateChangeFuncVisitor::findModifyingFrames( in findModifyingFrames()
440 PathDiagnosticPieceRef NoStateChangeFuncVisitor::VisitNode( in VisitNode()
504 class NoStoreFuncVisitor final : public NoStateChangeFuncVisitor {
519 : NoStateChangeFuncVisitor(TKind), RegionOfInterest(R), in NoStoreFuncVisitor()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp733 class NoOwnershipChangeVisitor final : public NoStateChangeFuncVisitor {
907 : NoStateChangeFuncVisitor(bugreporter::TrackingKind::Thorough), Sym(Sym), in NoOwnershipChangeVisitor()