Home
last modified time | relevance | path

Searched refs:IsEmpty (Results 1 – 25 of 112) sorted by relevance

12345

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DConstString.h142 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 DDWARFDebugAranges.h50 bool IsEmpty() const { return m_aranges.IsEmpty(); } in IsEmpty() function
/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgoogletest-filepath-test.cc77 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 DMICmdArgSet.cpp296 if (!vwCmdArgsText.IsEmpty()) { in ValidationFormErrorMessages()
323 return m_cmdArgContext.IsEmpty(); in IsArgContextEmpty()
H A DMICmdArgContext.h30 bool IsEmpty() const;
H A DMIUtilMapIdToVariant.cpp66 bool CMIUtilMapIdToVariant::IsEmpty() const { in IsEmpty() function in CMIUtilMapIdToVariant
H A DMICmdArgValConsume.cpp60 if (vwArgContext.IsEmpty()) in Validate()
H A DMICmdArgValPrintValues.cpp64 if (vwArgContext.IsEmpty()) in Validate()
H A DMICmdArgValThreadGrp.cpp64 if (vwArgContext.IsEmpty()) in Validate()
H A DMICmdArgValNumber.cpp70 if (vwArgContext.IsEmpty()) in Validate()
H A DMICmdArgValListOfN.cpp77 if (vwArgContext.IsEmpty()) in Validate()
/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-more-matchers.h61 MATCHER(IsEmpty, negation ? "isn't empty" : "is empty") {
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleSpec.h258 !fspec.GetDirectory().IsEmpty())) in Matches()
264 !fspec.GetDirectory().IsEmpty())) in Matches()
271 !fspec.GetDirectory().IsEmpty())) in Matches()
H A DThreadSafeSTLVector.h33 bool IsEmpty() const { in IsEmpty() function
H A DFileSpecList.h173 bool IsEmpty() const { return m_files.empty(); } in IsEmpty() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp144 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 DCPPLanguageRuntime.cpp137 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 DCommandHistory.h30 bool IsEmpty() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp41 if (target && !target->GetSectionLoadList().IsEmpty()) { in CXXFunctionPointerSummaryProvider()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DSectionLoadList.h40 bool IsEmpty() const;
H A DSectionLoadHistory.h40 bool IsEmpty() const;
/freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h114 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPragma.h113 bool IsEmpty() const { return Handlers.empty(); } in IsEmpty() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DBlock.cpp80 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 DBreakpointSiteList.h184 bool IsEmpty() const { in IsEmpty() function

12345