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

<<21222324252627282930>>

  /prebuilts/clang/host/linux-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/linux-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/linux-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/linux-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/linux-x86/clang-4479392/include/llvm/Analysis/
Trace.h 102 bool empty() const { return BasicBlocks.empty(); } function in class:llvm::Trace
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineLoopInfo.h 112 bool empty() const { return LI.empty(); } function in class:llvm::MachineLoopInfo
  /prebuilts/clang/host/linux-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/linux-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.
  /prebuilts/clang/host/linux-x86/clang-4579689/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/linux-x86/clang-4579689/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/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineLoopInfo.h 112 bool empty() const { return LI.empty(); } function in class:llvm::MachineLoopInfo
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 46 bool empty() const { return Serializer.records().empty(); } function in class:llvm::codeview::TypeTableBuilder
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
BinaryStreamReader.h 241 bool empty() const { return bytesRemaining() == 0; } function in class:llvm::BinaryStreamReader
254 /// stream's offset. If the stream is empty the behavior is undefined.
BinaryStreamRef.h 190 bool empty() const { return size() == 0; } function in struct:llvm::BinarySubstreamRef
  /prebuilts/clang/host/linux-x86/clang-4630689/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/linux-x86/clang-4630689/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

Completed in 1199 milliseconds

<<21222324252627282930>>