Searched defs:empty (Results 126 - 150 of 322) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h92 [[nodiscard]] bool empty() const { return size() == 0; } function in class:llvm::SmallPtrSetImplBase
H A DArrayRef.h160 bool empty() const { return Length == 0; } function in class:llvm::ArrayRef
[all...]
H A DBitVector.h156 bool empty() const { return Size == 0; } function in class:llvm::BitVector
[all...]
H A DMapVector.h79 bool empty() const { function in class:llvm::MapVector
H A DSequence.h281 bool empty() const { return BeginValue == PastEndValue; } function in struct:llvm::iota_range
H A DSetVector.h93 bool empty() const { function in class:llvm::SetVector
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h152 bool empty() const { return size() == 0; } function in class:llvm::LiveRangeEdit
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h190 bool empty() const { return CalledFunctions.empty(); } function in class:clang::CallGraphNode
/freebsd-current/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h284 bool empty() const { return Jobs.empty(); } function in class:clang::driver::JobList
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h114 bool empty() const { return Begin == End; } function in class:clang::BumpVector
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DDesignator.h216 bool empty() const { return Designators.empty(); } function in class:clang::Designation
H A DTemplateDeduction.h364 bool empty() const { return Candidates.empty(); } function in class:clang::TemplateSpecCandidateSet
/freebsd-current/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h155 unsigned empty() const { return size() == 0; } function in class:clang::RopePieceBTree
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWinEH.h89 bool empty() const { function in struct:llvm::WinEH::FrameInfo
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp158 bool empty() const { function in struct:__anon2328::RegisterSet
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h176 bool empty() const { return Intrinsics.empty(); } function in class:llvm::CodeGenIntrinsicTable
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.h179 bool empty() const { return !Mask; } function in struct:clang::SanitizerSet
/freebsd-current/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h84 bool empty() const { return Record->empty(); } function
/freebsd-current/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h206 bool empty() const { return Access.empty(); } function in class:clang::extractapi::AccessControl
242 bool empty() const { function in class:clang::extractapi::FunctionSignature
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h149 bool empty() const { return TopLevelExceptions.empty(); } function in class:llvm::final
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DMemoryFlags.h190 bool empty() const { return Elems.empty(); } function in class:llvm::orc::AllocGroupSmallMap
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DLegacyPassManagers.h145 bool empty() const { return S.empty(); } function in class:llvm::PMStack
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DFunctionId.h129 bool empty() const { return LengthOrHashCode == 0; } function in class:llvm::sampleprof::FunctionId
/freebsd-current/contrib/llvm-project/llvm/include/llvm/XRay/
H A DGraph.h251 bool empty() const { return NL.count(A) == 0; }; function in class:llvm::xray::Graph::InOutEdgeView
291 bool empty() const { return G.Vertices.empty(); } function in class:llvm::xray::Graph::VertexView
328 bool empty() const { return G.Edges.empty(); } function in class:llvm::xray::Graph::EdgeView
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSymbolStringPool.h303 inline bool SymbolStringPool::empty() const { function in class:llvm::orc::SymbolStringPool

Completed in 316 milliseconds

1234567891011>>