Searched defs:empty (Results 76 - 100 of 295) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DStringView.h116 bool empty() const { return First == Last; } function in class:StringView
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSymbolStringPool.h167 inline bool SymbolStringPool::empty() const { function in class:llvm::orc::SymbolStringPool
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.h80 bool empty() const { return size() == 0; } function in struct:lldb_private::CPlusPlusNameParser::Range
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DMapVector.h79 bool empty() const { function in class:llvm::MapVector
H A DOptional.h38 char empty; member in union:llvm::optional_detail::OptionalStorage::__anon1344
143 char empty; member in union:llvm::optional_detail::OptionalStorage::__anon1345
H A DStringRef.h147 bool empty() const { return Length == 0; } function in class:llvm::StringRef
[all...]
H A DTinyPtrVector.h163 bool empty() const { function in class:llvm::TinyPtrVector
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVUsers.h148 bool empty() const { return IVUses.empty(); } function in class:llvm::IVUsers
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h74 bool empty() const { return Instructions.empty(); } function in class:llvm::mca::CodeRegion
116 bool empty() const { function in class:llvm::mca::CodeRegions
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h167 bool empty() const { return CalledFunctions.empty(); } function in class:clang::CallGraphNode
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h114 bool empty() const { return LI.empty(); } function in class:llvm::MachineLoopInfo
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DUnresolvedSet.h126 bool empty() const { return decls().empty(); } function in class:clang::UnresolvedSetImpl
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.h171 bool empty() const { return !Mask; } function in struct:clang::SanitizerSet
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamRef.h219 bool empty() const { return size() == 0; } function in struct:llvm::BinarySubstreamRef
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DArchitectureSet.h58 bool empty() const { return ArchSet == 0; } function in class:llvm::MachO::ArchitectureSet
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h114 bool empty() const { return GetArgumentCount() == 0; } function in class:lldb_private::Args
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h35 bool empty() const { return Size == 0; } function in struct:scudo::IntrusiveList
[all...]
H A Dvector.h74 bool empty() const { return size() == 0; } function in class:scudo::VectorNoCtor
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h213 bool empty() const { return Jobs.empty(); } function in class:clang::driver::JobList
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DInfoByHwMode.h79 bool empty() const { return Map.empty(); } function in struct:llvm::InfoByHwMode
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c111 static char empty[] = ""; local
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c50 static char empty = '\0'; variable
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_map.h315 empty() const function in class:map
H A Dstl_multimap.h312 empty() const function in class:multimap
H A Dstl_multiset.h253 empty() const function in class:multiset

Completed in 307 milliseconds

1234567891011>>