Home
last modified time | relevance | path

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

123

/freebsd-head/contrib/llvm-project/clang/include/clang/Basic/
HDThunk.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
HDProfileList.h51 bool isEmpty() const { return Empty; } in isEmpty() function
/freebsd-head/sys/tools/syscalls/tools/
HDutil.lua81 function util.isEmpty(tbl) function
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAddressPool.h47 bool isEmpty() { return Pool.empty(); } in isEmpty() function
/freebsd-head/sys/contrib/zstd/examples/
HDstreaming_decompression.c38 int isEmpty = 1; in decompressFile_orDie() local
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
HDLoopPassManager.h133 bool isEmpty() const { return LoopPasses.empty() && LoopNestPasses.empty(); } in isEmpty() function
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineJumpTableInfo.h104 bool isEmpty() const { return JumpTables.empty(); } in isEmpty() function
HDMachineConstantPool.h143 bool isEmpty() const { return Constants.empty(); } in isEmpty() function
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Support/
HDTimeProfiler.h92 bool isEmpty() const { return Detail.empty() && File.empty(); } in isEmpty() function
/freebsd-head/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
HDRetireControlUnit.h82 bool isEmpty() const { return AvailableEntries == NumROBEntries; } in isEmpty() function
/freebsd-head/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
HDRandom.h42 bool isEmpty() const { return TotalWeight == 0; } in isEmpty() function
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDInstructionWorklist.h39 bool isEmpty() const { return Worklist.empty() && Deferred.empty(); } in isEmpty() function
HDMemoryOpRemark.h87 bool isEmpty() const { return !Name && !Size; } in isEmpty() function
/freebsd-head/contrib/llvm-project/clang/lib/Basic/
HDProfileList.cpp36 bool isEmpty() const { return Sections.empty(); } in isEmpty() function in clang::ProfileSpecialCaseList
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ADT/
HDImmutableMap.h142 bool isEmpty() const { return !Root; } in isEmpty() function
270 bool isEmpty() const { return !Root; } in isEmpty() function
HDImmutableList.h113 bool isEmpty() const { return !X; } in isEmpty() function
/freebsd-head/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDallocator_common.h59 bool isEmpty() const { return Count == 0U; } in isEmpty() function
HDlocal_cache.h78 bool isEmpty() const { in isEmpty() function
HDquarantine.h196 bool isEmpty() { in isEmpty() function
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
HDUninitializedObject.h186 bool isEmpty() const { return Chain.isEmpty(); } in isEmpty() function
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Object/
HDDXContainer.h115 bool isEmpty() const { return Data.empty(); } in isEmpty() function
269 bool isEmpty() const { return Parameters.isEmpty(); } in isEmpty() function
/freebsd-head/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDRangedConstraintManager.h119 bool isEmpty() const { return Impl->empty(); } in isEmpty() function
/freebsd-head/contrib/llvm-project/llvm/include/llvm/MC/
HDMCInstrItineraries.h127 bool isEmpty() const { return Itineraries == nullptr; } in isEmpty() function
/freebsd-head/contrib/llvm-project/llvm/lib/ObjectYAML/
HDDWARFYAML.cpp21 bool DWARFYAML::Data::isEmpty() const { in isEmpty() function in llvm::DWARFYAML::Data
/freebsd-head/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMsgPackDocument.h78 bool isEmpty() const { return !KindAndDoc || getKind() == Type::Empty; } in isEmpty() function

123