Home
last modified time | relevance | path

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

12345678910>>...17

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp52 if (IsValid()) in IsAggregateType()
58 if (IsValid()) in IsAnonymousType()
65 if (IsValid()) in IsArrayType()
80 if (IsValid()) in IsVectorType()
86 if (IsValid()) in IsRuntimeGeneratedType()
92 if (IsValid()) in IsCharType()
98 if (IsValid()) in IsCompleteType()
104 if (IsValid()) in IsConst()
110 if (IsValid()) in IsCStringType()
116 if (IsValid()) in IsFunctionType()
[all …]
H A DCompilerDeclContext.cpp20 if (IsValid()) in FindDeclByName()
28 return IsValid() && m_type_system->getKind() == TypeSystem::eKindClang; in IsClang()
32 if (IsValid()) in GetName()
39 if (IsValid()) in GetScopeQualifiedName()
46 if (IsValid()) in IsStructUnionOrClass()
55 if (IsValid()) in IsClassMethod()
H A DType.cpp170 if (m_compiler_type.IsValid()) { in GetDescription()
229 if (m_compiler_type.IsValid()) { in Dump()
432 if (!m_compiler_type.IsValid()) { in ResolveClangType()
535 if (m_compiler_type.IsValid()) in ResolveClangType()
577 return m_compiler_type.IsValid(); in ResolveClangType()
874 bool TypeImpl::IsValid() const { in IsValid() function in TypeImpl
878 return m_static_type.IsValid() || m_dynamic_type.IsValid(); in IsValid()
913 if (m_dynamic_type.IsValid()) { in GetPointerType()
925 if (m_dynamic_type.IsValid()) { in GetPointeeType()
937 if (m_dynamic_type.IsValid()) { in GetReferenceType()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeCategory.cpp44 if (!IsValid()) in GetEnabled()
50 if (!IsValid()) in SetEnabled()
59 if (!IsValid()) in GetName()
65 if (IsValid()) in GetLanguageAtIndex()
71 if (IsValid()) in GetNumLanguages()
77 if (IsValid()) in AddLanguage()
82 if (!IsValid()) in GetNumFormats()
90 if (!IsValid()) in GetNumSummaries()
97 if (!IsValid()) in GetNumFilters()
105 if (!IsValid()) in GetNumSynthetics()
[all …]
H A DSBType.cpp50 if (!IsValid()) in operator ==()
60 if (!IsValid()) in operator !=()
106 if (IsValid()) in GetByteSize()
114 if (!IsValid()) in IsPointerType()
120 if (!IsValid()) in IsArrayType()
127 if (!IsValid()) in IsVectorType()
133 if (!IsValid()) in IsReferenceType()
139 if (!IsValid()) in GetPointerType()
146 if (!IsValid()) in GetPointeeType()
249 if (IsValid()) in GetMemberFunctionAtIndex()
[all …]
H A DSBAddress.cpp33 if (rhs.IsValid()) in SBAddress()
50 if (rhs.IsValid()) in operator =()
59 if (lhs.IsValid() && rhs.IsValid()) in operator ==()
84 if (m_opaque_ap->IsValid()) in GetFileAddress()
118 if (target.IsValid()) in SetLoadAddress()
126 if (!m_opaque_ap->IsValid()) in SetLoadAddress()
143 if (m_opaque_ap->IsValid()) in GetSection()
149 if (m_opaque_ap->IsValid()) in GetOffset()
194 if (m_opaque_ap->IsValid()) in GetModule()
202 if (m_opaque_ap->IsValid()) in GetSymbolContext()
[all …]
H A DSBTypeNameSpecifier.cpp30 if (type.IsValid()) in SBTypeNameSpecifier()
43 if (!IsValid()) in GetName()
50 if (!IsValid()) in GetType()
53 if (c_type.IsValid()) in GetType()
59 if (!IsValid()) in IsRegex()
67 if (!IsValid()) in GetDescription()
83 if (!IsValid()) in operator ==()
84 return !rhs.IsValid(); in operator ==()
89 if (!IsValid()) in IsEqualTo()
90 return !rhs.IsValid(); in IsEqualTo()
[all …]
H A DSBTypeSummary.cpp38 if (IsValid()) in GetLanguage()
44 if (IsValid()) in GetCapping()
50 if (IsValid()) in SetLanguage()
55 if (IsValid()) in SetCapping()
153 if (!IsValid()) in IsFunctionCode()
164 if (!IsValid()) in IsFunctionName()
175 if (!IsValid()) in IsSummaryString()
182 if (!IsValid()) in GetData()
198 if (!IsValid()) in GetOptions()
210 if (!IsValid()) in SetSummaryString()
[all …]
H A DSBTypeSynthetic.cpp48 if (!IsValid()) in IsClassCode()
55 if (!IsValid()) in IsClassName()
61 if (!IsValid()) in GetData()
80 if (!IsValid()) in GetOptions()
109 if (!IsValid()) in operator ==()
110 return !rhs.IsValid(); in operator ==()
115 if (!IsValid()) in IsEqualTo()
116 return !rhs.IsValid(); in IsEqualTo()
131 if (!IsValid()) in operator !=()
132 return !rhs.IsValid(); in operator !=()
[all …]
H A DSBStringList.cpp26 if (rhs.IsValid()) in SBStringList()
32 if (rhs.IsValid()) in operator =()
54 if (IsValid()) in AppendString()
63 if (IsValid()) in AppendList()
71 if (strings.IsValid()) { in AppendList()
72 if (!IsValid()) in AppendList()
79 if (!IsValid()) in AppendList()
85 if (IsValid()) { in GetSize()
92 if (IsValid()) { in GetStringAtIndex()
99 if (IsValid()) { in GetStringAtIndex()
[all …]
H A DSBTypeFilter.cpp33 if (IsValid()) in GetOptions()
45 if (!IsValid()) in GetDescription()
59 if (IsValid()) in GetNumberOfExpressionPaths()
65 if (IsValid()) { in GetExpressionPathAtIndex()
94 if (!IsValid()) in operator ==()
95 return !rhs.IsValid(); in operator ==()
101 if (!IsValid()) in IsEqualTo()
102 return !rhs.IsValid(); in IsEqualTo()
116 if (!IsValid()) in operator !=()
117 return !rhs.IsValid(); in operator !=()
[all …]
H A DSBCommandInterpreter.cpp173 return (IsValid() in GetIOHandlerControlSequence()
312 if (IsValid()) { in HandleCompletionWithDescriptions()
368 if (IsValid()) { in GetProcess()
388 if (IsValid()) in GetDebugger()
405 if (IsValid()) in SetPromptOnQuit()
603 if (IsValid()) in SetHelp()
608 if (IsValid()) in SetHelpLong()
614 if (!IsValid()) in AddMultiwordCommand()
630 if (!IsValid()) in AddCommand()
645 if (!IsValid()) in AddCommand()
[all …]
H A DSBTypeFormat.cpp35 bool SBTypeFormat::IsValid() const { return m_opaque_sp.get() != NULL; } in IsValid() function in SBTypeFormat
44 if (IsValid() && m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeEnum) in GetTypeName()
52 if (IsValid()) in GetOptions()
75 if (!IsValid()) in GetDescription()
91 if (!IsValid()) in operator ==()
92 return !rhs.IsValid(); in operator ==()
97 if (!IsValid()) in IsEqualTo()
98 return !rhs.IsValid(); in IsEqualTo()
107 if (!IsValid()) in operator !=()
108 return !rhs.IsValid(); in operator !=()
[all …]
H A DSBListener.cpp95 if (m_opaque_sp && broadcaster.IsValid()) { in StartListeningForEvents()
135 if (m_opaque_sp && broadcaster.IsValid()) { in StopListeningForEvents()
193 if (m_opaque_sp && broadcaster.IsValid()) { in WaitForEventForBroadcaster()
211 if (m_opaque_sp && broadcaster.IsValid()) { in WaitForEventForBroadcasterWithType()
229 return event.IsValid(); in PeekAtNextEvent()
237 if (m_opaque_sp && broadcaster.IsValid()) { in PeekAtNextEventForBroadcaster()
239 return event.IsValid(); in PeekAtNextEventForBroadcaster()
248 if (m_opaque_sp && broadcaster.IsValid()) { in PeekAtNextEventForBroadcasterWithType()
251 return event.IsValid(); in PeekAtNextEventForBroadcasterWithType()
271 if (m_opaque_sp && broadcaster.IsValid()) { in GetNextEventForBroadcaster()
[all …]
H A DSBValueList.cpp51 if (val.IsValid() && val.GetID() == uid) in FindValueByUID()
60 if (val.IsValid() && val.GetName() && strcmp(name, val.GetName()) == 0) in GetFirstValueByName()
76 if (rhs.IsValid()) in SBValueList()
82 static_cast<void *>(rhs.IsValid() ? rhs.m_opaque_ap.get() : NULL), in SBValueList()
102 bool SBValueList::IsValid() const { return (m_opaque_ap != NULL); } in IsValid() function in SBValueList
108 if (rhs.IsValid()) in operator =()
139 if (value_list.IsValid()) { in Append()
H A DSBTypeEnumMember.cpp31 if (rhs.IsValid()) in SBTypeEnumMember()
38 if (rhs.IsValid()) in operator =()
44 bool SBTypeEnumMember::IsValid() const { return m_opaque_sp.get(); } in IsValid() function in SBTypeEnumMember
97 bool SBTypeEnumMemberList::IsValid() { return (m_opaque_ap != NULL); } in IsValid() function in SBTypeEnumMemberList
113 if (enum_member.IsValid()) in Append()
H A DSBDeclaration.cpp25 if (rhs.IsValid()) in SBDeclaration()
37 if (rhs.IsValid()) in operator =()
52 bool SBDeclaration::IsValid() const { in IsValid() function in SBDeclaration
53 return m_opaque_ap.get() && m_opaque_ap->IsValid(); in IsValid()
95 if (filespec.IsValid()) in SetFileSpec()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp22 if (!IsValid()) in GetDIERef()
44 if (IsValid()) in GetAttributeValueAsString()
53 if (IsValid()) in GetAttributeValueAsUnsigned()
62 if (IsValid()) in GetAttributeValueAsSigned()
71 if (IsValid()) in GetAttributeValueAsReference()
80 if (IsValid()) in GetAttributeValueAsAddress()
92 if (IsValid()) in GetName()
99 if (IsValid()) in GetLanguage()
114 if (IsValid()) in GetLLDBCompileUnit()
121 if (IsValid()) in GetOffset()
[all …]
H A DDWARFDIE.cpp38 if (IsValid()) in GetParent()
46 if (IsValid()) in GetFirstChild()
54 if (IsValid()) in GetSibling()
72 if (IsValid()) in GetDIE()
80 if (IsValid()) { in GetAttributeValueAsReferenceDIE()
94 if (IsValid()) { in LookupDeepestBlock()
114 if (IsValid()) in GetMangledName()
121 if (IsValid()) in GetPubname()
128 if (IsValid()) in GetQualifiedName()
135 if (IsValid()) in ResolveType()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DXML.cpp52 return IsValid(); in ParseFile()
63 return IsValid(); in ParseMemory()
68 if (IsValid()) { in GetRootElement()
104 if (IsValid()) in GetParent()
115 if (IsValid()) in GetSibling()
127 if (IsValid()) in GetChild()
141 if (IsValid()) in GetAttributeValue()
168 if (IsValid()) in ForEachChildNode()
193 if (IsValid()) { in ForEachAttribute()
216 if (IsValid()) { in ForEachSiblingNode()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp153 if (!IsValid()) in HasAttribute()
160 if (!IsValid()) in GetAttributeValue()
244 if (!IsValid()) in GetBytes()
255 if (!IsValid()) in GetSize()
314 if (!IsValid()) in GetBytes()
323 if (!IsValid()) in GetSize()
572 if (IsValid()) in GetSize()
578 if (IsValid()) in GetItemAtIndex()
676 if (IsValid()) in GetSize()
682 if (IsValid()) in GetItemAtIndex()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DXML.h53 explicit operator bool() const { return IsValid(); }
57 bool IsValid() const;
124 explicit operator bool() const { return IsValid(); }
126 bool IsValid() const;
164 explicit operator bool() const { return IsValid(); }
166 bool IsValid() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandAlias.cpp106 if (IsValid()) in WantsRawCommandString()
112 if (IsValid()) in WantsCompletion()
118 if (IsValid()) in HandleCompletion()
125 if (IsValid()) in HandleArgumentCompletion()
132 if (IsValid()) in GetOptions()
174 if (!IsValid()) in IsDashDashCommand()
235 if (IsValid()) in GetHelp()
243 if (IsValid()) in GetHelpLong()
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DWindowsSupport.h84 if (HandleTraits::IsValid(Handle)) in ~ScopedHandle()
95 if (HandleTraits::IsValid(Handle))
103 return HandleTraits::IsValid(Handle) ? true : false;
122 static bool IsValid(handle_type h) { in IsValid() function
144 static bool IsValid(handle_type h) { in IsValid() function
160 static bool IsValid(handle_type h) { in IsValid() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DExecutionContext.cpp178 if (m_target_sp && m_target_sp->GetArchitecture().IsValid()) in GetAddressByteSize()
186 if (m_target_sp && m_target_sp->GetArchitecture().IsValid()) in GetByteOrder()
391 return ((bool)m_target_sp && m_target_sp->IsValid()); in HasTargetScope()
395 return (HasTargetScope() && ((bool)m_process_sp && m_process_sp->IsValid())); in HasProcessScope()
399 return (HasProcessScope() && ((bool)m_thread_sp && m_thread_sp->IsValid())); in HasThreadScope()
578 if (target_sp && !target_sp->IsValid()) in GetTargetSP()
585 if (process_sp && !process_sp->IsValid()) in GetProcessSP()
597 if (!thread_sp || !thread_sp->IsValid()) { in GetThreadSP()
599 if (process_sp && process_sp->IsValid()) { in GetThreadSP()
609 if (thread_sp && !thread_sp->IsValid()) in GetThreadSP()
[all …]

12345678910>>...17