Searched refs:OrigN (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 2628 const ExplodedNode *OrigN; in getNextBugPath() local 2629 std::tie(CurrentBugPath.Report, OrigN) = ReportNodes.pop_back_val(); in getNextBugPath() 2630 assert(PriorityMap.find(OrigN) != PriorityMap.end() && in getNextBugPath() 2644 OrigN->getLocation(), OrigN->getState(), in getNextBugPath() 2645 OrigN->getID(), OrigN->isSink()); in getNextBugPath() 2656 if (OrigN->pred_empty()) { in getNextBugPath() 2663 OrigN = *std::min_element(OrigN->pred_begin(), OrigN->pred_end(), in getNextBugPath()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ExprConstant.cpp | 9418 llvm::APInt OrigN = N; in VisitBuiltinCallExpr() local 9419 llvm::APInt::udivrem(OrigN, TSize, N, Remainder); in VisitBuiltinCallExpr() 9422 << Move << WChar << 0 << T << toString(OrigN, 10, /*Signed*/false) in VisitBuiltinCallExpr()
|