/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | NameToDIE.h | 84 bool IsEmpty() const { return m_map.IsEmpty(); } in IsEmpty() function
|
H A D | DWARFDebugAranges.h | 41 bool IsEmpty() const { return m_aranges.IsEmpty(); } in IsEmpty() function
|
/freebsd-src/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-more-matchers.h | 93 inline PolymorphicMatcher<internal::IsEmptyMatcher> IsEmpty() { in IsEmpty() function
|
/freebsd-src/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-filepath.h | 118 bool IsEmpty() const { return pathname_.empty(); } IsEmpty() function
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | PathMappingList.h | 54 bool IsEmpty() const { IsEmpty() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Pragma.h | 118 bool IsEmpty() const { return Handlers.empty(); } in IsEmpty() function
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | ConstString.h | 293 bool IsEmpty() const { return m_string == nullptr || m_string[0] == '\0'; } IsEmpty() function
|
H A D | FileSpecList.h | 203 bool IsEmpty() const { return m_files.empty(); } in IsEmpty() function
|
H A D | RangeMap.h | 293 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-src/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandHistory.cpp | 22 bool CommandHistory::IsEmpty() const { in IsEmpty() function in CommandHistory
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ModuleList.h | 436 bool IsEmpty() const { return !GetSize(); } IsEmpty() function
|
H A D | UniqueCStringMap.h | 151 bool IsEmpty() const { return m_map.empty(); } in IsEmpty() function
|
H A D | IOHandler.h | 481 bool IsEmpty() const { in IsEmpty() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AvoidTrailingCall.cpp | 110 bool IsEmpty = LastRealInstr == MBB.rend(); in runOnMachineFunction() local
|
/freebsd-src/contrib/googletest/googlemock/test/ |
H A D | gmock-pp-string_test.cc | 81 TEST(Macros, IsEmpty) { in TEST() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Target/ |
H A D | SectionLoadHistory.cpp | 17 bool SectionLoadHistory::IsEmpty() const { in IsEmpty() function in SectionLoadHistory
|
H A D | SectionLoadList.cpp | 38 bool SectionLoadList::IsEmpty() const { in IsEmpty() function in SectionLoadList
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | StopPointSiteList.h | 255 bool IsEmpty() const { in IsEmpty() function
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | Debug.h | 50 bool IsEmpty() const { return m_actions.empty(); } in IsEmpty() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopNestAnalysis.cpp | 297 auto IsEmpty = [](const BasicBlock *BB) { in skipEmptyBlockUntil() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 357 bool IsEmpty() const { return args.empty(); } IsEmpty() function
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | AArch64.cpp | 305 bool IsEmpty = isEmptyRecord(getContext(), Ty, true); classifyArgumentType() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/ |
H A D | SymbolContext.cpp | 1279 bool SymbolContextList::IsEmpty() const { return m_symbol_contexts.empty(); } IsEmpty() function in SymbolContextList
|
H A D | Type.cpp | 898 bool TypeAndOrName::IsEmpty() const { IsEmpty() function in TypeAndOrName
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | XCOFFObjectWriter.cpp | 1380 const bool IsEmpty = assignAddressesAndIndices() local
|