Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp547 std::optional<Loc> firstLoc = firstVal.getAs<Loc>(); in CheckOverlap() local
548 if (!firstLoc) in CheckOverlap()
558 state->assume(svalBuilder.evalEQ(state, *firstLoc, *secondLoc)); in CheckOverlap()
573 svalBuilder.evalBinOpLL(state, BO_GT, *firstLoc, *secondLoc, cmpTy); in CheckOverlap()
586 std::swap(firstLoc, secondLoc); in CheckOverlap()
604 svalBuilder.evalCast(*firstLoc, CharPtrTy, First.Expression->getType()); in CheckOverlap()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp2197 const Location &firstLoc = locations[i]; in finalizeContents() local
2198 fixupSegments.emplace_back(firstLoc.isec->parent->parent); in finalizeContents()
2199 while (i < count && sameSegment(locations[i], firstLoc)) { in finalizeContents()
2204 while (i < count && sameSegment(locations[i], firstLoc) && in finalizeContents()