Home
last modified time | relevance | path

Searched defs:IsEmpty (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.h85 bool IsEmpty() const { return m_map.IsEmpty(); } IsEmpty() function
H A DDWARFDebugAranges.h40 bool IsEmpty() const { return m_aranges.IsEmpty(); } IsEmpty() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSiteList.h
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-more-matchers.h93 inline PolymorphicMatcher<internal::IsEmptyMatcher> IsEmpty() { in IsEmpty() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h55 bool IsEmpty() const { in IsEmpty() function
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h124 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPragma.h118 bool IsEmpty() const { return Handlers.empty(); } in IsEmpty() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandHistory.cpp22 bool CommandHistory::IsEmpty() const { in IsEmpty() function in CommandHistory
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h304 bool IsEmpty() const { return m_string == nullptr || m_string[0] == '\0'; } in IsEmpty() function
H A DFileSpecList.h203 bool IsEmpty() const { return m_files.empty(); } in IsEmpty() function
H A DRangeMap.h293 bool IsEmpty() const { return m_entries.empty(); } in IsEmpty() function
524 bool IsEmpty() const { return m_entries.empty(); } in IsEmpty() function
770 bool IsEmpty() const { return m_entries.empty(); } in IsEmpty() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidTrailingCall.cpp110 bool IsEmpty = LastRealInstr == MBB.rend(); in runOnMachineFunction() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h457 bool IsEmpty() const { return !GetSize(); } in IsEmpty() function
H A DUniqueCStringMap.h151 bool IsEmpty() const { return m_map.empty(); } in IsEmpty() function
H A DIOHandler.h481 bool IsEmpty() const { in IsEmpty() function
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-pp-string_test.cc81 TEST(Macros, IsEmpty) { in TEST() argument
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadHistory.cpp17 bool SectionLoadHistory::IsEmpty() const { in IsEmpty() function in SectionLoadHistory
H A DSectionLoadList.cpp38 bool SectionLoadList::IsEmpty() const { in IsEmpty() function in SectionLoadList
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h50 bool IsEmpty() const { return m_actions.empty(); } in IsEmpty() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp297 auto IsEmpty = [](const BasicBlock *BB) { in skipEmptyBlockUntil() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h362 bool IsEmpty() const { return args.empty(); } in IsEmpty() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp321 bool IsEmpty = isEmptyRecord(getContext(), Ty, true); in classifyArgumentType() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp904 bool TypeAndOrName::IsEmpty() const { in IsEmpty() function in TypeAndOrName
H A DSymbolContext.cpp1288 bool SymbolContextList::IsEmpty() const { return m_symbol_contexts.empty(); } in IsEmpty() function in SymbolContextList
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp1442 const bool IsEmpty = in assignAddressesAndIndices() local

12