Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/BugPoint/
H A Dretain-crashing-metadata.ll5 ; Make sure BugPoint retains metadata contributing to a crash.
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp888 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode() local
889 if (!BugPoint) in VisitNode()
896 SourceLocation BugLoc = BugPoint->getStmt()->getBeginLoc(); in VisitNode()
1763 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode() local
1765 if (!BugPoint) in VisitNode()
1788 SourceLocation BugLoc = BugPoint->getStmt()->getBeginLoc(); in VisitNode()