Searched defs:isEmpty (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.h47 bool isEmpty() { return Pool.empty(); } function in class:llvm::AddressPool
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h82 bool isEmpty() const { return AvailableEntries == NumROBEntries; } function in struct:llvm::mca::RetireControlUnit
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h143 bool isEmpty() const { return Constants.empty(); } function in class:llvm::MachineConstantPool
H A DMachineJumpTableInfo.h97 bool isEmpty() const { return JumpTables.empty(); } function in class:llvm::MachineJumpTableInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandom.h42 bool isEmpty() const { return TotalWeight == 0; } function in class:llvm::ReservoirSampler
/freebsd-13-stable/sys/contrib/zstd/examples/
H A Dstreaming_decompression.c38 int isEmpty = 1; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp19 bool DWARFYAML::Data::isEmpty() const { function in class:llvm::DWARFYAML::Data
H A DMachOYAML.cpp28 bool MachOYAML::LinkEditData::isEmpty() const { function in class:llvm::MachOYAML::LinkEditData
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombineWorklist.h41 bool isEmpty() const { return Worklist.empty() && Deferred.empty(); } function in class:llvm::InstCombineWorklist
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObject.h186 bool isEmpty() const { return Chain.isEmpty(); } function in class:clang::ento::FieldChainInfo
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h90 bool isEmpty() const { return ranges.isEmpty(); } function in class:clang::ento::RangeSet
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h112 bool isEmpty() const { return !X; } function in class:llvm::ImmutableList
H A DImmutableMap.h141 bool isEmpty() const { return !Root; } function in class:llvm::ImmutableMap
306 bool isEmpty() const { return !Root; } function in class:llvm::ImmutableMapRef
H A DTwine.h193 bool isEmpty() const { function in class:llvm::Twine
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DABI.h74 bool isEmpty() const { function in union:clang::ReturnAdjustment::VirtualAdjustment
86 bool isEmpty() const { return !NonVirtual && Virtual.isEmpty(); } function in struct:clang::ReturnAdjustment
142 bool isEmpty() const { function in union:clang::ThisAdjustment::VirtualAdjustment
154 bool isEmpty() const { return !NonVirtual && Virtual.isEmpty(); } function in struct:clang::ThisAdjustment
203 bool isEmpty() const { function in struct:clang::ThunkInfo
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp193 bool isEmpty() const { return FactIDs.size() == 0; } function in class:__anon1646::FactSet
196 bool isEmpty(FactManager &FactMan) const { function in class:__anon1646::FactSet
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h126 bool isEmpty() const { return Itineraries == nullptr; } function in class:llvm::InstrItineraryData
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h78 bool isEmpty() const { return !KindAndDoc || getKind() == Type::Empty; } function in class:llvm::msgpack::DocNode
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h686 bool isEmpty() const { return pImpl == nullptr; } function in class:llvm::AttributeList
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp445 bool isEmpty() const { return Roots.empty(); } function in class:StackTrie
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h395 bool isEmpty() const { return Kind == Empty; } function in class:llvm::DependenceInfo::Constraint
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprConcepts.h300 bool isEmpty() const { function in class:clang::concepts::ExprRequirement::ReturnTypeRequirement
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h84 bool isEmpty() const { function in struct:clang::driver::ParsedClangName
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp989 bool Archive::isEmpty() const { return Data.getBufferSize() == 8; } function in class:Archive
/freebsd-13-stable/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_etmv4_stack_elem.h234 const bool isEmpty() const { return (m_atom.num == 0); }; function in class:TrcStackElemAtom

Completed in 213 milliseconds

12