Home
last modified time | relevance | path

Searched defs:IsEmpty (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DNameToDIE.h85 bool IsEmpty() const { return m_map.IsEmpty(); } in IsEmpty() function
DDWARFDebugAranges.h40 bool IsEmpty() const { return m_aranges.IsEmpty(); } in IsEmpty() function
/openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/
DBreakpointSiteList.h155 bool IsEmpty() const { in IsEmpty() function
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DDNBThreadResumeActions.h29 bool IsEmpty() const { return m_actions.empty(); } in IsEmpty() function
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DPathMappingList.h53 bool IsEmpty() const { return m_pairs.empty(); } in IsEmpty() function
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DFileSpecList.h183 bool IsEmpty() const { return m_files.empty(); } in IsEmpty() function
DModuleList.h440 bool IsEmpty() const { return !GetSize(); } in IsEmpty() function
DUniqueCStringMap.h151 bool IsEmpty() const { return m_map.empty(); } in IsEmpty() function
DIOHandler.h483 bool IsEmpty() const { in IsEmpty() function
/openbsd/src/gnu/llvm/clang/include/clang/Lex/
DPragma.h118 bool IsEmpty() const { return Handlers.empty(); } in IsEmpty() function
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DConstString.h303 bool IsEmpty() const { return m_string == nullptr || m_string[0] == '\0'; } in IsEmpty() function
DRangeMap.h293 bool IsEmpty() const { return m_entries.empty(); } in IsEmpty() function
524 bool IsEmpty() const { return m_entries.empty(); } in IsEmpty() function
770 bool IsEmpty() const { return m_entries.empty(); } in IsEmpty() function
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DCommandHistory.cpp22 bool CommandHistory::IsEmpty() const { in IsEmpty() function in CommandHistory
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86AvoidTrailingCall.cpp110 bool IsEmpty = LastRealInstr == MBB.rend(); in runOnMachineFunction() local
/openbsd/src/gnu/llvm/lldb/source/Target/
DSectionLoadHistory.cpp17 bool SectionLoadHistory::IsEmpty() const { in IsEmpty() function in SectionLoadHistory
DSectionLoadList.cpp38 bool SectionLoadList::IsEmpty() const { in IsEmpty() function in SectionLoadList
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/
DDebug.h50 bool IsEmpty() const { return m_actions.empty(); } in IsEmpty() function
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DLoopNestAnalysis.cpp297 auto IsEmpty = [](const BasicBlock *BB) { in skipEmptyBlockUntil() local
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DSymbolContext.cpp1276 bool SymbolContextList::IsEmpty() const { return m_symbol_contexts.empty(); } in IsEmpty() function in SymbolContextList
DType.cpp806 bool TypeAndOrName::IsEmpty() const { in IsEmpty() function in TypeAndOrName
/openbsd/src/gnu/llvm/llvm/lib/MC/
DXCOFFObjectWriter.cpp1269 const bool IsEmpty = in assignAddressesAndIndices() local
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp1071 auto IsEmpty = [] (const IFRecordWithRegSet &IR) -> bool { in pruneCoveredSets() local
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGExprCXX.cpp1241 llvm::Value *IsEmpty = in EmitNewArrayInitializer() local
DCGOpenMPRuntime.cpp705 llvm::Value *IsEmpty = in EmitOMPAggregateInit() local
4690 llvm::Value *IsEmpty = in emitUpdateClause() local
4936 llvm::Value *IsEmpty = in EmitOMPAggregateReduction() local
9533 llvm::Value *IsEmpty = in emitUserDefinedMapper() local
DCGStmtOpenMP.cpp718 llvm::Value *IsEmpty = in EmitOMPAggregateAssign() local

12