Searched refs:OrigN (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 2602 const ExplodedNode *OrigN; in getNextBugPath() local 2603 std::tie(CurrentBugPath.Report, OrigN) = ReportNodes.pop_back_val(); in getNextBugPath() 2604 assert(PriorityMap.find(OrigN) != PriorityMap.end() && in getNextBugPath() 2618 OrigN->getLocation(), OrigN->getState(), in getNextBugPath() 2619 OrigN->getID(), OrigN->isSink()); in getNextBugPath() 2630 if (OrigN->pred_empty()) { in getNextBugPath() 2637 OrigN = *std::min_element(OrigN->pred_begin(), OrigN->pred_end(), in getNextBugPath()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 9244 llvm::APInt OrigN = N; in VisitBuiltinCallExpr() local 9245 llvm::APInt::udivrem(OrigN, TSize, N, Remainder); in VisitBuiltinCallExpr() 9248 << Move << WChar << 0 << T << OrigN.toString(10, /*Signed*/false) in VisitBuiltinCallExpr()
|