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

<<21222324252627282930>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTUnresolvedSet.h 71 bool empty() const { return Decls.empty(); } function in class:clang::ASTUnresolvedSet
102 assert(Impl.empty() || Impl.Decls.isLazy());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
PackedVector.h 104 bool empty() const { return Bits.empty(); } function in class:llvm::PackedVector
SetVector.h 55 /// \brief Construct an empty SetVector
72 /// \brief Determine if the SetVector is empty or not.
73 bool empty() const { function in class:llvm::SetVector
74 return vector_.empty();
124 assert(!empty() && "Cannot call front() on empty SetVector!");
130 assert(!empty() && "Cannot call back() on empty SetVector!");
223 assert(!empty() && "Cannot remove an element from an empty SetVector!")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
Trace.h 102 bool empty() const { return BasicBlocks.empty(); } function in class:llvm::Trace
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 109 bool empty() const { return LI.empty(); } function in class:llvm::MachineLoopInfo
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 45 bool empty() const { return Serializer.records().empty(); } function in class:llvm::codeview::TypeTableBuilder
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
StringPool.h 68 /// empty - Checks whether the pool is empty. Returns true if so.
70 inline bool empty() const { return InternTable.empty(); } function in class:llvm::StringPool
115 assert(*this && "Attempt to dereference empty PooledStringPtr!");
120 assert(*this && "Attempt to dereference empty PooledStringPtr!");
125 assert(*this && "Attempt to dereference empty PooledStringPtr!");
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
ASTUnresolvedSet.h 71 bool empty() const { return Decls.empty(); } function in class:clang::ASTUnresolvedSet
102 assert(Impl.empty() || Impl.Decls.isLazy());
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
PackedVector.h 104 bool empty() const { return Bits.empty(); } function in class:llvm::PackedVector
PriorityWorklist.h 65 /// Construct an empty PriorityWorklist
68 /// Determine if the PriorityWorklist is empty or not.
69 bool empty() const { function in class:llvm::PriorityWorklist
70 return V.empty();
86 assert(!empty() && "Cannot call back() on empty PriorityWorklist!");
117 // Nothing to do for an empty input sequence.
147 assert(!empty() && "Cannot remove an element when empty!");
152 } while (!V.empty() && V.back() == T())
    [all...]
StringRef.h 76 /// Construct an empty string ref.
130 /// empty - Check if the string is empty.
133 bool empty() const { return Length == 0; } function in class:llvm::StringRef
143 assert(!empty());
150 assert(!empty());
158 if (empty())
323 while (!S.empty()) {
494 /// erroneous if empty or if it overflows T.
526 /// erroneous if empty or if it overflows T
    [all...]
ilist_node.h 249 bool empty() const { return this == this->getPrev(); } function in class:llvm::ilist_sentinel
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
Trace.h 102 bool empty() const { return BasicBlocks.empty(); } function in class:llvm::Trace
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineLoopInfo.h 112 bool empty() const { return LI.empty(); } function in class:llvm::MachineLoopInfo
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 46 bool empty() const { return Serializer.records().empty(); } function in class:llvm::codeview::TypeTableBuilder
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
BinaryStreamReader.h 232 bool empty() const { return bytesRemaining() == 0; } function in class:llvm::BinaryStreamReader
245 /// stream's offset. If the stream is empty the behavior is undefined.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
ASTUnresolvedSet.h 71 bool empty() const { return Decls.empty(); } function in class:clang::ASTUnresolvedSet
102 assert(Impl.empty() || Impl.Decls.isLazy());
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
PackedVector.h 104 bool empty() const { return Bits.empty(); } function in class:llvm::PackedVector
PriorityWorklist.h 65 /// Construct an empty PriorityWorklist
68 /// Determine if the PriorityWorklist is empty or not.
69 bool empty() const { function in class:llvm::PriorityWorklist
70 return V.empty();
86 assert(!empty() && "Cannot call back() on empty PriorityWorklist!");
117 // Nothing to do for an empty input sequence.
147 assert(!empty() && "Cannot remove an element when empty!");
152 } while (!V.empty() && V.back() == T())
    [all...]
StringRef.h 76 /// Construct an empty string ref.
130 /// empty - Check if the string is empty.
133 bool empty() const { return Length == 0; } function in class:llvm::StringRef
143 assert(!empty());
150 assert(!empty());
158 if (empty())
323 while (!S.empty()) {
494 /// erroneous if empty or if it overflows T.
526 /// erroneous if empty or if it overflows T
    [all...]
ilist_node.h 249 bool empty() const { return this == this->getPrev(); } function in class:llvm::ilist_sentinel
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
Trace.h 102 bool empty() const { return BasicBlocks.empty(); } function in class:llvm::Trace
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineLoopInfo.h 112 bool empty() const { return LI.empty(); } function in class:llvm::MachineLoopInfo
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 46 bool empty() const { return Serializer.records().empty(); } function in class:llvm::codeview::TypeTableBuilder
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
BinaryStreamReader.h 232 bool empty() const { return bytesRemaining() == 0; } function in class:llvm::BinaryStreamReader
245 /// stream's offset. If the stream is empty the behavior is undefined.

Completed in 1410 milliseconds

<<21222324252627282930>>