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

1234567891011>>

/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBTypeNameSpecifier.cpp40 if (type.IsValid())
52 bool SBTypeNameSpecifier::IsValid() const { function in class:SBTypeNameSpecifier
65 if (!IsValid())
74 if (!IsValid())
77 if (c_type.IsValid())
84 if (!IsValid())
92 if (!IsValid())
107 if (!IsValid())
126 if (!IsValid())
127 return !rhs.IsValid();
[all...]
H A DSBTypeCategory.cpp42 bool SBTypeCategory::IsValid() const { function in class:SBTypeCategory
55 if (!IsValid())
63 if (!IsValid())
74 if (!IsValid())
82 if (IsValid())
90 if (IsValid())
98 if (IsValid())
105 if (!IsValid())
114 if (!IsValid())
122 if (!IsValid())
[all...]
H A DSBTypeFilter.cpp33 bool SBTypeFilter::IsValid() const { function in class:SBTypeFilter
46 if (IsValid())
62 if (!IsValid())
80 if (IsValid())
88 if (!IsValid())
125 if (!IsValid())
126 return !rhs.IsValid();
134 if (!IsValid())
135 return !rhs.IsValid();
151 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())
100 // "const SBAddress &addr" should already have checked "addr.IsValid()" prior
107 bool SBType::IsValid() const { function in class:SBType
117 return m_opaque_sp->IsValid();
123 if (IsValid())
610 bool SBTypeList::IsValid() { function in class:SBTypeList
678 bool SBTypeMember::IsValid() const { function in class:SBTypeMember
799 bool SBTypeMemberFunction::IsValid() const { function in class:SBTypeMemberFunction
[all...]
H A DSBStringList.cpp41 if (!IsValid())
55 bool SBStringList::IsValid() const { function in class:SBStringList
69 if (IsValid())
80 if (IsValid())
90 if (strings.IsValid()) {
91 if (!IsValid())
98 if (!IsValid())
106 if (IsValid()) {
115 if (IsValid()) {
124 if (IsValid()) {
[all...]
H A DSBTypeSynthetic.cpp48 bool SBTypeSynthetic::IsValid() const { function in class:SBTypeSynthetic
61 if (!IsValid())
70 if (!IsValid())
78 if (!IsValid())
89 if (IsValid() && data && *data)
96 if (IsValid() && data && *data)
103 if (!IsValid())
140 if (!IsValid())
141 return !rhs.IsValid();
148 if (!IsValid())
[all...]
H A DSBAddress.cpp61 if (lhs.IsValid() && rhs.IsValid())
72 bool SBAddress::IsValid() const { function in class:SBAddress
79 return m_opaque_up != nullptr && m_opaque_up->IsValid();
101 if (m_opaque_up->IsValid())
113 if (m_opaque_up->IsValid()) {
127 if (target.IsValid())
135 if (!m_opaque_up->IsValid())
142 if (m_opaque_up->IsValid()) {
156 if (m_opaque_up->IsValid())
[all...]
H A DSBTypeFormat.cpp40 bool SBTypeFormat::IsValid() const { function in class:SBTypeFormat
53 if (IsValid() && m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeFormat)
61 if (IsValid() && m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeEnum)
71 if (IsValid())
102 if (!IsValid())
122 if (!IsValid())
123 return !rhs.IsValid();
130 if (!IsValid())
131 return !rhs.IsValid();
142 if (!IsValid())
[all...]
H A DSBTypeSummary.cpp36 bool SBTypeSummaryOptions::IsValid() { function in class:SBTypeSummaryOptions
49 if (IsValid())
57 if (IsValid())
65 if (IsValid())
72 if (IsValid())
170 bool SBTypeSummary::IsValid() const { function in class:SBTypeSummary
183 if (!IsValid())
196 if (!IsValid())
209 if (!IsValid())
218 if (!IsValid())
[all...]
H A DSBCommandInterpreter.cpp108 bool SBCommandInterpreter::IsValid() const { function in class:SBCommandInterpreter
121 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->CommandExists(cmd)
128 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->UserCommandExists(cmd)
135 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->AliasExists(cmd)
142 return (IsValid() ? m_opaque_ptr->IsActive() : false);
148 return (IsValid() ? m_opaque_ptr->GetDebugger().InterruptRequested() : false);
154 return (IsValid() ? m_opaque_ptr->InterruptCommand() : false);
160 if (!IsValid())
185 if (command_line && IsValid()) {
209 if (!IsValid()) {
609 bool SBCommand::IsValid() { function in class:SBCommand
[all...]
H A DSBSymbolContextList.cpp70 if (sc.IsValid() && m_opaque_up.get())
77 if (sc_list.IsValid() && m_opaque_up.get())
81 bool SBSymbolContextList::IsValid() const { function in class:SBSymbolContextList
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDeclContext.cpp19 if (IsValid())
26 if (IsValid())
32 if (IsValid())
38 if (IsValid())
44 if (IsValid())
50 if (!IsValid())
64 if (IsValid())
H A DCompilerType.cpp32 if (IsValid())
39 if (IsValid())
46 if (IsValid())
54 if (IsValid())
70 if (IsValid())
77 if (IsValid())
84 if (IsValid())
91 if (IsValid())
98 if (IsValid())
105 if (IsValid())
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp24 if (!IsValid())
44 if (IsValid())
52 if (IsValid())
60 if (IsValid())
67 if (IsValid())
82 if (IsValid())
97 if (IsValid())
115 return IsValid() && GetDWARF()->Supports_DW_AT_APPLE_objc_complete_type(m_cu);
119 if (IsValid())
138 assert(IsValid());
[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-current/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-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandOptionValidators.h20 bool IsValid(Platform &platform,
H A DOptionValueRegex.h46 return (m_regex.IsValid() ? &m_regex : nullptr);
56 bool IsValid() const { return m_regex.IsValid(); } function in class:lldb_private::OptionValueRegex
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandOptionValidators.cpp17 bool PosixPlatformCommandOptionValidator::IsValid( function in class:PosixPlatformCommandOptionValidator
H A DOptionValueRegex.cpp23 if (m_regex.IsValid()) {
50 if (m_regex.IsValid()) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.cpp8 bool CFBasicHash::IsValid() const { function in class:CFBasicHash
76 if (!IsValid())
88 if (!IsValid())
97 if (!IsValid())
107 if (!IsValid())
/freebsd-current/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-current/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp33 bool XMLDocument::IsValid() const { return m_document != nullptr; } function in class:XMLDocument
51 return IsValid();
62 return IsValid();
67 if (IsValid()) {
103 if (IsValid())
114 if (IsValid())
126 if (IsValid())
139 if (IsValid()) {
164 if (IsValid())
189 if (IsValid()) {
343 bool XMLNode::IsValid() const { return m_node != nullptr; } function in class:XMLNode
402 bool ApplePropertyList::IsValid() const { return (bool)m_dict_node; } function in class:ApplePropertyList
[all...]
/freebsd-current/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
/freebsd-current/lib/libdevdctl/
H A Dguid.h72 bool IsValid() const;
109 Guid::IsValid() const function in class:DevdCtl::Guid

Completed in 318 milliseconds

1234567891011>>