Searched refs:OrigN (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 2690 const ExplodedNode *OrigN; in getNextBugPath() local 2691 std::tie(CurrentBugPath.Report, OrigN) = ReportNodes.pop_back_val(); in getNextBugPath() 2692 assert(PriorityMap.contains(OrigN) && "error node not accessible from root"); in getNextBugPath() 2705 OrigN->getLocation(), OrigN->getState(), in getNextBugPath() 2706 OrigN->getID(), OrigN->isSink()); in getNextBugPath() 2717 if (OrigN->pred_empty()) { in getNextBugPath() 2718 assert(OrigN == TrimmedGraph->getRoot() && in getNextBugPath() 2726 OrigN = *std::min_element(OrigN->pred_begin(), OrigN->pred_end(), in getNextBugPath()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 10232 llvm::APInt OrigN = N; in VisitBuiltinCallExpr() local 10233 llvm::APInt::udivrem(OrigN, TSize, N, Remainder); in VisitBuiltinCallExpr() 10236 << Move << WChar << 0 << T << toString(OrigN, 10, /*Signed*/false) in VisitBuiltinCallExpr()
|