Home
last modified time | relevance | path

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

12

/llvm-project/clang/test/SemaObjC/
H A Dselector-2.m7 static inline SEL IsEmpty(void) { function
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.h84 bool IsEmpty() const { return m_map.IsEmpty(); } in IsEmpty() function
H A DDWARFDebugAranges.h41 bool IsEmpty() const { return m_aranges.IsEmpty(); } in IsEmpty() function
/llvm-project/lldb/tools/debugserver/source/
H A DDNBThreadResumeActions.h29 bool IsEmpty() const { return m_actions.empty(); } in IsEmpty() function
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h118 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function
/llvm-project/third-party/unittest/googlemock/include/gmock/
H A Dgmock-more-matchers.h93 inline PolymorphicMatcher<internal::IsEmptyMatcher> IsEmpty() { in IsEmpty() function
/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h55 bool IsEmpty() const { IsEmpty() function
/llvm-project/flang/include/flang/Common/
H A Dfast-int-set.h43 bool IsEmpty() const { return size_ == 0; } in IsEmpty() function
/llvm-project/clang/include/clang/Lex/
H A DPragma.h118 bool IsEmpty() const { return Handlers.empty(); } in IsEmpty() function
/llvm-project/lldb/source/Interpreter/
H A DCommandHistory.cpp22 bool CommandHistory::IsEmpty() const { in IsEmpty() function in CommandHistory
/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(); } IsEmpty() function
H A DRangeMap.h293 bool IsEmpty() const { return m_entries.empty(); } in IsEmpty() function
524 bool IsEmpty() const { return m_entries.empty(); } IsEmpty() function
770 bool IsEmpty() const { return m_entries.empty(); } IsEmpty() function
/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidTrailingCall.cpp110 bool IsEmpty = LastRealInstr == MBB.rend(); in runOnMachineFunction() local
/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
/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
/llvm-project/lldb/include/lldb/Breakpoint/
H A DStopPointSiteList.h255 bool IsEmpty() const { IsEmpty() function
/llvm-project/lldb/include/lldb/Host/
H A DDebug.h50 bool IsEmpty() const { return m_actions.empty(); } in IsEmpty() function
/llvm-project/clang/test/AST/
H A Dast-dump-record-definition-data-json.cpp16 struct IsEmpty { struct
H A Dast-dump-record-definition-data.cpp33 struct IsEmpty { struct
/llvm-project/bolt/lib/Core/
H A DFunctionLayout.cpp154 const auto IsEmpty = [](const FunctionFragment *const FF) { eraseBasicBlocks() local
/llvm-project/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp297 auto IsEmpty = [](const BasicBlock *BB) { in skipEmptyBlockUntil() local
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h362 bool IsEmpty() const { return args.empty(); } in IsEmpty() function

12