Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DThunk.h58 bool isEmpty() const { in isEmpty() function
70 bool isEmpty() const { return !NonVirtual && Virtual.isEmpty(); } in isEmpty() function
125 bool isEmpty() const { in isEmpty() function
137 bool isEmpty() const { return !NonVirtual && Virtual.isEmpty(); } in isEmpty() function
186 bool isEmpty() const { in isEmpty() function
H A DProfileList.h51 bool isEmpty() const { return Empty; } in isEmpty() function
/freebsd/crypto/krb5/src/ccapi/server/win/
H A Dworkitem.h48 bool isEmpty() {return wl.empty();} in isEmpty() function
/freebsd/sys/tools/syscalls/tools/
H A Dutil.lua81 function util.isEmpty(tbl) function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.h47 bool isEmpty() { return Pool.empty(); } in isEmpty() function
/freebsd/sys/contrib/zstd/examples/
H A Dstreaming_decompression.c38 int isEmpty = 1; in decompressFile_orDie() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h97 bool isEmpty() const { return JumpTables.empty(); } isEmpty() function
H A DMachineConstantPool.h143 bool isEmpty() const { return Constants.empty(); } in isEmpty() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopPassManager.h133 bool isEmpty() const { return LoopPasses.empty() && LoopNestPasses.empty(); } in isEmpty() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimeProfiler.h92 bool isEmpty() const { return Detail.empty() && File.empty(); } in isEmpty() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h82 bool isEmpty() const { return AvailableEntries == NumROBEntries; } in isEmpty() function
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandom.h42 bool isEmpty() const { return TotalWeight == 0; } in isEmpty() function
/freebsd/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/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h56 bool isEmpty() const { return Count == 0U; } isEmpty() function
146 bool isEmpty() const { isEmpty() function
H A Dallocator_common.h59 bool isEmpty() const { return Count == 0U; } in isEmpty() function
H A Dquarantine.h196 bool isEmpty() { in isEmpty() function
/freebsd/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.h195 bool isEmpty() const { isEmpty() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h115 bool isEmpty() const { return Data.empty(); } in isEmpty() function
269 bool isEmpty() const { return Parameters.isEmpty(); } in isEmpty() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h119 bool isEmpty() const { return Impl->empty(); } in isEmpty() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h126 bool isEmpty() const { return Itineraries == nullptr; } isEmpty() function
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp21 bool DWARFYAML::Data::isEmpty() const { in isEmpty() function in llvm::DWARFYAML::Data
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h78 bool isEmpty() const { return !KindAndDoc || getKind() == Type::Empty; } in isEmpty() function

12