| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | FileSpec.cpp | 529 if (!full && (a.GetDirectory().IsEmpty() || b.GetDirectory().IsEmpty())) in Equal() 1295 if (m_filename.IsEmpty() && m_directory.IsEmpty()) in CopyByAppendingPathComponent() 1298 if (m_filename.IsEmpty()) in CopyByAppendingPathComponent() 1300 else if (m_directory.IsEmpty()) in CopyByAppendingPathComponent() 1311 if (m_filename.IsEmpty() && m_directory.IsEmpty()) in CopyByRemovingLastPathComponent() 1313 if (m_directory.IsEmpty()) in CopyByRemovingLastPathComponent() 1315 if (m_filename.IsEmpty()) in CopyByRemovingLastPathComponent() 1374 if (m_filename.IsEmpty() && m_directory.IsEmpty()) in PrependPathComponent() 1380 if (m_filename.IsEmpty()) in PrependPathComponent() 1382 else if (m_directory.IsEmpty()) in PrependPathComponent() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | DWARFDebugAranges.h | 65 IsEmpty() const in IsEmpty() function 67 return m_aranges.IsEmpty(); in IsEmpty()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | ConstString.h | 236 if (IsEmpty()) 359 IsEmpty () const in IsEmpty() function
|
| HD | ModuleSpec.h | 414 if (!FileSpec::Equal(fspec, GetFileSpec(), fspec.GetDirectory().IsEmpty() == false)) in Matches() 420 … if (!FileSpec::Equal(fspec, GetPlatformFileSpec(), fspec.GetDirectory().IsEmpty() == false)) in Matches() 428 … if (!FileSpec::Equal(fspec, GetSymbolFileSpec(), fspec.GetDirectory().IsEmpty() == false)) in Matches()
|
| HD | FileSpecList.h | 183 IsEmpty() const in IsEmpty() function
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | DIBuilder.cpp | 32 bool IsEmpty; member in __anon8b5df33d0111::HeaderBuilder 36 HeaderBuilder() : IsEmpty(true) {} in HeaderBuilder() 37 HeaderBuilder(const HeaderBuilder &X) : IsEmpty(X.IsEmpty), Chars(X.Chars) {} in HeaderBuilder() 39 : IsEmpty(X.IsEmpty), Chars(std::move(X.Chars)) {} in HeaderBuilder() 42 if (IsEmpty) in concat() 43 IsEmpty = false; in concat()
|
| /NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| HD | MICmdArgSet.cpp | 304 if (!vwCmdArgsText.IsEmpty()) in ValidationFormErrorMessages() 331 return m_cmdArgContext.IsEmpty(); in IsArgContextEmpty()
|
| HD | MICmdArgContext.h | 33 bool IsEmpty(void) const;
|
| HD | MIUtilMapIdToVariant.cpp | 74 CMIUtilMapIdToVariant::IsEmpty(void) const in IsEmpty() function in CMIUtilMapIdToVariant
|
| HD | MICmdArgValConsume.cpp | 61 if (vwArgContext.IsEmpty()) in Validate()
|
| HD | MICmdArgValPrintValues.cpp | 64 if (vwArgContext.IsEmpty()) in Validate()
|
| HD | MICmdArgValThreadGrp.cpp | 64 if (vwArgContext.IsEmpty()) in Validate()
|
| HD | MICmdArgValNumber.cpp | 68 if (vwArgContext.IsEmpty()) in Validate()
|
| HD | MICmdArgValListOfN.cpp | 76 if (vwArgContext.IsEmpty()) in Validate()
|
| HD | MIUtilMapIdToVariant.h | 39 bool IsEmpty(void) const;
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | Module.cpp | 171 module_spec.GetObjectName().IsEmpty() ? "" : "(", in Module() 172 … module_spec.GetObjectName().IsEmpty() ? "" : module_spec.GetObjectName().AsCString(""), in Module() 173 module_spec.GetObjectName().IsEmpty() ? "" : ")"); in Module() 280 m_object_name.IsEmpty() ? "" : "(", in Module() 281 m_object_name.IsEmpty() ? "" : m_object_name.AsCString(""), in Module() 282 m_object_name.IsEmpty() ? "" : ")"); in Module() 333 m_object_name.IsEmpty() ? "" : "(", in ~Module() 334 m_object_name.IsEmpty() ? "" : m_object_name.AsCString(""), in ~Module() 335 m_object_name.IsEmpty() ? "" : ")"); in ~Module()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | CommandHistory.h | 38 IsEmpty () const;
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| HD | Range.h | 76 IsEmpty ();
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | SectionLoadList.h | 52 IsEmpty() const;
|
| HD | SectionLoadHistory.h | 51 IsEmpty() const;
|
| HD | PathMappingList.h | 60 IsEmpty() const in IsEmpty() function
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Lex/ |
| HD | Pragma.h | 113 bool IsEmpty() { in IsEmpty() function
|
| /NextBSD/contrib/llvm/tools/lldb/source/Utility/ |
| HD | Range.cpp | 90 Range::IsEmpty () in IsEmpty() function in Range
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| HD | BreakpointSiteList.h | 197 IsEmpty() const in IsEmpty() function
|
| /NextBSD/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | Block.cpp | 98 if (!m_ranges.IsEmpty()) in Dump() 201 if (!m_ranges.IsEmpty()) in DumpAddressRanges() 370 if (m_ranges.IsEmpty()) in GetStartAddress()
|