/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
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AddressPool.h | 47 bool isEmpty() { return Pool.empty(); } in isEmpty() function
|
/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | LoopPassManager.h | 133 bool isEmpty() const { return LoopPasses.empty() && LoopNestPasses.empty(); } in isEmpty() function
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineJumpTableInfo.h | 104 bool isEmpty() const { return JumpTables.empty(); } isEmpty() function
|
H A D | MachineConstantPool.h | 143 bool isEmpty() const { return Constants.empty(); } in isEmpty() function
|
/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | RetireControlUnit.h | 82 bool isEmpty() const { return AvailableEntries == NumROBEntries; } in isEmpty() function
|
/llvm-project/llvm/include/llvm/FuzzMutate/ |
H A D | Random.h | 42 bool isEmpty() const { return TotalWeight == 0; } in isEmpty() function
|
/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
|
/llvm-project/clang/lib/Basic/ |
H A D | ProfileList.cpp | 36 bool isEmpty() const { return Sections.empty(); } in isEmpty() function in clang::ProfileSpecialCaseList
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | allocator_common.h | 59 bool isEmpty() const { return Count == 0U; } in isEmpty() function
|
H A D | local_cache.h | 78 bool isEmpty() const { in isEmpty() function
|
/llvm-project/llvm/unittests/tools/llvm-profdata/ |
H A D | OutputSizeLimitTest.cpp | 93 bool isEmpty = false; in RunTest() local
|
/llvm-project/flang/include/flang/Evaluate/ |
H A D | fold-designator.h | 66 bool isEmpty() const { return isEmpty_; } in isEmpty() function
|
/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
|
/llvm-project/llvm/unittests/ADT/ |
H A D | TestGraph.h | 74 bool isEmpty() const { in isEmpty() function
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
H A D | UninitializedObject.h | 186 bool isEmpty() const { return Chain.isEmpty(); } in isEmpty() function
|
/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
|
/llvm-project/mlir/include/mlir/Analysis/Presburger/ |
H A D | Utils.h | 51 bool isEmpty() const { return kind == OptimumKind::Empty; } isEmpty() function
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | RangedConstraintManager.h | 119 bool isEmpty() const { return Impl->empty(); } in isEmpty() function
|
/llvm-project/clang/test/Analysis/inlining/ |
H A D | containers.cpp | 107 bool isEmpty() { in isEmpty() function in MySet
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstrItineraries.h | 127 bool isEmpty() const { return Itineraries == nullptr; } in isEmpty() function
|
/llvm-project/mlir/include/mlir/Dialect/Affine/Analysis/ |
H A D | Utils.h | 291 bool isEmpty() const { return ivs.empty(); } in isEmpty() function
|