Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp65 int Last = UsedBytes.find_last(); in tailPadding()
253 uint32_t Offset = UsedBytes.find_last() + 1; in initializeChildren()
267 LayoutSize = UsedBytes.find_last() + 1; in initializeChildren()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DHashTable.cpp47 int ReqBits = Vec.find_last() + 1; in writeSparseBitVector()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h158 int NumBitsP = Present.find_last() + 1; in calculateSerializedLength()
159 int NumBitsD = Deleted.find_last() + 1; in calculateSerializedLength()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseBitVector.h135 /// find_last - Returns the index of the last set bit.
136 int find_last() const { in find_last() function
788 int find_last() const { in find_last() function
792 return (Last.index() * ElementSize) + Last.find_last(); in find_last()
H A DSmallBitVector.h240 int find_last() const { in find_last() function
247 return getPointer()->find_last(); in find_last()
H A DBitVector.h304 int find_last() const { return find_last_in(0, Size); } in find_last() function
H A DGenericUniformityImpl.h624 auto BlockIdx = FreshLabels.find_last(); in computeJoinPoints()
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_find_last.h163 inline constexpr auto find_last = __find_last::__fn{};
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.cppm
H A Dalgorithm.inc83 using std::ranges::find_last;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dalgorithm107 …constexpr subrange<I> find_last(I first, S last, const T& value, Proj proj = {}); …
112 …constexpr borrowed_subrange_t<R> find_last(R&& r, const T& value, Proj proj = {}); …
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp636 for (int I = RemovedDecls.find_last(); I >= 0; I = RemovedDecls.find_prev(I)) in resolveKind()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3604 SYMBOL(find_last, std::ranges::, <algorithm>)