/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Thunk.h | 57 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 D | ProfileList.h | 51 bool isEmpty() const { return Empty; } in isEmpty() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AddressPool.h | 47 bool isEmpty() { return Pool.empty(); } in isEmpty() function
|
/freebsd-src/sys/contrib/zstd/examples/ |
H A D | streaming_decompression.c | 38 int isEmpty = 1; in decompressFile_orDie() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineJumpTableInfo.h | 104 bool isEmpty() const { return JumpTables.empty(); } in isEmpty() function
|
H A D | MachineConstantPool.h | 143 bool isEmpty() const { return Constants.empty(); } in isEmpty() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | RetireControlUnit.h | 82 bool isEmpty() const { return AvailableEntries == NumROBEntries; } in isEmpty() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
H A D | Random.h | 42 bool isEmpty() const { return TotalWeight == 0; } in isEmpty() function
|
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | LoopPassManager.h | 166 bool isEmpty() const { return LoopPasses.empty() && LoopNestPasses.empty(); } isEmpty() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | ProfileList.cpp | 36 bool isEmpty() const { return Sections.empty(); } in isEmpty() function in clang::ProfileSpecialCaseList
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | allocator_common.h | 52 bool isEmpty() const { return Count == 0U; } isEmpty() function
|
H A D | local_cache.h | 78 bool isEmpty() const { in isEmpty() function
|
H A D | quarantine.h | 196 bool isEmpty() { in isEmpty() function
|
/freebsd-src/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 | 199 bool isEmpty() const { in isEmpty() function
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
H A D | UninitializedObject.h | 186 bool isEmpty() const { return Chain.isEmpty(); } in isEmpty() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | DXContainer.h | 115 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 D | RangedConstraintManager.h | 119 bool isEmpty() const { return Impl->empty(); } in isEmpty() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstrItineraries.h | 127 bool isEmpty() const { return Itineraries == nullptr; } in isEmpty() function
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILMetadata.cpp | 41 bool ValidatorVersionMD::isEmpty() { return Entry->getNumOperands() == 0; } in isEmpty() function in ValidatorVersionMD
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackDocument.h | 78 bool isEmpty() const { return !KindAndDoc || getKind() == Type::Empty; } in isEmpty() function
|