/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Thunk.h | 58 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 D | ProfileList.h | 51 bool isEmpty() const { return Empty; } in isEmpty() function
|
/freebsd/crypto/krb5/src/ccapi/server/win/ |
H A D | workitem.h | 48 bool isEmpty() {return wl.empty();} in isEmpty() function
|
/freebsd/sys/tools/syscalls/tools/ |
H A D | util.lua | 81 function util.isEmpty(tbl) function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AddressPool.h | 47 bool isEmpty() { return Pool.empty(); } in isEmpty() function
|
/freebsd/sys/contrib/zstd/examples/ |
H A D | streaming_decompression.c | 38 int isEmpty = 1; in decompressFile_orDie() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineJumpTableInfo.h | 97 bool isEmpty() const { return JumpTables.empty(); } isEmpty() function
|
H A D | MachineConstantPool.h | 143 bool isEmpty() const { return Constants.empty(); } in isEmpty() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | LoopPassManager.h | 133 bool isEmpty() const { return LoopPasses.empty() && LoopNestPasses.empty(); } in isEmpty() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | TimeProfiler.h | 92 bool isEmpty() const { return Detail.empty() && File.empty(); } in isEmpty() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | RetireControlUnit.h | 82 bool isEmpty() const { return AvailableEntries == NumROBEntries; } in isEmpty() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
H A D | Random.h | 42 bool isEmpty() const { return TotalWeight == 0; } in isEmpty() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | InstructionWorklist.h | 39 bool isEmpty() const { return Worklist.empty() && Deferred.empty(); } in isEmpty() function
|
H A D | MemoryOpRemark.h | 87 bool isEmpty() const { return !Name && !Size; } in isEmpty() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | local_cache.h | 56 bool isEmpty() const { return Count == 0U; } isEmpty() function 146 bool isEmpty() const { isEmpty() function
|
H A D | allocator_common.h | 59 bool isEmpty() const { return Count == 0U; } in isEmpty() function
|
H A D | quarantine.h | 196 bool isEmpty() { in isEmpty() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | ImmutableMap.h | 142 bool isEmpty() const { return !Root; } in isEmpty() function 270 bool isEmpty() const { return !Root; } in isEmpty() function
|
H A D | ImmutableList.h | 113 bool isEmpty() const { return !X; } in isEmpty() function
|
H A D | Twine.h | 195 bool isEmpty() const { isEmpty() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | DXContainer.h | 115 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 D | RangedConstraintManager.h | 119 bool isEmpty() const { return Impl->empty(); } in isEmpty() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstrItineraries.h | 126 bool isEmpty() const { return Itineraries == nullptr; } isEmpty() function
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFYAML.cpp | 21 bool DWARFYAML::Data::isEmpty() const { in isEmpty() function in llvm::DWARFYAML::Data
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackDocument.h | 78 bool isEmpty() const { return !KindAndDoc || getKind() == Type::Empty; } in isEmpty() function
|