HomeSort by: relevance | last modified time | path
    Searched defs:isEmpty (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
ProfileList.h 42 bool isEmpty() const { return Empty; }
Thunk.h 57 bool isEmpty() const {
69 bool isEmpty() const { return !NonVirtual && Virtual.isEmpty(); }
124 bool isEmpty() const {
136 bool isEmpty() const { return !NonVirtual && Virtual.isEmpty(); }
181 bool isEmpty() const {
182 return This.isEmpty() && Return.isEmpty() && Method == nullptr;
  /src/external/apache2/llvm/dist/clang/lib/Basic/
ProfileList.cpp 35 bool isEmpty() const { return Sections.empty(); }
69 Empty(SCL->isEmpty()),
  /src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
Random.h 42 bool isEmpty() const { return TotalWeight == 0; }
45 assert(!isEmpty() && "Nothing selected");
49 explicit operator bool() const { return !isEmpty();}
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
AutoInitRemark.h 68 bool isEmpty() const { return !Name && !Size; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AddressPool.h 47 bool isEmpty() { return Pool.empty(); }
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
DWARFYAML.cpp 21 bool DWARFYAML::Data::isEmpty() const {
MachOYAML.cpp 28 bool MachOYAML::LinkEditData::isEmpty() const {
113 if(!Object.LinkEdit.isEmpty() || !IO.outputting())
116 if(!Object.DWARF.isEmpty() || !IO.outputting())
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 95 /// isEmpty - Return true if there are no jump tables.
97 bool isEmpty() const { return JumpTables.empty(); }
MachineConstantPool.h 142 /// isEmpty - Return true if this constant pool contains no constants.
143 bool isEmpty() const { return Constants.empty(); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
RetireControlUnit.h 82 bool isEmpty() const { return AvailableEntries == NumROBEntries; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 41 bool isEmpty() const { return Worklist.empty() && Deferred.empty(); }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlan.h 79 bool isEmpty() const {
  /src/external/bsd/zstd/dist/examples/
streaming_decompression.c 38 int isEmpty = 1;
40 isEmpty = 0;
63 if (isEmpty) {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
RangedConstraintManager.h 118 bool isEmpty() const { return Impl->empty(); }
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ThreadSafety.cpp 198 bool isEmpty() const { return FactIDs.size() == 0; }
201 bool isEmpty(FactManager &FactMan) const {
1757 if (D->hasAttr<GuardedVarAttr>() && FSet.isEmpty(Analyzer->FactMan)) {
1796 if (D->hasAttr<PtGuardedVarAttr>() && FSet.isEmpty(Analyzer->FactMan))
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
UninitializedObject.h 186 bool isEmpty() const { return Chain.isEmpty(); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
LoopPassManager.h 150 bool isEmpty() const { return LoopPasses.empty() && LoopNestPasses.empty(); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ImmutableList.h 111 /// isEmpty - Returns true if the list is empty.
112 bool isEmpty() const { return !X; }
133 assert(!isEmpty() && "Cannot get the head of an empty list.");
ImmutableMap.h 141 bool isEmpty() const { return !Root; }
306 bool isEmpty() const { return !Root; }
Twine.h 193 bool isEmpty() const {
199 return isNull() || isEmpty();
494 if (isEmpty())
496 if (Suffix.isEmpty())
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MsgPackDocument.h 66 // you can do with it is "isEmpty()".
75 // Accessors. isEmpty() returns true for both a default-constructed DocNode
78 bool isEmpty() const { return !KindAndDoc || getKind() == Type::Empty; }
153 if (Rhs.isEmpty())
156 if (Lhs.isEmpty())
261 assert(N.isEmpty() || N.getDocument() == getDocument());
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstrItineraries.h 126 bool isEmpty() const { return Itineraries == nullptr; }
152 if (isEmpty())
168 if (isEmpty())
207 if (isEmpty())
229 if (isEmpty())
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprConcepts.h 304 bool isEmpty() const {
309 return !isEmpty() &&
314 return !isEmpty() &&
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h 765 bool isEmpty() const { return pImpl == nullptr; }

Completed in 42 milliseconds

1 2