Searched refs:IsValid (Results 1 - 25 of 457) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp32 if (IsValid())
38 if (IsValid())
45 if (IsValid())
60 if (IsValid())
66 if (IsValid())
72 if (IsValid())
78 if (IsValid())
84 if (IsValid())
90 if (IsValid())
96 if (IsValid())
[all...]
H A DCompilerDeclContext.cpp19 if (IsValid())
26 if (IsValid())
32 if (IsValid())
40 if (IsValid())
48 if (!IsValid())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp22 if (!IsValid())
42 if (IsValid())
50 if (IsValid())
58 if (IsValid())
65 if (IsValid())
71 if (IsValid())
78 if (IsValid())
93 if (IsValid())
129 return IsValid() && GetDWARF()->Supports_DW_AT_APPLE_objc_complete_type(m_cu);
134 if (IsValid())
[all...]
H A DDWARFDIE.cpp91 if (IsValid())
99 if (IsValid())
107 if (IsValid())
115 if (IsValid())
123 if (IsValid())
131 if (IsValid()) {
144 if (IsValid()) {
165 if (IsValid())
172 if (IsValid())
179 if (IsValid())
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeNameSpecifier.cpp37 if (type.IsValid())
50 bool SBTypeNameSpecifier::IsValid() const { function in class:SBTypeNameSpecifier
51 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeNameSpecifier, IsValid);
63 if (!IsValid())
72 if (!IsValid())
75 if (c_type.IsValid())
83 if (!IsValid())
95 if (!IsValid())
118 if (!IsValid())
119 return !rhs.IsValid();
[all...]
H A DSBTypeCategory.cpp45 bool SBTypeCategory::IsValid() const { function in class:SBTypeCategory
46 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeCategory, IsValid);
58 if (!IsValid())
66 if (!IsValid())
77 if (!IsValid())
86 if (IsValid())
94 if (IsValid())
103 if (IsValid())
110 if (!IsValid())
120 if (!IsValid())
[all...]
H A DSBStringList.cpp52 bool SBStringList::IsValid() const { function in class:SBStringList
53 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBStringList, IsValid);
66 if (IsValid())
78 if (IsValid())
89 if (strings.IsValid()) {
90 if (!IsValid())
97 if (!IsValid())
105 if (IsValid()) {
115 if (IsValid()) {
125 if (IsValid()) {
[all...]
H A DSBType.cpp55 if (!IsValid())
56 return !rhs.IsValid();
58 if (!rhs.IsValid())
67 if (!IsValid())
68 return rhs.IsValid();
70 if (!rhs.IsValid())
101 // "const SBAddress &addr" should already have checked "addr.IsValid()" prior
108 bool SBType::IsValid() const { function in class:SBType
109 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBType, IsValid);
118 return m_opaque_sp->IsValid();
577 bool SBTypeList::IsValid() { function in class:SBTypeList
650 bool SBTypeMember::IsValid() const { function in class:SBTypeMember
779 bool SBTypeMemberFunction::IsValid() const { function in class:SBTypeMemberFunction
[all...]
H A DSBAddress.cpp67 if (lhs.IsValid() && rhs.IsValid())
79 bool SBAddress::IsValid() const { function in class:SBAddress
80 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBAddress, IsValid);
86 return m_opaque_up != nullptr && m_opaque_up->IsValid();
114 if (m_opaque_up->IsValid())
127 if (m_opaque_up->IsValid()) {
142 if (target.IsValid())
150 if (!m_opaque_up->IsValid())
157 if (m_opaque_up->IsValid()) {
[all...]
H A DSBTypeSynthetic.cpp56 bool SBTypeSynthetic::IsValid() const { function in class:SBTypeSynthetic
57 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeSynthetic, IsValid);
69 if (!IsValid())
78 if (!IsValid())
86 if (!IsValid())
97 if (IsValid() && data && *data)
104 if (IsValid() && data && *data)
111 if (!IsValid())
153 if (!IsValid())
154 return !rhs.IsValid();
[all...]
H A DSBTypeSummary.cpp38 bool SBTypeSummaryOptions::IsValid() { function in class:SBTypeSummaryOptions
39 LLDB_RECORD_METHOD_NO_ARGS(bool, SBTypeSummaryOptions, IsValid);
52 if (IsValid())
61 if (IsValid())
70 if (IsValid())
78 if (IsValid())
198 bool SBTypeSummary::IsValid() const { function in class:SBTypeSummary
199 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeSummary, IsValid);
211 if (!IsValid())
224 if (!IsValid())
[all...]
H A DSBTypeFilter.cpp36 bool SBTypeFilter::IsValid() const { function in class:SBTypeFilter
37 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeFilter, IsValid);
49 if (IsValid())
67 if (!IsValid())
86 if (IsValid())
95 if (IsValid()) {
136 if (!IsValid())
137 return !rhs.IsValid();
146 if (!IsValid())
147 return !rhs.IsValid();
[all...]
H A DSBTypeFormat.cpp45 bool SBTypeFormat::IsValid() const { function in class:SBTypeFormat
46 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeFormat, IsValid);
58 if (IsValid() && m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeFormat)
66 if (IsValid() && m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeEnum)
76 if (IsValid())
109 if (!IsValid())
131 if (!IsValid())
132 return !rhs.IsValid();
140 if (!IsValid())
141 return !rhs.IsValid();
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueRegex.h48 return (m_regex.IsValid() ? &m_regex : nullptr);
58 bool IsValid() const { return m_regex.IsValid(); } function in class:lldb_private::OptionValueRegex
H A DCommandOptionValidators.h20 bool IsValid(Platform &platform,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DCoroutineStmtBuilder.h28 bool IsValid = true; member in class:clang::CoroutineStmtBuilder
53 bool isInvalid() const { return !this->IsValid; }
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadCollection.i27 IsValid () const;
H A DSBProcessInfo.i26 IsValid ();
H A DSBQueueItem.i21 IsValid() const;
H A DSBVariablesOptions.i21 IsValid () const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandOptionValidators.cpp17 bool PosixPlatformCommandOptionValidator::IsValid( function in class:PosixPlatformCommandOptionValidator
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp34 bool XMLDocument::IsValid() const { return m_document != nullptr; } function in class:XMLDocument
52 return IsValid();
63 return IsValid();
68 if (IsValid()) {
104 if (IsValid())
115 if (IsValid())
127 if (IsValid())
141 if (IsValid())
168 if (IsValid())
193 if (IsValid()) {
363 bool XMLNode::IsValid() const { return m_node != nullptr; } function in class:XMLNode
422 bool ApplePropertyList::IsValid() const { return (bool)m_dict_node; } function in class:ApplePropertyList
[all...]
/freebsd-11-stable/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-11-stable/lib/libdevdctl/
H A Dguid.h74 bool IsValid() const;
111 Guid::IsValid() const function in class:DevdCtl::Guid
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DRegularExpression.cpp26 if (!IsValid())
31 bool RegularExpression::IsValid() const { return m_regex.isValid(); } function in class:RegularExpression

Completed in 113 milliseconds

1234567891011>>