/freebsd/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/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugAranges.h | 41 bool IsEmpty() const { return m_aranges.IsEmpty(); } in GetNumRanges() 40 bool IsEmpty() const { return m_aranges.IsEmpty(); } IsEmpty() function
|
H A D | NameToDIE.h | 84 bool IsEmpty() const { return m_map.IsEmpty(); } 85 bool IsEmpty() const { return m_map.IsEmpty(); } IsEmpty() function
|
H A D | ManualDWARFIndex.cpp | 624 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 D | DWARFCompileUnit.cpp | 50 if (!ranges.IsEmpty()) in BuildAddressRangeTable() 104 if (!func_aranges.IsEmpty()) in LookupAddress()
|
H A D | DWARFDebugInfoEntry.cpp | 263 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 D | ConstString.h | 95 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 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/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/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntime.cpp | 253 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 D | CommandHistory.h | 30 bool IsEmpty() const;
|
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-more-matchers.h | 93 inline PolymorphicMatcher<internal::IsEmptyMatcher> IsEmpty() { in IsEmpty() function
|
/freebsd/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 | 55 bool IsEmpty() const { in IsEmpty() function
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | CXXFunctionPointer.cpp | 42 if (target && !target->GetSectionLoadList().IsEmpty()) { in CXXFunctionPointerSummaryProvider()
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Pragma.h | 118 bool IsEmpty() const { return Handlers.empty(); } in IsEmpty() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
H A D | CPPLanguageRuntime.cpp | 198 if (target.GetSectionLoadList().IsEmpty()) in FindLibCppStdFunctionCallableInfo() 350 if (target_sp->GetSectionLoadList().IsEmpty()) in GetStepThroughTrampolinePlan()
|
/freebsd/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-filepath.h | 124 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointSiteList.h |
|
/freebsd/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/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() 1083 if (file_name.IsEmpty()) in ReportWarningOptimization()
|
/freebsd/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() 334 if (m_ranges.IsEmpty()) in GetStartAddress()
|
/freebsd/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()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | Debug.h | 50 bool IsEmpty() const { return m_actions.empty(); } in IsEmpty() function
|