Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1898 SourceLocation UpperLoc; in getDecomposedIncludedLoc() local
1903 UpperLoc = Entry.getExpansion().getExpansionLocStart(); in getDecomposedIncludedLoc()
1905 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()
1908 if (UpperLoc.isValid()) in getDecomposedIncludedLoc()
1909 DecompLoc = getDecomposedLoc(UpperLoc); in getDecomposedIncludedLoc()
1944 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first); in MoveUpTranslationUnitIncludeHierarchy() local
1945 if (UpperLoc.first.isInvalid() || in MoveUpTranslationUnitIncludeHierarchy()
1946 !SM.isInTheSameTranslationUnitImpl(UpperLoc, Loc)) in MoveUpTranslationUnitIncludeHierarchy()
1949 Loc = UpperLoc; in MoveUpTranslationUnitIncludeHierarchy()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp2056 MemoryLocation UpperLoc = *getLocForWrite(UpperInst); in eliminateRedundantStoresOfExistingValues() local
2059 auto OR = isOverwrite(UpperInst, DefInst, UpperLoc, *MaybeDefLoc, in eliminateRedundantStoresOfExistingValues()