| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86AvoidTrailingCall.cpp | 110 bool IsEmpty = LastRealInstr == MBB.rend(); in runOnMachineFunction() local 111 bool IsCall = !IsEmpty && isCallInstruction(*LastRealInstr); in runOnMachineFunction() 112 if (IsEmpty || IsCall) { in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugAranges.h | 41 bool IsEmpty() const { return m_aranges.IsEmpty(); } in IsEmpty() function
|
| H A D | NameToDIE.h | 84 bool IsEmpty() const { return m_map.IsEmpty(); } in IsEmpty() function
|
| H A D | ManualDWARFIndex.cpp | 621 if (!function_basenames.IsEmpty()) { in Encode() 625 if (!function_fullnames.IsEmpty()) { in Encode() 629 if (!function_methods.IsEmpty()) { in Encode() 633 if (!function_selectors.IsEmpty()) { in Encode() 637 if (!objc_class_selectors.IsEmpty()) { in Encode() 641 if (!globals.IsEmpty()) { in Encode() 645 if (!types.IsEmpty()) { in Encode() 649 if (!namespaces.IsEmpty()) { in Encode()
|
| H A D | DWARFCompileUnit.cpp | 50 if (!ranges.IsEmpty()) in BuildAddressRangeTable() 104 if (!func_aranges.IsEmpty()) in LookupAddress()
|
| H A D | DWARFDebugInfoEntry.cpp | 265 if (ranges.IsEmpty()) { in GetDIENamesAndRanges() 280 if (ranges.IsEmpty() || name == nullptr || mangled == nullptr) { in GetDIENamesAndRanges() 289 return !ranges.IsEmpty(); in GetDIENamesAndRanges()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ConstString.h | 95 explicit operator bool() const { return !IsEmpty(); } 183 return (IsEmpty() ? value_if_empty : m_string); 293 bool IsEmpty() const { return m_string == nullptr || m_string[0] == '\0'; } in IsEmpty() function
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | FileSpecList.cpp | 76 bool compare_filename_only = file_spec.GetDirectory().IsEmpty(); in FindFileIndex() 121 const bool full = !file_spec.GetDirectory().IsEmpty(); in FindCompatibleIndex()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 247 if (contexts.IsEmpty()) { in GetPrintForDebuggerAddr() 250 if (contexts.IsEmpty()) in GetPrintForDebuggerAddr() 467 if (sc_list.IsEmpty()) in CalculateHasNewLiteralsAndIndexing() 470 return !sc_list.IsEmpty(); in CalculateHasNewLiteralsAndIndexing()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandHistory.h | 30 bool IsEmpty() const;
|
| /freebsd-14.2/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-more-matchers.h | 93 inline PolymorphicMatcher<internal::IsEmptyMatcher> IsEmpty() { in IsEmpty() function
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | SectionLoadList.h | 37 bool IsEmpty() const;
|
| H A D | SectionLoadHistory.h | 37 bool IsEmpty() const;
|
| H A D | PathMappingList.h | 54 bool IsEmpty() const { in IsEmpty() function
|
| /freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-filepath.h | 118 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | CXXFunctionPointer.cpp | 42 if (target && !target->GetSectionLoadList().IsEmpty()) { in CXXFunctionPointerSummaryProvider()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Pragma.h | 118 bool IsEmpty() const { return Handlers.empty(); } in IsEmpty() function
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
| H A D | CPPLanguageRuntime.cpp | 197 if (target.GetSectionLoadList().IsEmpty()) in FindLibCppStdFunctionCallableInfo() 349 if (target_sp->GetSectionLoadList().IsEmpty()) in GetStepThroughTrampolinePlan()
|
| /freebsd-14.2/contrib/googletest/googlemock/test/ |
| H A D | gmock-matchers-misc_test.cc | 139 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-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 148 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() 1081 if (file_name.IsEmpty()) in ReportWarningOptimization()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Block.cpp | 81 if (!m_ranges.IsEmpty()) { in Dump() 170 if (!m_ranges.IsEmpty()) { in DumpAddressRanges() 318 if (m_ranges.IsEmpty()) in GetStartAddress()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | Debug.h | 50 bool IsEmpty() const { return m_actions.empty(); } in IsEmpty() function
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandHistory.cpp | 22 bool CommandHistory::IsEmpty() const { in IsEmpty() function in CommandHistory
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopNestAnalysis.cpp | 297 auto IsEmpty = [](const BasicBlock *BB) { in skipEmptyBlockUntil() local 305 while (BB && BB != End && IsEmpty(BB) && !Visited.count(BB) && in skipEmptyBlockUntil()
|