Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp696 std::optional<Loc> firstLoc = firstVal.getAs<Loc>(); in CheckOverlap() local
697 if (!firstLoc) in CheckOverlap()
707 state->assume(svalBuilder.evalEQ(state, *firstLoc, *secondLoc)); in CheckOverlap()
722 svalBuilder.evalBinOpLL(state, BO_GT, *firstLoc, *secondLoc, cmpTy); in CheckOverlap()
735 std::swap(firstLoc, secondLoc); in CheckOverlap()
753 svalBuilder.evalCast(*firstLoc, CharPtrTy, First.Expression->getType()); in CheckOverlap()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp2515 const Location &firstLoc = locations[i]; in finalizeContents() local
2516 fixupSegments.emplace_back(firstLoc.isec->parent->parent); in finalizeContents()
2517 while (i < count && sameSegment(locations[i], firstLoc)) { in finalizeContents()
2522 while (i < count && sameSegment(locations[i], firstLoc) && in finalizeContents()