Home
last modified time | relevance | path

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

12345678910>>...18

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp55 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()
130 if (!IsValid()) in GetNumSynthetics()
[all …]
H A DSBType.cpp55 if (!IsValid()) in operator ==()
67 if (!IsValid()) in operator !=()
123 if (IsValid()) in GetByteSize()
133 if (!IsValid()) in IsPointerType()
141 if (!IsValid()) in IsArrayType()
150 if (!IsValid()) in IsVectorType()
158 if (!IsValid()) in IsReferenceType()
166 if (!IsValid()) in GetPointerType()
175 if (!IsValid()) in GetPointeeType()
322 if (IsValid()) in GetMemberFunctionAtIndex()
[all …]
H A DSBTypeNameSpecifier.cpp40 if (type.IsValid()) 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 ==()
134 if (!IsValid()) in IsEqualTo()
[all …]
H A DSBAddress.cpp61 if (lhs.IsValid() && rhs.IsValid()) in operator ==()
101 if (m_opaque_up->IsValid()) in GetFileAddress()
127 if (target.IsValid()) in SetLoadAddress()
135 if (!m_opaque_up->IsValid()) in SetLoadAddress()
156 if (m_opaque_up->IsValid()) in GetSection()
164 if (m_opaque_up->IsValid()) in GetOffset()
207 if (m_opaque_up->IsValid()) in GetModule()
217 if (m_opaque_up->IsValid()) in GetSymbolContext()
226 if (m_opaque_up->IsValid()) in GetCompileUnit()
235 if (m_opaque_up->IsValid()) in GetFunction()
[all …]
H A DSBTypeSynthetic.cpp61 if (!IsValid()) in IsClassCode()
70 if (!IsValid()) in IsClassName()
78 if (!IsValid()) in GetData()
103 if (!IsValid()) in GetOptions()
140 if (!IsValid()) in operator ==()
141 return !rhs.IsValid(); in operator ==()
148 if (!IsValid()) in IsEqualTo()
149 return !rhs.IsValid(); in IsEqualTo()
166 if (!IsValid()) in operator !=()
167 return !rhs.IsValid(); in operator !=()
[all …]
H A DSBTypeSummary.cpp49 if (IsValid()) in GetLanguage()
57 if (IsValid()) in GetCapping()
65 if (IsValid()) in SetLanguage()
72 if (IsValid()) in SetCapping()
183 if (!IsValid()) in IsFunctionCode()
196 if (!IsValid()) in IsFunctionName()
209 if (!IsValid()) in IsSummaryString()
218 if (!IsValid()) in GetData()
236 if (!IsValid()) in GetOptions()
252 if (!IsValid()) in SetSummaryString()
[all …]
H A DSBStringList.cpp41 if (!IsValid()) in operator ->()
55 bool SBStringList::IsValid() const { in IsValid() function in SBStringList
69 if (IsValid()) in AppendString()
80 if (IsValid()) in AppendList()
90 if (strings.IsValid()) { in AppendList()
91 if (!IsValid()) in AppendList()
98 if (!IsValid()) in AppendList()
106 if (IsValid()) { in GetSize()
115 if (IsValid()) { in GetStringAtIndex()
124 if (IsValid()) { in GetStringAtIndex()
[all …]
H A DSBTypeFilter.cpp46 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 !=()
152 return !rhs.IsValid(); in operator !=()
[all …]
H A DSBCommandInterpreter.cpp160 if (!IsValid()) in GetIOHandlerControlSequence()
209 if (!IsValid()) { in HandleCommandsFromFile()
263 if (!IsValid()) in HandleCompletionWithDescriptions()
366 if (IsValid()) { in GetProcess()
382 if (IsValid()) in GetDebugger()
397 if (IsValid()) in SetPromptOnQuit()
642 if (IsValid()) in SetHelp()
649 if (IsValid()) in SetHelpLong()
657 if (!IsValid()) in AddMultiwordCommand()
691 if (!IsValid()) in AddCommand()
[all …]
H A DSBTypeFormat.cpp40 bool SBTypeFormat::IsValid() const { in IsValid() function in SBTypeFormat
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 !=()
143 return !rhs.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 …]
H A DSBValueList.cpp52 if (val.IsValid() && val.GetID() == uid) in FindValueByUID()
61 if (val.IsValid() && val.GetName() && strcmp(name, val.GetName()) == 0) in GetFirstValueByName()
82 if (rhs.IsValid()) in SBValueList()
93 bool SBValueList::IsValid() const { in IsValid() function in SBValueList
113 if (rhs.IsValid()) in operator =()
148 if (value_list.IsValid()) { in Append()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp32 if (IsValid()) in IsAggregateType()
39 if (IsValid()) in IsAnonymousType()
46 if (IsValid()) in IsScopedEnumerationType()
54 if (IsValid()) in IsArrayType()
70 if (IsValid()) in IsVectorType()
77 if (IsValid()) in IsRuntimeGeneratedType()
84 if (IsValid()) in IsCharType()
91 if (IsValid()) in IsCompleteType()
98 if (IsValid()) in IsForcefullyCompleted()
105 if (IsValid()) in IsConst()
[all …]
H A DCompilerDeclContext.cpp19 if (IsValid()) in FindDeclByName()
26 if (IsValid()) in GetName()
32 if (IsValid()) in GetScopeQualifiedName()
38 if (IsValid()) in IsClassMethod()
44 if (IsValid()) in GetLanguage()
50 if (!IsValid()) in IsContainedInLookup()
64 if (IsValid()) in GetCompilerContext()
H A DType.cpp319 if (m_compiler_type.IsValid()) { in GetDescription()
381 if (m_compiler_type.IsValid()) { in Dump()
568 if (!m_compiler_type.IsValid()) { in ResolveCompilerType()
688 if (m_compiler_type.IsValid()) in ResolveCompilerType()
730 return m_compiler_type.IsValid(); in ResolveCompilerType()
910 return m_compiler_type.IsValid(); in HasCompilerType()
1009 bool TypeImpl::IsValid() const { in IsValid() function in TypeImpl
1013 return m_static_type.IsValid() || m_dynamic_type.IsValid(); in IsValid()
1055 if (m_dynamic_type.IsValid()) { in GetPointerType()
1067 if (m_dynamic_type.IsValid()) { in GetPointeeType()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp51 return IsValid(); in ParseFile()
62 return IsValid(); in ParseMemory()
67 if (IsValid()) { in GetRootElement()
103 if (IsValid()) in GetParent()
114 if (IsValid()) in GetSibling()
126 if (IsValid()) in GetChild()
139 if (IsValid()) { in GetAttributeValue()
164 if (IsValid()) in ForEachChildNode()
189 if (IsValid()) { in ForEachAttribute()
212 if (IsValid()) { in ForEachSiblingNode()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp24 if (!IsValid()) in GetDIERef()
44 if (IsValid()) in GetAttributeValueAsString()
52 if (IsValid()) in GetAttributeValueAsUnsigned()
60 if (IsValid()) in GetAttributeValueAsOptionalUnsigned()
67 if (IsValid()) in GetAttributeValueAsAddress()
82 if (IsValid()) in GetName()
97 if (IsValid()) in GetOffset()
115 return IsValid() && GetDWARF()->Supports_DW_AT_APPLE_objc_complete_type(m_cu); in Supports_DW_AT_APPLE_objc_complete_type()
119 if (IsValid()) in GetAttributes()
138 assert(IsValid()); in GetData()
H A DDWARFDIE.cpp88 if (IsValid()) in GetParent()
96 if (IsValid()) in GetFirstChild()
104 if (IsValid()) in GetSibling()
112 if (IsValid()) in GetReferencedDIE()
120 if (IsValid()) in GetDIE()
141 if (!IsValid()) in LookupDeepestBlock()
200 if (IsValid()) in GetMangledName()
207 if (IsValid()) in GetPubname()
219 if (!IsValid()) in GetName()
237 if (!IsValid()) in AppendTypeName()
[all …]
H A DDWARFDIE.h125 if (!m_die.IsValid() && !it.m_die.IsValid())
130 assert(m_die.IsValid() && "Derefencing invalid iterator?");
134 assert(m_die.IsValid() && "Derefencing invalid iterator?");
138 assert(m_die.IsValid() && "Incrementing invalid iterator?");
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp247 if (!IsValid()) in HasAttribute()
254 if (!IsValid()) in GetAttributeValue()
543 if (IsValid()) in GetSize()
549 if (IsValid()) in GetItemAtIndex()
622 if (IsValid()) in GetSize()
628 if (IsValid()) in GetItemAtIndex()
681 if (IsValid()) in GetSize()
726 if (!IsValid() || !value.IsValid()) in SetItem()
736 if (!IsValid() || !value.IsValid()) in SetItem()
1489 if (!globals.IsValid() || !locals.IsValid()) in runStringOneLine()
[all …]
/freebsd/contrib/llvm-project/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;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp109 if (IsValid()) in WantsRawCommandString()
115 if (IsValid()) in WantsCompletion()
121 if (IsValid()) in HandleCompletion()
127 if (IsValid()) in HandleArgumentCompletion()
133 if (IsValid()) in GetOptions()
176 if (!IsValid()) in IsDashDashCommand()
239 if (IsValid()) in GetHelp()
247 if (IsValid()) in GetHelpLong()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h95 if (HandleTraits::IsValid(Handle)) in ~ScopedHandle()
106 if (HandleTraits::IsValid(Handle))
114 return HandleTraits::IsValid(Handle) ? true : false;
133 static bool IsValid(handle_type h) { in IsValid() function
155 static bool IsValid(handle_type h) { in IsValid() function
171 static bool IsValid(handle_type h) { in IsValid() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenCLOptions.cpp126 bool IsValid = true; in diagnoseUnsupportedFeatureDependencies() local
132 IsValid = false; in diagnoseUnsupportedFeatureDependencies()
136 return IsValid; in diagnoseUnsupportedFeatureDependencies()
143 bool IsValid = true; in diagnoseFeatureExtensionDifferences() local
147 IsValid = false; in diagnoseFeatureExtensionDifferences()
151 return IsValid; in diagnoseFeatureExtensionDifferences()

12345678910>>...18