Home
last modified time | relevance | path

Searched refs:IsValid (Results 1 – 25 of 586) sorted by relevance

12345678910>>...24

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTypeCategory.cpp42 bool SBTypeCategory::IsValid() const { in IsValid() function in SBTypeCategory
55 if (!IsValid()) in GetEnabled()
63 if (!IsValid()) in SetEnabled()
74 if (!IsValid()) in GetName()
82 if (IsValid()) in GetLanguageAtIndex()
90 if (IsValid()) in GetNumLanguages()
98 if (IsValid()) in AddLanguage()
105 if (!IsValid()) in GetNumFormats()
114 if (!IsValid()) in GetNumSummaries()
122 if (!IsValid()) in GetNumFilters()
[all …]
H A DSBType.cpp55 if (!IsValid()) in operator ==()
56 return !rhs.IsValid(); in operator ==()
58 if (!rhs.IsValid()) in operator ==()
67 if (!IsValid()) in operator !=()
68 return rhs.IsValid(); in operator !=()
70 if (!rhs.IsValid()) in operator !=()
107 bool SBType::IsValid() const { in IsValid() function in SBType
117 return m_opaque_sp->IsValid(); in operator bool()
123 if (IsValid()) in GetByteSize()
133 if (!IsValid()) in IsPointerType()
[all …]
H A DSBTypeNameSpecifier.cpp40 if (type.IsValid()) in SBTypeNameSpecifier()
52 bool SBTypeNameSpecifier::IsValid() const { in IsValid() function in SBTypeNameSpecifier
65 if (!IsValid()) in GetName()
74 if (!IsValid()) in GetType()
77 if (c_type.IsValid()) in GetType()
84 if (!IsValid()) in GetMatchType()
92 if (!IsValid()) in IsRegex()
107 if (!IsValid()) in GetDescription()
126 if (!IsValid()) in operator ==()
127 return !rhs.IsValid(); in operator ==()
[all …]
H A DSBAddress.cpp61 if (lhs.IsValid() && rhs.IsValid()) in operator ==()
72 bool SBAddress::IsValid() const { in IsValid() function in SBAddress
79 return m_opaque_up != nullptr && m_opaque_up->IsValid(); in operator bool()
101 if (m_opaque_up->IsValid()) in GetFileAddress()
113 if (m_opaque_up->IsValid()) { in GetLoadAddress()
127 if (target.IsValid()) in SetLoadAddress()
135 if (!m_opaque_up->IsValid()) in SetLoadAddress()
142 if (m_opaque_up->IsValid()) { in OffsetAddress()
156 if (m_opaque_up->IsValid()) in GetSection()
164 if (m_opaque_up->IsValid()) in GetOffset()
[all …]
H A DSBTypeSynthetic.cpp48 bool SBTypeSynthetic::IsValid() const { in IsValid() function in SBTypeSynthetic
61 if (!IsValid()) in IsClassCode()
70 if (!IsValid()) in IsClassName()
78 if (!IsValid()) in GetData()
89 if (IsValid() && data && *data) in SetClassName()
96 if (IsValid() && data && *data) in SetClassCode()
103 if (!IsValid()) in GetOptions()
140 if (!IsValid()) in operator ==()
141 return !rhs.IsValid(); in operator ==()
148 if (!IsValid()) in IsEqualTo()
[all …]
H A DSBTypeSummary.cpp36 bool SBTypeSummaryOptions::IsValid() { in IsValid() function in SBTypeSummaryOptions
49 if (IsValid()) in GetLanguage()
57 if (IsValid()) in GetCapping()
65 if (IsValid()) in SetLanguage()
72 if (IsValid()) in SetCapping()
170 bool SBTypeSummary::IsValid() const { in IsValid() function in SBTypeSummary
183 if (!IsValid()) in IsFunctionCode()
196 if (!IsValid()) in IsFunctionName()
209 if (!IsValid()) in IsSummaryString()
218 if (!IsValid()) in GetData()
[all …]
H A DSBTypeFilter.cpp33 bool SBTypeFilter::IsValid() const { in IsValid() function in SBTypeFilter
46 if (IsValid()) in GetOptions()
62 if (!IsValid()) in GetDescription()
80 if (IsValid()) in GetNumberOfExpressionPaths()
88 if (IsValid()) { in GetExpressionPathAtIndex()
125 if (!IsValid()) in operator ==()
126 return !rhs.IsValid(); in operator ==()
134 if (!IsValid()) in IsEqualTo()
135 return !rhs.IsValid(); in IsEqualTo()
151 if (!IsValid()) in operator !=()
[all …]
H A DSBCommandInterpreter.cpp104 bool SBCommandInterpreter::IsValid() const { in IsValid() function in SBCommandInterpreter
117 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->CommandExists(cmd) in CommandExists()
124 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->AliasExists(cmd) in AliasExists()
131 return (IsValid() ? m_opaque_ptr->IsActive() : false); in IsActive()
137 return (IsValid() ? m_opaque_ptr->WasInterrupted() : false); in WasInterrupted()
143 return (IsValid() in GetIOHandlerControlSequence()
167 if (command_line && IsValid()) { in HandleCommand()
191 if (!IsValid()) { in HandleCommandsFromFile()
196 if (!file.IsValid()) { in HandleCommandsFromFile()
245 if (!IsValid()) in HandleCompletionWithDescriptions()
[all …]
H A DSBStringList.cpp48 bool SBStringList::IsValid() const { in IsValid() function in SBStringList
62 if (IsValid()) in AppendString()
73 if (IsValid()) in AppendList()
83 if (strings.IsValid()) { in AppendList()
84 if (!IsValid()) in AppendList()
91 if (!IsValid()) in AppendList()
99 if (IsValid()) { in GetSize()
108 if (IsValid()) { in GetStringAtIndex()
117 if (IsValid()) { in GetStringAtIndex()
126 if (IsValid()) { in Clear()
H A DSBTypeFormat.cpp40 bool SBTypeFormat::IsValid() const { in IsValid() function in SBTypeFormat
53 if (IsValid() && m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeFormat) in GetFormat()
61 if (IsValid() && m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeEnum) in GetTypeName()
71 if (IsValid()) in GetOptions()
102 if (!IsValid()) in GetDescription()
122 if (!IsValid()) in operator ==()
123 return !rhs.IsValid(); in operator ==()
130 if (!IsValid()) in IsEqualTo()
131 return !rhs.IsValid(); in IsEqualTo()
142 if (!IsValid()) in operator !=()
[all …]
H A DSBListener.cpp49 bool SBListener::IsValid() const { in IsValid() function in SBListener
111 if (m_opaque_sp && broadcaster.IsValid()) { in StartListeningForEvents()
123 if (m_opaque_sp && broadcaster.IsValid()) { in StopListeningForEvents()
158 if (m_opaque_sp && broadcaster.IsValid()) { in WaitForEventForBroadcaster()
178 if (m_opaque_sp && broadcaster.IsValid()) { in WaitForEventForBroadcasterWithType()
198 return event.IsValid(); in PeekAtNextEvent()
208 if (m_opaque_sp && broadcaster.IsValid()) { in PeekAtNextEventForBroadcaster()
210 return event.IsValid(); in PeekAtNextEventForBroadcaster()
221 if (m_opaque_sp && broadcaster.IsValid()) { in PeekAtNextEventForBroadcasterWithType()
224 return event.IsValid(); in PeekAtNextEventForBroadcasterWithType()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp33 if (IsValid()) in IsAggregateType()
40 if (IsValid()) in IsAnonymousType()
47 if (IsValid()) in IsScopedEnumerationType()
55 if (IsValid()) in IsArrayType()
71 if (IsValid()) in IsVectorType()
78 if (IsValid()) in IsRuntimeGeneratedType()
85 if (IsValid()) in IsCharType()
92 if (IsValid()) in IsCompleteType()
99 if (IsValid()) in IsForcefullyCompleted()
106 if (IsValid()) in IsConst()
[all …]
H A DCompilerDeclContext.cpp19 if (IsValid()) in FindDeclByName()
26 if (IsValid()) in GetName()
32 if (IsValid()) in GetScopeQualifiedName()
40 if (IsValid()) in IsClassMethod()
48 if (!IsValid()) in IsContainedInLookup()
H A DType.cpp194 if (m_compiler_type.IsValid()) { in GetDescription()
256 if (m_compiler_type.IsValid()) { in Dump()
485 if (!m_compiler_type.IsValid()) { in ResolveCompilerType()
492 if (encoding_compiler_type.IsValid()) { in ResolveCompilerType()
604 if (m_compiler_type.IsValid()) in ResolveCompilerType()
612 if (m_compiler_type.IsValid() && in ResolveCompilerType()
646 return m_compiler_type.IsValid(); in ResolveCompilerType()
818 return m_compiler_type.IsValid(); in HasCompilerType()
917 bool TypeImpl::IsValid() const { in IsValid() function in TypeImpl
921 return m_static_type.IsValid() || m_dynamic_type.IsValid(); in IsValid()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp23 if (!IsValid()) in GetDIERef()
43 if (IsValid()) in GetAttributeValueAsString()
51 if (IsValid()) in GetAttributeValueAsUnsigned()
59 if (IsValid()) in GetAttributeValueAsOptionalUnsigned()
66 if (IsValid()) in GetAttributeValueAsAddress()
73 if (IsValid()) in GetID()
79 if (IsValid()) in GetName()
94 if (IsValid()) in GetOffset()
112 return IsValid() && GetDWARF()->Supports_DW_AT_APPLE_objc_complete_type(m_cu); in Supports_DW_AT_APPLE_objc_complete_type()
117 if (IsValid()) in GetAttributes()
[all …]
H A DDWARFDIE.cpp87 if (IsValid()) in GetParent()
95 if (IsValid()) in GetFirstChild()
103 if (IsValid()) in GetSibling()
111 if (IsValid()) in GetReferencedDIE()
119 if (IsValid()) in GetDIE()
127 if (IsValid()) { in GetAttributeValueAsReferenceDIE()
140 if (!IsValid()) in LookupDeepestBlock()
200 if (IsValid()) in GetMangledName()
207 if (IsValid()) in GetPubname()
219 if (!IsValid()) in GetName()
[all …]
H A DDWARFDIE.h111 if (!m_die.IsValid() && !it.m_die.IsValid())
116 assert(m_die.IsValid() && "Derefencing invalid iterator?");
120 assert(m_die.IsValid() && "Derefencing invalid iterator?");
124 assert(m_die.IsValid() && "Incrementing invalid iterator?");
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DXML.cpp31 bool XMLDocument::IsValid() const { return m_document != nullptr; } in IsValid() function in XMLDocument
49 return IsValid(); in ParseFile()
60 return IsValid(); in ParseMemory()
65 if (IsValid()) { in GetRootElement()
101 if (IsValid()) in GetParent()
112 if (IsValid()) in GetSibling()
124 if (IsValid()) in GetChild()
137 if (IsValid()) { in GetAttributeValue()
162 if (IsValid()) in ForEachChildNode()
187 if (IsValid()) { in ForEachAttribute()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp243 if (!IsValid()) in HasAttribute()
250 if (!IsValid()) in GetAttributeValue()
305 if (!IsValid()) in GetBytes()
316 if (!IsValid()) in GetSize()
350 if (!IsValid()) in GetBytes()
359 if (!IsValid()) in GetSize()
403 if (!IsValid()) in AsUTF8()
418 if (IsValid()) { in GetSize()
518 if (IsValid()) in GetSize()
524 if (IsValid()) in GetItemAtIndex()
[all …]
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Djump.py31 if not line_entry.IsValid():
45 if not line_entry.IsValid():
59 if not line_entry.IsValid():
127 if not debugger.IsValid():
132 if not target.IsValid():
137 if not process.IsValid():
142 if not thread.IsValid():
147 if not frame.IsValid():
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DXML.h54 explicit operator bool() const { return IsValid(); }
58 bool IsValid() const;
119 explicit operator bool() const { return IsValid(); }
121 bool IsValid() const;
157 explicit operator bool() const { return IsValid(); }
159 bool IsValid() const;
/openbsd-src/gnu/llvm/lldb/examples/functions/
H A Dmain.cpp96 if (!debugger.IsValid()) in main()
181 if (target.IsValid()) { in main()
186 if (module.IsValid()) { in main()
210 if (sc.IsValid()) { in main()
211 if (sc.GetBlock().GetContainingInlinedBlock().IsValid()) { in main()
216 if (function.IsValid()) { in main()
294 if (function_arg_type.IsValid()) { in main()
320 if (function_arg_type.IsValid()) { in main()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandAlias.cpp108 if (IsValid()) in WantsRawCommandString()
114 if (IsValid()) in WantsCompletion()
120 if (IsValid()) in HandleCompletion()
126 if (IsValid()) in HandleArgumentCompletion()
132 if (IsValid()) in GetOptions()
175 if (!IsValid()) in IsDashDashCommand()
238 if (IsValid()) in GetHelp()
246 if (IsValid()) in GetHelpLong()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.cpp8 bool CFBasicHash::IsValid() const { in IsValid() function in CFBasicHash
76 if (!IsValid()) in GetCount()
88 if (!IsValid()) in GetPointerCount()
97 if (!IsValid()) in GetKeyPointer()
107 if (!IsValid()) in GetValuePointer()
/openbsd-src/gnu/llvm/lldb/examples/synthetic/
H A Dgnu_libstdcpp.py45 if possible_value.IsValid():
85 if (not self.data_type.IsValid()) or (not self.next.IsValid()):
192 if count_child and count_child.IsValid():
221 if not current.IsValid():
278 if (not self.data_type.IsValid()) or (not self.impl.IsValid()):
316 if (not self.node.IsValid()) or (not self.next.IsValid()):
335 …if self.node_address == 0 or (not self.node.IsValid()) or (not self.next.IsValid()) or (not self.p…
418 if self.start.IsValid() and self.finish.IsValid(
419 ) and self.end.IsValid() and self.data_type.IsValid():
469 if self.offset.IsValid() and self.start_p.IsValid() and self.finish_p.IsValid():
[all …]

12345678910>>...24