Searched defs:IsEmpty (Results 1 - 22 of 22) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSiteList.h155 bool IsEmpty() const { function in class:lldb_private::BreakpointSiteList
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h428 bool IsEmpty() const { return !GetSize(); } function in class:lldb_private::ModuleList
H A DFileSpecList.h159 bool IsEmpty() const { return m_files.empty(); } function in class:lldb_private::FileSpecList
H A DUniqueCStringMap.h147 bool IsEmpty() const { return m_map.empty(); } function in class:lldb_private::UniqueCStringMap
H A DIOHandler.h480 bool IsEmpty() const { function in class:lldb_private::IOHandlerStack
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h45 bool IsEmpty() const { return m_pairs.empty(); } function in class:lldb_private::PathMappingList
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.h41 bool IsEmpty() const { return m_aranges.IsEmpty(); } function in class:DWARFDebugAranges
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h114 bool IsEmpty() const { return pathname_.empty(); } function in class:testing::internal::FilePath
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandHistory.cpp25 bool CommandHistory::IsEmpty() const { function in class:CommandHistory
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPragma.h119 bool IsEmpty() const { return Handlers.empty(); } function in class:clang::PragmaNamespace
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadHistory.cpp17 bool SectionLoadHistory::IsEmpty() const { function in class:SectionLoadHistory
H A DSectionLoadList.cpp37 bool SectionLoadList::IsEmpty() const { function in class:SectionLoadList
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h52 bool IsEmpty() const { return m_actions.empty(); } function in class:lldb_private::ResumeActionList
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h333 bool IsEmpty() const { return m_string == nullptr || m_string[0] == '\0'; } function in class:lldb_private::ConstString
H A DRangeMap.h239 bool IsEmpty() const { return m_entries.empty(); } function in class:lldb_private::RangeArray
473 bool IsEmpty() const { return m_entries.empty(); } function in class:lldb_private::RangeVector
682 bool IsEmpty() const { return m_entries.empty(); } function in class:lldb_private::RangeDataVector
872 bool IsEmpty() const { return m_entries.empty(); } function in class:lldb_private::AddressDataArray
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp603 const bool IsEmpty = local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp1278 bool SymbolContextList::IsEmpty() const { return m_symbol_contexts.empty(); } function in class:SymbolContextList
H A DType.cpp781 bool TypeAndOrName::IsEmpty() const { function in class:TypeAndOrName
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1234 llvm::Value *IsEmpty = local
H A DCGStmtOpenMP.cpp662 llvm::Value *IsEmpty = local
H A DCGOpenMPRuntime.cpp887 llvm::Value *IsEmpty = local
5472 llvm::Value *IsEmpty = local
8903 llvm::Value *IsEmpty = local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16905 bool IsEmpty = true; local

Completed in 351 milliseconds