| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | ConstString.h | 142 explicit operator bool() const { return !IsEmpty(); } 213 return (IsEmpty() ? value_if_empty : m_string); 346 bool IsEmpty() const { return m_string == nullptr || m_string[0] == '\0'; } in IsEmpty() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugAranges.h | 50 bool IsEmpty() const { return m_aranges.IsEmpty(); } in IsEmpty() function
|
| /freebsd-12.1/contrib/googletest/googletest/test/ |
| H A D | googletest-filepath-test.cc | 77 EXPECT_FALSE(original_dir.IsEmpty()); 100 EXPECT_TRUE(FilePath("").IsEmpty()); in TEST() 104 EXPECT_FALSE(FilePath("a").IsEmpty()); in TEST() 105 EXPECT_FALSE(FilePath(".").IsEmpty()); in TEST() 106 EXPECT_FALSE(FilePath("a/b").IsEmpty()); in TEST() 107 EXPECT_FALSE(FilePath("a\\b\\").IsEmpty()); in TEST()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MICmdArgSet.cpp | 296 if (!vwCmdArgsText.IsEmpty()) { in ValidationFormErrorMessages() 323 return m_cmdArgContext.IsEmpty(); in IsArgContextEmpty()
|
| H A D | MICmdArgContext.h | 30 bool IsEmpty() const;
|
| H A D | MIUtilMapIdToVariant.cpp | 66 bool CMIUtilMapIdToVariant::IsEmpty() const { in IsEmpty() function in CMIUtilMapIdToVariant
|
| H A D | MICmdArgValConsume.cpp | 60 if (vwArgContext.IsEmpty()) in Validate()
|
| H A D | MICmdArgValPrintValues.cpp | 64 if (vwArgContext.IsEmpty()) in Validate()
|
| H A D | MICmdArgValThreadGrp.cpp | 64 if (vwArgContext.IsEmpty()) in Validate()
|
| H A D | MICmdArgValNumber.cpp | 70 if (vwArgContext.IsEmpty()) in Validate()
|
| H A D | MICmdArgValListOfN.cpp | 77 if (vwArgContext.IsEmpty()) in Validate()
|
| /freebsd-12.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-more-matchers.h | 61 MATCHER(IsEmpty, negation ? "isn't empty" : "is empty") {
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ModuleSpec.h | 258 !fspec.GetDirectory().IsEmpty())) in Matches() 264 !fspec.GetDirectory().IsEmpty())) in Matches() 271 !fspec.GetDirectory().IsEmpty())) in Matches()
|
| H A D | ThreadSafeSTLVector.h | 33 bool IsEmpty() const { in IsEmpty() function
|
| H A D | FileSpecList.h | 173 bool IsEmpty() const { return m_files.empty(); } in IsEmpty() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Module.cpp | 144 module_spec.GetObjectName().IsEmpty() ? "" : "(", in Module() 145 module_spec.GetObjectName().IsEmpty() in Module() 148 module_spec.GetObjectName().IsEmpty() ? "" : ")"); in Module() 241 m_object_name.IsEmpty() ? "" : "(", in Module() 242 m_object_name.IsEmpty() ? "" : m_object_name.AsCString(""), in Module() 243 m_object_name.IsEmpty() ? "" : ")"); in Module() 273 m_file.GetPath().c_str(), m_object_name.IsEmpty() ? "" : "(", in ~Module() 274 m_object_name.IsEmpty() ? "" : m_object_name.AsCString(""), in ~Module() 275 m_object_name.IsEmpty() ? "" : ")"); in ~Module()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | CPPLanguageRuntime.cpp | 137 if (target.GetSectionLoadList().IsEmpty()) in FindLibCppStdFunctionCallableInfo() 284 if (target_sp->GetSectionLoadList().IsEmpty()) in GetStepThroughTrampolinePlan()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | CommandHistory.h | 30 bool IsEmpty() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | CXXFunctionPointer.cpp | 41 if (target && !target->GetSectionLoadList().IsEmpty()) { in CXXFunctionPointerSummaryProvider()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | SectionLoadList.h | 40 bool IsEmpty() const;
|
| H A D | SectionLoadHistory.h | 40 bool IsEmpty() const;
|
| /freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-filepath.h | 114 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | Pragma.h | 113 bool IsEmpty() const { return Handlers.empty(); } in IsEmpty() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | Block.cpp | 80 if (!m_ranges.IsEmpty()) { in Dump() 159 if (!m_ranges.IsEmpty()) { in DumpAddressRanges() 292 if (m_ranges.IsEmpty()) in GetStartAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointSiteList.h | 184 bool IsEmpty() const { in IsEmpty() function
|