Searched refs:OrigN (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 2648 const ExplodedNode *OrigN; in getNextBugPath() local 2649 std::tie(CurrentBugPath.Report, OrigN) = ReportNodes.pop_back_val(); in getNextBugPath() 2650 assert(PriorityMap.contains(OrigN) && "error node not accessible from root"); in getNextBugPath() 2663 OrigN->getLocation(), OrigN->getState(), in getNextBugPath() 2664 OrigN->getID(), OrigN->isSink()); in getNextBugPath() 2675 if (OrigN->pred_empty()) { in getNextBugPath() 2682 OrigN = *std::min_element(OrigN->pred_begin(), OrigN->pred_end(), in getNextBugPath()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 9813 llvm::APInt OrigN = N; in VisitBuiltinCallExpr() local 9814 llvm::APInt::udivrem(OrigN, TSize, N, Remainder); in VisitBuiltinCallExpr() 9817 << Move << WChar << 0 << T << toString(OrigN, 10, /*Signed*/false) in VisitBuiltinCallExpr()
|