Searched refs:firstLoc (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CStringChecker.cpp | 691 std::optional<Loc> firstLoc = firstVal.getAs<Loc>(); in CheckOverlap() local 692 if (!firstLoc) in CheckOverlap() 702 state->assume(svalBuilder.evalEQ(state, *firstLoc, *secondLoc)); in CheckOverlap() 717 svalBuilder.evalBinOpLL(state, BO_GT, *firstLoc, *secondLoc, cmpTy); in CheckOverlap() 730 std::swap(firstLoc, secondLoc); in CheckOverlap() 748 svalBuilder.evalCast(*firstLoc, CharPtrTy, First.Expression->getType()); in CheckOverlap()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | SyntheticSections.cpp | 2491 const Location &firstLoc = locations[i]; in finalizeContents() local 2492 fixupSegments.emplace_back(firstLoc.isec->parent->parent); in finalizeContents() 2493 while (i < count && sameSegment(locations[i], firstLoc)) { in finalizeContents() 2498 while (i < count && sameSegment(locations[i], firstLoc) && in finalizeContents()
|