Home
last modified time | relevance | path

Searched refs:AppendTheRest (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp223 const auto AppendTheRest = [&Result](iterator I, iterator E) { in unite() local
259 return AppendTheRest(++First, FirstEnd); in unite()
286 return AppendTheRest(++Second, SecondEnd); in unite()
311 return AppendTheRest(Second, SecondEnd); in unite()