Searched refs:OrigN (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 2603 const ExplodedNode *OrigN; in getNextBugPath() local 2604 std::tie(CurrentBugPath.Report, OrigN) = ReportNodes.pop_back_val(); in getNextBugPath() 2605 assert(PriorityMap.find(OrigN) != PriorityMap.end() && in getNextBugPath() 2619 OrigN->getLocation(), OrigN->getState(), in getNextBugPath() 2620 OrigN->getID(), OrigN->isSink()); in getNextBugPath() 2631 if (OrigN->pred_empty()) { in getNextBugPath() 2638 OrigN = *std::min_element(OrigN->pred_begin(), OrigN->pred_end(), in getNextBugPath()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 2909 const ExplodedNode *OrigN; in popNextReportGraph() local 2910 std::tie(OrigN, GraphWrapper.Index) = ReportNodes.pop_back_val(); in popNextReportGraph() 2911 assert(PriorityMap.find(OrigN) != PriorityMap.end() && in popNextReportGraph() 2925 ExplodedNode *NewN = GNew->createUncachedNode(OrigN->getLocation(), OrigN->getState(), in popNextReportGraph() 2926 OrigN->isSink()); in popNextReportGraph() 2929 InterExplodedGraphMap::const_iterator IMitr = InverseMap.find(OrigN); in popNextReportGraph() 2942 if (OrigN->pred_empty()) { in popNextReportGraph() 2949 OrigN = *std::min_element(OrigN->pred_begin(), OrigN->pred_end(), in popNextReportGraph()
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 9233 llvm::APInt OrigN = N; in VisitBuiltinCallExpr() local 9234 llvm::APInt::udivrem(OrigN, TSize, N, Remainder); in VisitBuiltinCallExpr() 9237 << Move << WChar << 0 << T << OrigN.toString(10, /*Signed*/false) in VisitBuiltinCallExpr()
|