HomeSort by relevance Sort by last modified time
    Searched refs:find_last (Results 1 - 25 of 38) sorted by null

1 2

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SparseBitVector.h 135 /// find_last - Returns the index of the last set bit.
136 int find_last() const {
783 int find_last() const {
787 return (Last.index() * ElementSize) + Last.find_last();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
SparseBitVector.h 135 /// find_last - Returns the index of the last set bit.
136 int find_last() const {
783 int find_last() const {
787 return (Last.index() * ElementSize) + Last.find_last();
SmallBitVector.h 240 int find_last() const { function in class:llvm::SmallBitVector
247 return getPointer()->find_last();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
SparseBitVector.h 135 /// find_last - Returns the index of the last set bit.
136 int find_last() const {
783 int find_last() const {
787 return (Last.index() * ElementSize) + Last.find_last();
SmallBitVector.h 240 int find_last() const { function in class:llvm::SmallBitVector
247 return getPointer()->find_last();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
SparseBitVector.h 135 /// find_last - Returns the index of the last set bit.
136 int find_last() const {
783 int find_last() const {
787 return (Last.index() * ElementSize) + Last.find_last();
SmallBitVector.h 240 int find_last() const { function in class:llvm::SmallBitVector
247 return getPointer()->find_last();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
SparseBitVector.h 135 /// find_last - Returns the index of the last set bit.
136 int find_last() const {
783 int find_last() const {
787 return (Last.index() * ElementSize) + Last.find_last();
SmallBitVector.h 240 int find_last() const { function in class:llvm::SmallBitVector
247 return getPointer()->find_last();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
SparseBitVector.h 135 /// find_last - Returns the index of the last set bit.
136 int find_last() const {
783 int find_last() const {
787 return (Last.index() * ElementSize) + Last.find_last();
SmallBitVector.h 240 int find_last() const { function in class:llvm::SmallBitVector
247 return getPointer()->find_last();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
SparseBitVector.h 135 /// find_last - Returns the index of the last set bit.
136 int find_last() const {
783 int find_last() const {
787 return (Last.index() * ElementSize) + Last.find_last();
SmallBitVector.h 240 int find_last() const { function in class:llvm::SmallBitVector
247 return getPointer()->find_last();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SparseBitVector.h 135 /// find_last - Returns the index of the last set bit.
136 int find_last() const {
783 int find_last() const {
787 return (Last.index() * ElementSize) + Last.find_last();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
SparseBitVector.h 135 /// find_last - Returns the index of the last set bit.
136 int find_last() const {
783 int find_last() const {
787 return (Last.index() * ElementSize) + Last.find_last();
SmallBitVector.h 240 int find_last() const { function in class:llvm::SmallBitVector
247 return getPointer()->find_last();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
SparseBitVector.h 135 /// find_last - Returns the index of the last set bit.
136 int find_last() const {
783 int find_last() const {
787 return (Last.index() * ElementSize) + Last.find_last();
SmallBitVector.h 240 int find_last() const { function in class:llvm::SmallBitVector
247 return getPointer()->find_last();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
SparseBitVector.h 135 /// find_last - Returns the index of the last set bit.
136 int find_last() const {
783 int find_last() const {
787 return (Last.index() * ElementSize) + Last.find_last();
SmallBitVector.h 240 int find_last() const { function in class:llvm::SmallBitVector
247 return getPointer()->find_last();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
SparseBitVector.h 135 /// find_last - Returns the index of the last set bit.
136 int find_last() const {
783 int find_last() const {
787 return (Last.index() * ElementSize) + Last.find_last();
SmallBitVector.h 240 int find_last() const { function in class:llvm::SmallBitVector
247 return getPointer()->find_last();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
SparseBitVector.h 135 /// find_last - Returns the index of the last set bit.
136 int find_last() const {
783 int find_last() const {
787 return (Last.index() * ElementSize) + Last.find_last();
SmallBitVector.h 240 int find_last() const { function in class:llvm::SmallBitVector
247 return getPointer()->find_last();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
SparseBitVector.h 135 /// find_last - Returns the index of the last set bit.
136 int find_last() const {
783 int find_last() const {
787 return (Last.index() * ElementSize) + Last.find_last();

Completed in 1809 milliseconds

1 2