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

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h319 bool isEmpty() const { return NumEntries == 0; } function in class:llvm::OnDiskChainedHashTable
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp1002 bool isEmpty = (getFirstInputSection(sec) == nullptr); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h432 bool isEmpty(TreeTy* T) const { return !T; } function in class:llvm::ImutAVLFactory
1054 bool isEmpty() const { return !Root; } function in class:llvm::ImmutableSet
1148 bool isEmpty() const { return !Root; } function in class:llvm::ImmutableSetRef
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h641 bool isEmpty() const { function in class:llvm::jitlink::SectionRange
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h372 bool isEmpty() const { return !*this; } function in class:clang::DeclarationName
H A DDeclCXX.h1130 bool isEmpty() const { return data().Empty; } function in class:clang::CXXRecordDecl
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h210 bool isEmpty() const { return File.empty() && Buffer == nullptr; } function in class:clang::FrontendInputFile
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h102 bool isEmpty() const { return !Mass; } function in class:llvm::bfi_detail::BlockMass
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1076 auto isEmpty = [](OutputSection *s) { return s->getVirtualSize() == 0; }; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp200 bool isEmpty(ScalarEvolution &SE, bool IsSigned) const { function in class:__anon4638::InductiveRangeCheck::Range
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2173 llvm::Value *isEmpty = Builder.CreateICmpEQ(begin, end, local
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp56 bool isEmpty() const { return NonVirtualOffset.isZero() && !VirtualBase; } function in struct:__anon1617::BaseOffset
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h190 bool isEmpty() const { return Range.isInvalid() && getScopeRep() == nullptr; } function in class:clang::CXXScopeSpec
640 bool isEmpty() const { function in class:clang::DeclSpec
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c185823 int isEmpty = 0; /* Deleting *pRowid leaves the table empty */ local
[all...]

Completed in 489 milliseconds

12