Searched refs:isEmpty (Results 1 - 25 of 178) sorted by relevance

12345678

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DThunk.h57 bool isEmpty() const { function in union:clang::ReturnAdjustment::VirtualAdjustment
69 bool isEmpty() const { return !NonVirtual && Virtual.isEmpty(); } function in struct:clang::ReturnAdjustment
124 bool isEmpty() const { function in union:clang::ThisAdjustment::VirtualAdjustment
136 bool isEmpty() const { return !NonVirtual && Virtual.isEmpty(); } function in struct:clang::ThisAdjustment
181 bool isEmpty() const { function in struct:clang::ThunkInfo
182 return This.isEmpty() && Return.isEmpty() && Method == nullptr;
H A DProfileList.h42 bool isEmpty() const { return Empty; } function in class:clang::ProfileList
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Doptional.h36 bool isEmpty() const;
H A Doptional.d21 assert( opt.isEmpty());
34 assert(!opt.isEmpty());
73 bool isEmpty() const
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrItineraries.h126 bool isEmpty() const { return Itineraries == nullptr; } function in class:llvm::InstrItineraryData
152 if (isEmpty())
168 if (isEmpty())
207 if (isEmpty())
229 if (isEmpty())
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
H A DRandom.h42 bool isEmpty() const { return TotalWeight == 0; } function in class:llvm::ReservoirSampler
45 assert(!isEmpty() && "Nothing selected");
49 explicit operator bool() const { return !isEmpty();}
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/
H A Dhello.cc38 if (kdedirs.isEmpty ())
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendAction.h131 assert(!CurrentInput.isEmpty() && "No current file!");
140 assert(!CurrentInput.isEmpty() && "No current file!");
145 assert(!CurrentInput.isEmpty() && "No current file!");
152 assert(!CurrentInput.isEmpty() && "No current file!");
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h82 bool isEmpty() const { return AvailableEntries == NumROBEntries; } function in struct:llvm::mca::RetireControlUnit
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/
H A DRetireStage.h41 bool hasWorkToComplete() const override { return !RCU.isEmpty(); }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.h47 bool isEmpty() { return Pool.empty(); } function in class:llvm::AddressPool
H A DAddressPool.cpp43 if (isEmpty())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp40 if (ItinData && !ItinData->isEmpty()) {
114 if (!ItinData || ItinData->isEmpty())
173 if (!ItinData || ItinData->isEmpty())
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.cpp75 if (bss.isEmpty() || bss.startsWith("FAIL"))
108 if (bssid.isEmpty())
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DProfileList.cpp35 bool isEmpty() const { return Sections.empty(); } function in class:clang::ProfileSpecialCaseList
69 Empty(SCL->isEmpty()),
/netbsd-current/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp42 assert(!Key.isEmpty());
44 if (N.isEmpty()) {
202 if (!DestNode->isEmpty()) {
206 DocNode MapKey = !Stack.empty() && !Stack.back().MapKey.isEmpty()
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DRetireStage.cpp30 while (!RCU.isEmpty()) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DAutoInitRemark.h68 bool isEmpty() const { return !Name && !Size; } function in struct:llvm::AutoInitRemark::VariableInfo
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h95 /// isEmpty - Return true if there are no jump tables.
97 bool isEmpty() const { return JumpTables.empty(); } function in class:llvm::MachineJumpTableInfo
H A DMachineConstantPool.h142 /// isEmpty - Return true if this constant pool contains no constants.
143 bool isEmpty() const { return Constants.empty(); } function in class:llvm::MachineConstantPool
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableSet.h432 bool isEmpty(TreeTy* T) const { return !T; } function in class:llvm::ImutAVLFactory
504 assert(!isEmpty(L) && "Left tree cannot be empty to have a height >= 2");
512 assert(!isEmpty(LR) && "LR cannot be empty because it has a height >= 1");
521 assert(!isEmpty(R) && "Right tree cannot be empty to have a height >= 2");
529 assert(!isEmpty(RL) && "RL cannot be empty because it has a height >= 1");
544 if (isEmpty(T))
564 if (isEmpty(T))
583 if (isEmpty(L))
585 if (isEmpty(R))
593 assert(!isEmpty(
1060 bool isEmpty() const { return !Root; } function in class:llvm::ImmutableSet
1154 bool isEmpty() const { return !Root; } function in class:llvm::ImmutableSetRef
[all...]
H A DTwine.h193 bool isEmpty() const { function in class:llvm::Twine
199 return isNull() || isEmpty();
494 if (isEmpty())
496 if (Suffix.isEmpty())
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObject.h186 bool isEmpty() const { return Chain.isEmpty(); } function in class:clang::ento::FieldChainInfo
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombineWorklist.h41 bool isEmpty() const { return Worklist.empty() && Deferred.empty(); } function in class:llvm::InstCombineWorklist
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp77 if (!LS.isEmpty() && LS.getHead().getLoopStmt() == LoopStmt)
270 if (!LS.isEmpty() && LoopStmt == LS.getHead().getLoopStmt() &&
286 unsigned outerStep = (LS.isEmpty() ? 1 : LS.getHead().getMaxStep());
300 if (LS.isEmpty() || !LS.getHead().isUnrolled())

Completed in 258 milliseconds

12345678