Home
last modified time | relevance | path

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

12345678910>>...19

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp32 if (IsValid()) in IsAggregateType()
38 if (IsValid()) in IsAnonymousType()
44 if (IsValid()) in IsScopedEnumerationType()
51 if (IsValid()) in IsArrayType()
66 if (IsValid()) in IsVectorType()
72 if (IsValid()) in IsRuntimeGeneratedType()
78 if (IsValid()) in IsCharType()
84 if (IsValid()) in IsCompleteType()
90 if (IsValid()) in IsConst()
96 if (IsValid()) in IsCStringType()
[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.cpp192 if (m_compiler_type.IsValid()) { in GetDescription()
254 if (m_compiler_type.IsValid()) { in Dump()
474 if (!m_compiler_type.IsValid()) { in ResolveCompilerType()
593 if (m_compiler_type.IsValid()) in ResolveCompilerType()
635 return m_compiler_type.IsValid(); in ResolveCompilerType()
804 return m_compiler_type.IsValid(); in HasCompilerType()
903 bool TypeImpl::IsValid() const { in IsValid() function in TypeImpl
907 return m_static_type.IsValid() || m_dynamic_type.IsValid(); in IsValid()
949 if (m_dynamic_type.IsValid()) { in GetPointerType()
961 if (m_dynamic_type.IsValid()) { in GetPointeeType()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp57 if (!IsValid()) in GetEnabled()
65 if (!IsValid()) in SetEnabled()
76 if (!IsValid()) in GetName()
85 if (IsValid()) in GetLanguageAtIndex()
93 if (IsValid()) in GetNumLanguages()
102 if (IsValid()) in AddLanguage()
109 if (!IsValid()) in GetNumFormats()
119 if (!IsValid()) in GetNumSummaries()
128 if (!IsValid()) in GetNumFilters()
137 if (!IsValid()) in GetNumSynthetics()
[all …]
H A DSBType.cpp56 if (!IsValid()) in operator ==()
68 if (!IsValid()) in operator !=()
125 if (IsValid()) in GetByteSize()
135 if (!IsValid()) in IsPointerType()
143 if (!IsValid()) in IsArrayType()
152 if (!IsValid()) in IsVectorType()
160 if (!IsValid()) in IsReferenceType()
168 if (!IsValid()) in GetPointerType()
178 if (!IsValid()) in GetPointeeType()
323 if (IsValid()) in GetMemberFunctionAtIndex()
[all …]
H A DSBTypeNameSpecifier.cpp36 if (type.IsValid()) in SBTypeNameSpecifier()
62 if (!IsValid()) in GetName()
71 if (!IsValid()) in GetType()
74 if (c_type.IsValid()) in GetType()
82 if (!IsValid()) in IsRegex()
94 if (!IsValid()) in GetDescription()
117 if (!IsValid()) in operator ==()
118 return !rhs.IsValid(); in operator ==()
126 if (!IsValid()) in IsEqualTo()
127 return !rhs.IsValid(); in IsEqualTo()
[all …]
H A DSBTypeSynthetic.cpp68 if (!IsValid()) in IsClassCode()
77 if (!IsValid()) in IsClassName()
85 if (!IsValid()) in GetData()
110 if (!IsValid()) in GetOptions()
152 if (!IsValid()) in operator ==()
153 return !rhs.IsValid(); in operator ==()
161 if (!IsValid()) in IsEqualTo()
162 return !rhs.IsValid(); in IsEqualTo()
180 if (!IsValid()) in operator !=()
181 return !rhs.IsValid(); in operator !=()
[all …]
H A DSBTypeSummary.cpp51 if (IsValid()) in GetLanguage()
60 if (IsValid()) in GetCapping()
69 if (IsValid()) in SetLanguage()
77 if (IsValid()) in SetCapping()
210 if (!IsValid()) in IsFunctionCode()
223 if (!IsValid()) in IsFunctionName()
236 if (!IsValid()) in IsSummaryString()
245 if (!IsValid()) in GetData()
263 if (!IsValid()) in GetOptions()
280 if (!IsValid()) in SetSummaryString()
[all …]
H A DSBStringList.cpp52 bool SBStringList::IsValid() const { in IsValid() function in SBStringList
53 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBStringList, IsValid); in IsValid()
66 if (IsValid()) in AppendString()
78 if (IsValid()) in AppendList()
89 if (strings.IsValid()) { in AppendList()
90 if (!IsValid()) in AppendList()
97 if (!IsValid()) in AppendList()
105 if (IsValid()) { in GetSize()
115 if (IsValid()) { in GetStringAtIndex()
125 if (IsValid()) { in GetStringAtIndex()
[all …]
H A DSBAddress.cpp64 if (lhs.IsValid() && rhs.IsValid()) in operator ==()
106 if (m_opaque_up->IsValid()) in GetFileAddress()
134 if (target.IsValid()) in SetLoadAddress()
142 if (!m_opaque_up->IsValid()) in SetLoadAddress()
163 if (m_opaque_up->IsValid()) in GetSection()
171 if (m_opaque_up->IsValid()) in GetOffset()
215 if (m_opaque_up->IsValid()) in GetModule()
226 if (m_opaque_up->IsValid()) in GetSymbolContext()
235 if (m_opaque_up->IsValid()) in GetCompileUnit()
244 if (m_opaque_up->IsValid()) in GetFunction()
[all …]
H A DSBTypeFilter.cpp48 if (IsValid()) in GetOptions()
66 if (!IsValid()) in GetDescription()
85 if (IsValid()) in GetNumberOfExpressionPaths()
94 if (IsValid()) { in GetExpressionPathAtIndex()
135 if (!IsValid()) in operator ==()
136 return !rhs.IsValid(); in operator ==()
145 if (!IsValid()) in IsEqualTo()
146 return !rhs.IsValid(); in IsEqualTo()
163 if (!IsValid()) in operator !=()
164 return !rhs.IsValid(); in operator !=()
[all …]
H A DSBTypeFormat.cpp44 bool SBTypeFormat::IsValid() const { in IsValid() function in SBTypeFormat
45 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeFormat, IsValid); in IsValid()
75 if (IsValid()) in GetOptions()
108 if (!IsValid()) in GetDescription()
130 if (!IsValid()) in operator ==()
131 return !rhs.IsValid(); in operator ==()
139 if (!IsValid()) in IsEqualTo()
140 return !rhs.IsValid(); in IsEqualTo()
152 if (!IsValid()) in operator !=()
153 return !rhs.IsValid(); in operator !=()
[all …]
H A DSBCommandInterpreter.cpp147 return (IsValid() in GetIOHandlerControlSequence()
203 if (!IsValid()) { in HandleCommandsFromFile()
264 if (!IsValid()) in HandleCompletionWithDescriptions()
367 if (IsValid()) { in GetProcess()
384 if (IsValid()) in GetDebugger()
399 if (IsValid()) in SetPromptOnQuit()
666 if (IsValid()) in SetHelp()
673 if (IsValid()) in SetHelpLong()
682 if (!IsValid()) in AddMultiwordCommand()
726 if (!IsValid()) in AddCommand()
[all …]
H A DSBListener.cpp53 bool SBListener::IsValid() const { in IsValid() function in SBListener
122 if (m_opaque_sp && broadcaster.IsValid()) { in StartListeningForEvents()
136 if (m_opaque_sp && broadcaster.IsValid()) { in StopListeningForEvents()
174 if (m_opaque_sp && broadcaster.IsValid()) { in WaitForEventForBroadcaster()
197 if (m_opaque_sp && broadcaster.IsValid()) { in WaitForEventForBroadcasterWithType()
218 return event.IsValid(); in PeekAtNextEvent()
230 if (m_opaque_sp && broadcaster.IsValid()) { in PeekAtNextEventForBroadcaster()
232 return event.IsValid(); in PeekAtNextEventForBroadcaster()
245 if (m_opaque_sp && broadcaster.IsValid()) { in PeekAtNextEventForBroadcasterWithType()
248 return event.IsValid(); in PeekAtNextEventForBroadcasterWithType()
[all …]
H A DSBValueList.cpp50 if (val.IsValid() && val.GetID() == uid) in FindValueByUID()
59 if (val.IsValid() && val.GetName() && strcmp(name, val.GetName()) == 0) in GetFirstValueByName()
77 if (rhs.IsValid()) in SBValueList()
88 bool SBValueList::IsValid() const { in IsValid() function in SBValueList
89 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBValueList, IsValid); in IsValid()
109 if (rhs.IsValid()) in operator =()
146 if (value_list.IsValid()) { in Append()
213 LLDB_REGISTER_METHOD_CONST(bool, SBValueList, IsValid, ()); in RegisterMethods()
H A DSBTypeEnumMember.cpp52 bool SBTypeEnumMember::IsValid() const { in IsValid() function in SBTypeEnumMember
53 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeEnumMember, IsValid); in IsValid()
126 bool SBTypeEnumMemberList::IsValid() { in IsValid() function in SBTypeEnumMemberList
127 LLDB_RECORD_METHOD_NO_ARGS(bool, SBTypeEnumMemberList, IsValid); in IsValid()
158 if (enum_member.IsValid()) in Append()
211 LLDB_REGISTER_METHOD_CONST(bool, SBTypeEnumMember, IsValid, ()); in RegisterMethods()
220 LLDB_REGISTER_METHOD(bool, SBTypeEnumMemberList, IsValid, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/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-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp22 if (!IsValid()) in GetDIERef()
42 if (IsValid()) in GetAttributeValueAsString()
50 if (IsValid()) in GetAttributeValueAsUnsigned()
58 if (IsValid()) in GetAttributeValueAsAddress()
65 if (IsValid()) in GetID()
71 if (IsValid()) in GetName()
86 if (IsValid()) in GetOffset()
104 return IsValid() && GetDWARF()->Supports_DW_AT_APPLE_objc_complete_type(m_cu); in Supports_DW_AT_APPLE_objc_complete_type()
109 if (IsValid()) in GetAttributes()
125 assert(IsValid()); in GetData()
H A DDWARFDIE.cpp91 if (IsValid()) in GetParent()
99 if (IsValid()) in GetFirstChild()
107 if (IsValid()) in GetSibling()
115 if (IsValid()) in GetReferencedDIE()
123 if (IsValid()) in GetDIE()
144 if (!IsValid()) in LookupDeepestBlock()
204 if (IsValid()) in GetMangledName()
211 if (IsValid()) in GetPubname()
218 if (IsValid()) in GetQualifiedName()
349 if (IsValid()) in ResolveType()
[all …]
H A DDWARFDIE.h117 if (!m_die.IsValid() && !it.m_die.IsValid())
122 assert(m_die.IsValid() && "Derefencing invalid iterator?");
126 assert(m_die.IsValid() && "Derefencing invalid iterator?");
130 assert(m_die.IsValid() && "Incrementing invalid iterator?");
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp241 if (!IsValid()) in HasAttribute()
248 if (!IsValid()) in GetAttributeValue()
301 if (!IsValid()) in GetBytes()
588 if (IsValid()) in GetSize()
594 if (IsValid()) in GetItemAtIndex()
667 if (IsValid()) in GetSize()
673 if (IsValid()) in GetItemAtIndex()
761 if (!IsValid() || !value.IsValid()) in SetItem()
771 if (!IsValid() || !value.IsValid()) in SetItem()
1581 if (!globals.IsValid() || !locals.IsValid()) in runStringOneLine()
[all …]
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp107 if (IsValid()) in WantsRawCommandString()
113 if (IsValid()) in WantsCompletion()
119 if (IsValid()) in HandleCompletion()
125 if (IsValid()) in HandleArgumentCompletion()
131 if (IsValid()) in GetOptions()
173 if (!IsValid()) in IsDashDashCommand()
234 if (IsValid()) in GetHelp()
242 if (IsValid()) in GetHelpLong()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h92 if (HandleTraits::IsValid(Handle)) in ~ScopedHandle()
103 if (HandleTraits::IsValid(Handle))
111 return HandleTraits::IsValid(Handle) ? true : false;
130 static bool IsValid(handle_type h) { in IsValid() function
152 static bool IsValid(handle_type h) { in IsValid() function
168 static bool IsValid(handle_type h) { in IsValid() function

12345678910>>...19