HomeSort by relevance Sort by last modified time
    Searched defs:empty (Results 376 - 400 of 3009) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/Analyses/
PostOrderCFGView.h 90 bool empty() const { return begin() == end(); } function in class:clang::PostOrderCFGView
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
SparseSet.h 156 // It's not hard to resize the universe on a non-empty set, but it doesn't
158 assert(empty() && "Can only resize universe on an empty map");
179 /// empty - Returns true if the set is empty.
181 /// This is not the same as BitVector::empty().
183 bool empty() const { return Dense.empty(); } function in class:llvm::SparseSet
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
Trace.h 97 bool empty() const { return BasicBlocks.empty(); } function in class:llvm::Trace
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
StringPool.h 69 /// empty - Checks whether the pool is empty. Returns true if so.
71 inline bool empty() const { return InternTable.empty(); } function in class:llvm::StringPool
117 assert(*this && "Attempt to dereference empty PooledStringPtr!");
122 assert(*this && "Attempt to dereference empty PooledStringPtr!");
127 assert(*this && "Attempt to dereference empty PooledStringPtr!");
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/Analyses/
PostOrderCFGView.h 90 bool empty() const { return begin() == end(); } function in class:clang::PostOrderCFGView
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
SparseSet.h 156 // It's not hard to resize the universe on a non-empty set, but it doesn't
158 assert(empty() && "Can only resize universe on an empty map");
179 /// empty - Returns true if the set is empty.
181 /// This is not the same as BitVector::empty().
183 bool empty() const { return Dense.empty(); } function in class:llvm::SparseSet
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
Trace.h 97 bool empty() const { return BasicBlocks.empty(); } function in class:llvm::Trace
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
StringPool.h 69 /// empty - Checks whether the pool is empty. Returns true if so.
71 inline bool empty() const { return InternTable.empty(); } function in class:llvm::StringPool
117 assert(*this && "Attempt to dereference empty PooledStringPtr!");
122 assert(*this && "Attempt to dereference empty PooledStringPtr!");
127 assert(*this && "Attempt to dereference empty PooledStringPtr!");
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/Analyses/
PostOrderCFGView.h 90 bool empty() const { return begin() == end(); } function in class:clang::PostOrderCFGView
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
SparseSet.h 156 // It's not hard to resize the universe on a non-empty set, but it doesn't
158 assert(empty() && "Can only resize universe on an empty map");
179 /// empty - Returns true if the set is empty.
181 /// This is not the same as BitVector::empty().
183 bool empty() const { return Dense.empty(); } function in class:llvm::SparseSet
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
Trace.h 97 bool empty() const { return BasicBlocks.empty(); } function in class:llvm::Trace
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
StringPool.h 69 /// empty - Checks whether the pool is empty. Returns true if so.
71 inline bool empty() const { return InternTable.empty(); } function in class:llvm::StringPool
117 assert(*this && "Attempt to dereference empty PooledStringPtr!");
122 assert(*this && "Attempt to dereference empty PooledStringPtr!");
127 assert(*this && "Attempt to dereference empty PooledStringPtr!");
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/Analyses/
PostOrderCFGView.h 90 bool empty() const { return begin() == end(); } function in class:clang::PostOrderCFGView
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
SparseSet.h 156 // It's not hard to resize the universe on a non-empty set, but it doesn't
158 assert(empty() && "Can only resize universe on an empty map");
179 /// empty - Returns true if the set is empty.
181 /// This is not the same as BitVector::empty().
183 bool empty() const { return Dense.empty(); } function in class:llvm::SparseSet
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
Trace.h 97 bool empty() const { return BasicBlocks.empty(); } function in class:llvm::Trace
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
StringPool.h 69 /// empty - Checks whether the pool is empty. Returns true if so.
71 inline bool empty() const { return InternTable.empty(); } function in class:llvm::StringPool
117 assert(*this && "Attempt to dereference empty PooledStringPtr!");
122 assert(*this && "Attempt to dereference empty PooledStringPtr!");
127 assert(*this && "Attempt to dereference empty PooledStringPtr!");
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
PostOrderCFGView.h 90 bool empty() const { return begin() == end(); } function in class:clang::PostOrderCFGView
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
UniqueVector.h 93 /// empty - Returns true if the vector is empty.
95 bool empty() const { return Vector.empty(); } function in class:llvm::UniqueVector
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
TypeFinder.h 56 bool empty() const { return StructTypes.empty(); } function in class:llvm::TypeFinder
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamReader.h 210 bool empty() const { return bytesRemaining() == 0; } function in class:llvm::BinaryStreamReader
223 /// stream's offset. If the stream is empty the behavior is undefined.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Analyses/
PostOrderCFGView.h 90 bool empty() const { return begin() == end(); } function in class:clang::PostOrderCFGView
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
SparseSet.h 156 // It's not hard to resize the universe on a non-empty set, but it doesn't
158 assert(empty() && "Can only resize universe on an empty map");
179 /// empty - Returns true if the set is empty.
181 /// This is not the same as BitVector::empty().
183 bool empty() const { return Dense.empty(); } function in class:llvm::SparseSet
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
StringPool.h 69 /// empty - Checks whether the pool is empty. Returns true if so.
71 inline bool empty() const { return InternTable.empty(); } function in class:llvm::StringPool
117 assert(*this && "Attempt to dereference empty PooledStringPtr!");
122 assert(*this && "Attempt to dereference empty PooledStringPtr!");
127 assert(*this && "Attempt to dereference empty PooledStringPtr!");
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Analyses/
PostOrderCFGView.h 90 bool empty() const { return begin() == end(); } function in class:clang::PostOrderCFGView
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
SparseSet.h 156 // It's not hard to resize the universe on a non-empty set, but it doesn't
158 assert(empty() && "Can only resize universe on an empty map");
179 /// empty - Returns true if the set is empty.
181 /// This is not the same as BitVector::empty().
183 bool empty() const { return Dense.empty(); } function in class:llvm::SparseSet

Completed in 690 milliseconds

<<11121314151617181920>>