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

12

/freebsd-current/contrib/googletest/googlemock/include/gmock/
H A Dgmock-more-matchers.h93 inline PolymorphicMatcher<internal::IsEmptyMatcher> IsEmpty() { function in namespace:testing
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.h84 bool IsEmpty() const { return m_map.IsEmpty(); } function in class:lldb_private::plugin::dwarf::NameToDIE
H A DDWARFDebugAranges.h41 bool IsEmpty() const { return m_aranges.IsEmpty(); } function in class:lldb_private::plugin::dwarf::DWARFDebugAranges
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandHistory.cpp22 bool CommandHistory::IsEmpty() const { function in class:CommandHistory
/freebsd-current/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h118 bool IsEmpty() const { return pathname_.empty(); } function in class:testing::internal::FilePath
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidTrailingCall.cpp110 bool IsEmpty = LastRealInstr == MBB.rend(); local
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h54 bool IsEmpty() const { function in class:lldb_private::PathMappingList
/freebsd-current/contrib/llvm-project/clang/include/clang/Lex/
H A DPragma.h118 bool IsEmpty() const { return Handlers.empty(); } function in class:clang::PragmaNamespace
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h436 bool IsEmpty() const { return !GetSize(); } function in class:lldb_private::ModuleList
H A DUniqueCStringMap.h151 bool IsEmpty() const { return m_map.empty(); } function in class:lldb_private::UniqueCStringMap
H A DIOHandler.h481 bool IsEmpty() const { function in class:lldb_private::IOHandlerStack
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadHistory.cpp17 bool SectionLoadHistory::IsEmpty() const { function in class:SectionLoadHistory
H A DSectionLoadList.cpp38 bool SectionLoadList::IsEmpty() const { function in class:SectionLoadList
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpecList.h203 bool IsEmpty() const { return m_files.empty(); } function in class:lldb_private::FileSpecList
H A DConstString.h293 bool IsEmpty() const { return m_string == nullptr || m_string[0] == '\0'; } function in class:lldb_private::ConstString
H A DRangeMap.h293 bool IsEmpty() const { return m_entries.empty(); } function in class:lldb_private::RangeVector
524 bool IsEmpty() const { return m_entries.empty(); } function in class:lldb_private::RangeDataVector
770 bool IsEmpty() const { return m_entries.empty(); } function in class:lldb_private::AddressDataArray
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h50 bool IsEmpty() const { return m_actions.empty(); } function in class:lldb_private::ResumeActionList
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStopPointSiteList.h255 bool IsEmpty() const { function in class:lldb_private::StopPointSiteList
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp305 bool IsEmpty = isEmptyRecord(getContext(), Ty, true); local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h357 bool IsEmpty() const { return args.empty(); } function in class:lldb_private::TypeSystemClang::TemplateParameterInfos
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp898 bool TypeAndOrName::IsEmpty() const { function in class:TypeAndOrName
H A DSymbolContext.cpp1279 bool SymbolContextList::IsEmpty() const { return m_symbol_contexts.empty(); } function in class:SymbolContextList
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp1380 const bool IsEmpty = local
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1260 llvm::Value *IsEmpty = local
H A DCGStmtOpenMP.cpp714 llvm::Value *IsEmpty = local

Completed in 514 milliseconds

12