Home
last modified time | relevance | path

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

123

/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
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.h47 bool isEmpty() { return Pool.empty(); } in isEmpty() function
/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopPassManager.h133 bool isEmpty() const { return LoopPasses.empty() && LoopNestPasses.empty(); } in isEmpty() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h104 bool isEmpty() const { return JumpTables.empty(); } isEmpty() function
H A DMachineConstantPool.h143 bool isEmpty() const { return Constants.empty(); } in isEmpty() function
/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h82 bool isEmpty() const { return AvailableEntries == NumROBEntries; } in isEmpty() function
/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandom.h42 bool isEmpty() const { return TotalWeight == 0; } in isEmpty() function
/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
/llvm-project/clang/lib/Basic/
H A DProfileList.cpp36 bool isEmpty() const { return Sections.empty(); } in isEmpty() function in clang::ProfileSpecialCaseList
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_common.h59 bool isEmpty() const { return Count == 0U; } in isEmpty() function
H A Dlocal_cache.h78 bool isEmpty() const { in isEmpty() function
/llvm-project/llvm/unittests/tools/llvm-profdata/
H A DOutputSizeLimitTest.cpp93 bool isEmpty = false; in RunTest() local
/llvm-project/flang/include/flang/Evaluate/
H A Dfold-designator.h66 bool isEmpty() const { return isEmpty_; } in isEmpty() function
/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
/llvm-project/llvm/unittests/ADT/
H A DTestGraph.h74 bool isEmpty() const { in isEmpty() function
/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObject.h186 bool isEmpty() const { return Chain.isEmpty(); } in isEmpty() function
/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
/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DUtils.h51 bool isEmpty() const { return kind == OptimumKind::Empty; } isEmpty() function
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h119 bool isEmpty() const { return Impl->empty(); } in isEmpty() function
/llvm-project/clang/test/Analysis/inlining/
H A Dcontainers.cpp107 bool isEmpty() { in isEmpty() function in MySet
/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h127 bool isEmpty() const { return Itineraries == nullptr; } in isEmpty() function
/llvm-project/mlir/include/mlir/Dialect/Affine/Analysis/
H A DUtils.h291 bool isEmpty() const { return ivs.empty(); } in isEmpty() function

123