| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugAranges.h | 40 bool IsEmpty() const { return m_aranges.IsEmpty(); } in IsEmpty() function
|
| H A D | NameToDIE.h | 85 bool IsEmpty() const { return m_map.IsEmpty(); } in IsEmpty() function
|
| H A D | ManualDWARFIndex.cpp | 606 if (!function_basenames.IsEmpty()) { in Encode() 610 if (!function_fullnames.IsEmpty()) { in Encode() 614 if (!function_methods.IsEmpty()) { in Encode() 618 if (!function_selectors.IsEmpty()) { in Encode() 622 if (!objc_class_selectors.IsEmpty()) { in Encode() 626 if (!globals.IsEmpty()) { in Encode() 630 if (!types.IsEmpty()) { in Encode() 634 if (!namespaces.IsEmpty()) { in Encode()
|
| H A D | DWARFCompileUnit.cpp | 107 if (!func_aranges.IsEmpty()) in LookupAddress()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | ConstString.h | 110 explicit operator bool() const { return !IsEmpty(); } 193 return (IsEmpty() ? value_if_empty : m_string); 303 bool IsEmpty() const { return m_string == nullptr || m_string[0] == '\0'; } in IsEmpty() function
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | FileSpecList.cpp | 66 bool compare_filename_only = file_spec.GetDirectory().IsEmpty(); in FindFileIndex() 94 const bool full = !file_spec.GetDirectory().IsEmpty(); in FindCompatibleIndex()
|
| H A D | Module.cpp | 148 module_spec.GetObjectName().IsEmpty() ? "" : "(", in Module() 150 module_spec.GetObjectName().IsEmpty() ? "" : ")"); in Module() 256 m_file.GetPath().c_str(), m_object_name.IsEmpty() ? "" : "(", in Module() 257 m_object_name.AsCString(""), m_object_name.IsEmpty() ? "" : ")"); in Module() 284 m_file.GetPath().c_str(), m_object_name.IsEmpty() ? "" : "(", in ~Module() 285 m_object_name.AsCString(""), m_object_name.IsEmpty() ? "" : ")"); in ~Module() 1131 if (file_name.IsEmpty()) in ReportWarningOptimization()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | CommandHistory.h | 30 bool IsEmpty() const;
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/ |
| H A D | fdr_log_writer_test.cpp | 34 using ::testing::IsEmpty; 157 EXPECT_THAT_EXPECTED(TraceOrErr, HasValue(IsEmpty())); in TEST()
|
| H A D | fdr_controller_test.cpp | 41 using ::testing::IsEmpty; 117 EXPECT_THAT_EXPECTED(TraceOrErr, HasValue(IsEmpty())); in TEST_F() 213 EXPECT_THAT_EXPECTED(TraceOrErr, HasValue(IsEmpty())); in TEST_F() 247 EXPECT_THAT_EXPECTED(TraceOrErr, HasValue(IsEmpty())); in TEST_F()
|
| /openbsd-src/gnu/llvm/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 | 53 bool IsEmpty() const { return m_pairs.empty(); } in IsEmpty() function
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | DNBThreadResumeActions.h | 29 bool IsEmpty() const { return m_actions.empty(); } in IsEmpty() function
|
| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | Pragma.h | 118 bool IsEmpty() const { return Handlers.empty(); } in IsEmpty() function
|
| /openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
| H A D | CXXFunctionPointer.cpp | 41 if (target && !target->GetSectionLoadList().IsEmpty()) { in CXXFunctionPointerSummaryProvider()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
| H A D | CPPLanguageRuntime.cpp | 196 if (target.GetSectionLoadList().IsEmpty()) in FindLibCppStdFunctionCallableInfo() 348 if (target_sp->GetSectionLoadList().IsEmpty()) in GetStepThroughTrampolinePlan()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointSiteList.h | 155 bool IsEmpty() const { in IsEmpty() function
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | FileSpecList.h | 183 bool IsEmpty() const { return m_files.empty(); } in IsEmpty() function
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | CommandHistory.cpp | 22 bool CommandHistory::IsEmpty() const { in IsEmpty() function in CommandHistory
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.h | 55 bool HasCategory() { return !GetCategory().IsEmpty(); } in HasCategory()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
| H A D | Debug.h | 50 bool IsEmpty() const { return m_actions.empty(); } in IsEmpty() function
|