Home
last modified time | relevance | path

Searched defs:isEmpty (Results 1 – 25 of 51) sorted by relevance

123

/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DThunk.h57 bool isEmpty() const { isEmpty() function
69 bool isEmpty() const { return !NonVirtual && Virtual.isEmpty(); } isEmpty() function
124 bool isEmpty() const { isEmpty() function
136 bool isEmpty() const { return !NonVirtual && Virtual.isEmpty(); } isEmpty() function
181 bool isEmpty() const { isEmpty() function
H A DProfileList.h51 bool isEmpty() const { return Empty; } in isEmpty() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.h47 bool isEmpty() { return Pool.empty(); } in isEmpty() function
/freebsd-src/sys/contrib/zstd/examples/
H A Dstreaming_decompression.c38 int isEmpty = 1; in decompressFile_orDie() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h104 bool isEmpty() const { return JumpTables.empty(); } in isEmpty() function
H A DMachineConstantPool.h143 bool isEmpty() const { return Constants.empty(); } in isEmpty() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h82 bool isEmpty() const { return AvailableEntries == NumROBEntries; } in isEmpty() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandom.h42 bool isEmpty() const { return TotalWeight == 0; } in isEmpty() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstructionWorklist.h39 bool isEmpty() const { return Worklist.empty() && Deferred.empty(); } in isEmpty() function
H A DMemoryOpRemark.h87 bool isEmpty() const { return !Name && !Size; } in isEmpty() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopPassManager.h166 bool isEmpty() const { return LoopPasses.empty() && LoopNestPasses.empty(); } isEmpty() function
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp36 bool isEmpty() const { return Sections.empty(); } in isEmpty() function in clang::ProfileSpecialCaseList
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_common.h52 bool isEmpty() const { return Count == 0U; } isEmpty() function
H A Dlocal_cache.h78 bool isEmpty() const { in isEmpty() function
H A Dquarantine.h196 bool isEmpty() { in isEmpty() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h142 bool isEmpty() const { return !Root; } in isEmpty() function
270 bool isEmpty() const { return !Root; } in isEmpty() function
H A DImmutableList.h113 bool isEmpty() const { return !X; } in isEmpty() function
H A DTwine.h199 bool isEmpty() const { in isEmpty() function
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObject.h186 bool isEmpty() const { return Chain.isEmpty(); } in isEmpty() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h115 bool isEmpty() const { return Data.empty(); } in isEmpty() function
261 bool isEmpty() const { return Parameters.isEmpty(); } isEmpty() function
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h119 bool isEmpty() const { return Impl->empty(); } in isEmpty() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h127 bool isEmpty() const { return Itineraries == nullptr; } in isEmpty() function
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp21 bool DWARFYAML::Data::isEmpty() const { in isEmpty() function in llvm::DWARFYAML::Data
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILMetadata.cpp41 bool ValidatorVersionMD::isEmpty() { return Entry->getNumOperands() == 0; } in isEmpty() function in ValidatorVersionMD
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h78 bool isEmpty() const { return !KindAndDoc || getKind() == Type::Empty; } in isEmpty() function

123