Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidTrailingCall.cpp110 bool IsEmpty = LastRealInstr == MBB.rend(); in runOnMachineFunction() local
111 bool IsCall = !IsEmpty && isCallInstruction(*LastRealInstr); in runOnMachineFunction()
112 if (IsEmpty || IsCall) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.h41 bool IsEmpty() const { return m_aranges.IsEmpty(); } in GetNumRanges()
40 bool IsEmpty() const { return m_aranges.IsEmpty(); } IsEmpty() function
H A DNameToDIE.h84 bool IsEmpty() const { return m_map.IsEmpty(); }
85 bool IsEmpty() const { return m_map.IsEmpty(); } IsEmpty() function
H A DManualDWARFIndex.cpp624 if (!function_basenames.IsEmpty()) { in Encode()
628 if (!function_fullnames.IsEmpty()) { in Encode()
632 if (!function_methods.IsEmpty()) { in Encode()
636 if (!function_selectors.IsEmpty()) { in Encode()
640 if (!objc_class_selectors.IsEmpty()) { in Encode()
644 if (!globals.IsEmpty()) { in Encode()
648 if (!types.IsEmpty()) { in Encode()
652 if (!namespaces.IsEmpty()) { in Encode()
H A DDWARFCompileUnit.cpp50 if (!ranges.IsEmpty()) in BuildAddressRangeTable()
104 if (!func_aranges.IsEmpty()) in LookupAddress()
H A DDWARFDebugInfoEntry.cpp263 if (ranges.IsEmpty()) { in GetDIENamesAndRanges()
278 if (ranges.IsEmpty() || name == nullptr || mangled == nullptr) { in GetDIENamesAndRanges()
287 return !ranges.IsEmpty(); in GetDIENamesAndRanges()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h95 explicit operator bool() const { return !IsEmpty(); }
189 return (IsEmpty() ? value_if_empty : m_string);
304 bool IsEmpty() const { return m_string == nullptr || m_string[0] == '\0'; } in IsEmpty() function
/freebsd/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/contrib/llvm-project/lldb/source/Utility/
H A DFileSpecList.cpp76 bool compare_filename_only = file_spec.GetDirectory().IsEmpty(); in FindFileIndex()
121 const bool full = !file_spec.GetDirectory().IsEmpty(); in FindCompatibleIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp253 if (contexts.IsEmpty()) { in GetPrintForDebuggerAddr()
256 if (contexts.IsEmpty()) in GetPrintForDebuggerAddr()
473 if (sc_list.IsEmpty()) in CalculateHasNewLiteralsAndIndexing()
476 return !sc_list.IsEmpty(); in CalculateHasNewLiteralsAndIndexing()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandHistory.h30 bool IsEmpty() const;
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-more-matchers.h93 inline PolymorphicMatcher<internal::IsEmptyMatcher> IsEmpty() { in IsEmpty() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DSectionLoadList.h37 bool IsEmpty() const;
H A DSectionLoadHistory.h37 bool IsEmpty() const;
H A DPathMappingList.h55 bool IsEmpty() const { in IsEmpty() function
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp42 if (target && !target->GetSectionLoadList().IsEmpty()) { in CXXFunctionPointerSummaryProvider()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPragma.h118 bool IsEmpty() const { return Handlers.empty(); } in IsEmpty() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp198 if (target.GetSectionLoadList().IsEmpty()) in FindLibCppStdFunctionCallableInfo()
350 if (target_sp->GetSectionLoadList().IsEmpty()) in GetStepThroughTrampolinePlan()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h124 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSiteList.h
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc139 EXPECT_THAT(container, IsEmpty()); in TEST()
141 EXPECT_THAT(container, Not(IsEmpty())); in TEST()
143 EXPECT_THAT(container, Not(IsEmpty())); in TEST()
148 EXPECT_THAT(text, IsEmpty()); in TEST()
150 EXPECT_THAT(text, Not(IsEmpty())); in TEST()
152 EXPECT_THAT(text, Not(IsEmpty())); in TEST()
156 Matcher<vector<int>> m = IsEmpty(); in TEST()
162 Matcher<vector<int>> m = IsEmpty(); in TEST()
171 EXPECT_CALL(helper, Call(IsEmpty())); in TEST()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp148 module_spec.GetObjectName().IsEmpty() ? "" : "(", in Module()
150 module_spec.GetObjectName().IsEmpty() ? "" : ")"); in Module()
253 m_file.GetPath().c_str(), m_object_name.IsEmpty() ? "" : "(", in Module()
254 m_object_name.AsCString(""), m_object_name.IsEmpty() ? "" : ")"); in Module()
281 m_file.GetPath().c_str(), m_object_name.IsEmpty() ? "" : "(", in ~Module()
282 m_object_name.AsCString(""), m_object_name.IsEmpty() ? "" : ")"); in ~Module()
1083 if (file_name.IsEmpty()) in ReportWarningOptimization()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp81 if (!m_ranges.IsEmpty()) { in Dump()
170 if (!m_ranges.IsEmpty()) { in DumpAddressRanges()
334 if (m_ranges.IsEmpty()) in GetStartAddress()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp297 auto IsEmpty = [](const BasicBlock *BB) { in skipEmptyBlockUntil() local
305 while (BB && BB != End && IsEmpty(BB) && !Visited.count(BB) && in skipEmptyBlockUntil()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h50 bool IsEmpty() const { return m_actions.empty(); } in IsEmpty() function

12345