Home
last modified time | relevance | path

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

12345

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.h40 bool IsEmpty() const { return m_aranges.IsEmpty(); } in IsEmpty() function
H A DNameToDIE.h85 bool IsEmpty() const { return m_map.IsEmpty(); } in IsEmpty() function
H A DManualDWARFIndex.cpp606 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 DDWARFCompileUnit.cpp107 if (!func_aranges.IsEmpty()) in LookupAddress()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DConstString.h110 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 DFileSpecList.cpp66 bool compare_filename_only = file_spec.GetDirectory().IsEmpty(); in FindFileIndex()
94 const bool full = !file_spec.GetDirectory().IsEmpty(); in FindCompatibleIndex()
H A DModule.cpp148 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 DAppleObjCRuntime.cpp247 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 DCommandHistory.h30 bool IsEmpty() const;
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dfdr_log_writer_test.cpp34 using ::testing::IsEmpty;
157 EXPECT_THAT_EXPECTED(TraceOrErr, HasValue(IsEmpty())); in TEST()
H A Dfdr_controller_test.cpp41 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 DSectionLoadList.h37 bool IsEmpty() const;
H A DSectionLoadHistory.h37 bool IsEmpty() const;
H A DPathMappingList.h53 bool IsEmpty() const { return m_pairs.empty(); } in IsEmpty() function
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBThreadResumeActions.h29 bool IsEmpty() const { return m_actions.empty(); } in IsEmpty() function
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPragma.h118 bool IsEmpty() const { return Handlers.empty(); } in IsEmpty() function
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp41 if (target && !target->GetSectionLoadList().IsEmpty()) { in CXXFunctionPointerSummaryProvider()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp196 if (target.GetSectionLoadList().IsEmpty()) in FindLibCppStdFunctionCallableInfo()
348 if (target_sp->GetSectionLoadList().IsEmpty()) in GetStepThroughTrampolinePlan()
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointSiteList.h155 bool IsEmpty() const { in IsEmpty() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DFileSpecList.h183 bool IsEmpty() const { return m_files.empty(); } in IsEmpty() function
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DBlock.cpp81 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 DCommandHistory.cpp22 bool CommandHistory::IsEmpty() const { in IsEmpty() function in CommandHistory
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h55 bool HasCategory() { return !GetCategory().IsEmpty(); } in HasCategory()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DDebug.h50 bool IsEmpty() const { return m_actions.empty(); } in IsEmpty() function

12345