Home
last modified time | relevance | path

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

12

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

12