Home
last modified time | relevance | path

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

12345678910>>...34

/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp42 bool SBTypeCategory::IsValid() const { in IsValid() function in SBTypeCategory
55 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()
[all …]
H A DSBType.cpp61 if (!IsValid()) in operator ==()
62 return !rhs.IsValid(); in operator ==()
64 if (!rhs.IsValid()) in operator ==()
73 if (!IsValid()) in operator !=()
74 return rhs.IsValid(); in operator !=()
76 if (!rhs.IsValid()) in operator !=()
106 // "const SBAddress &addr" should already have checked "addr.IsValid()" prior in ref()
113 bool SBType::IsValid() const { in IsValid() function in SBType
123 return m_opaque_sp->IsValid(); in operator bool()
129 if (IsValid()) in GetByteSize()
372 bool SBTypeStaticField::IsValid() const { IsValid() function in SBTypeStaticField
711 bool SBTypeList::IsValid() { IsValid() function in SBTypeList
779 bool SBTypeMember::IsValid() const { IsValid() function in SBTypeMember
900 bool SBTypeMemberFunction::IsValid() const { IsValid() function in SBTypeMemberFunction
[all...]
H A DSBTypeNameSpecifier.cpp40 if (type.IsValid()) in SBTypeNameSpecifier()
52 bool SBTypeNameSpecifier::IsValid() const { in IsValid() function 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 ==()
[all …]
H A DSBAddress.cpp61 if (lhs.IsValid() && rhs.IsValid()) in operator ==()
72 bool SBAddress::IsValid() const { in IsValid() function in SBAddress
79 return m_opaque_up != nullptr && m_opaque_up->IsValid(); in operator bool()
101 if (m_opaque_up->IsValid()) in GetFileAddress()
113 if (m_opaque_up->IsValid()) { in GetLoadAddress()
127 if (target.IsValid()) in SetLoadAddress()
135 if (!m_opaque_up->IsValid()) in SetLoadAddress()
142 if (m_opaque_up->IsValid()) { in OffsetAddress()
156 if (m_opaque_up->IsValid()) in GetSection()
164 if (m_opaque_up->IsValid()) in GetOffset()
[all …]
H A DSBTypeSynthetic.cpp48 bool SBTypeSynthetic::IsValid() const { in IsValid() function in SBTypeSynthetic
61 if (!IsValid()) in IsClassCode()
70 if (!IsValid()) in IsClassName()
78 if (!IsValid()) in GetData()
89 if (IsValid() && data && *data) in SetClassName()
96 if (IsValid() && data && *data) in SetClassCode()
103 if (!IsValid()) in GetOptions()
140 if (!IsValid()) in operator ==()
141 return !rhs.IsValid(); in operator ==()
148 if (!IsValid()) in IsEqualTo()
[all …]
H A DSBTypeSummary.cpp36 bool SBTypeSummaryOptions::IsValid() { in IsValid() function in SBTypeSummaryOptions
49 if (IsValid()) in GetLanguage()
57 if (IsValid()) in GetCapping()
65 if (IsValid()) in SetLanguage()
72 if (IsValid()) in SetCapping()
170 bool SBTypeSummary::IsValid() const { in IsValid() function in SBTypeSummary
183 if (!IsValid()) in IsFunctionCode()
196 if (!IsValid()) in IsFunctionName()
209 if (!IsValid()) in IsSummaryString()
218 if (!IsValid()) in GetData()
[all...]
H A DSBCommandInterpreter.cpp109 bool SBCommandInterpreter::IsValid() const { in IsValid() function in SBCommandInterpreter
122 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->CommandExists(cmd) in CommandExists()
129 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->UserCommandExists(cmd) in UserCommandExists()
136 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->AliasExists(cmd) in AliasExists()
143 return (IsValid() ? m_opaque_ptr->IsActive() : false); in IsActive()
149 return (IsValid() ? m_opaque_ptr->GetDebugger().InterruptRequested() : false); in WasInterrupted()
155 return (IsValid() ? m_opaque_ptr->InterruptCommand() : false); in InterruptCommand()
161 if (!IsValid()) in GetIOHandlerControlSequence()
186 if (command_line && IsValid()) { in HandleCommand()
210 if (!IsValid()) { in HandleCommandsFromFile()
[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.cpp33 bool SBTypeFilter::IsValid() const { in IsValid() function in SBTypeFilter
46 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 !=()
[all …]
H A DSBTypeFormat.cpp40 bool SBTypeFormat::IsValid() const { in IsValid() function in SBTypeFormat
53 if (IsValid() && m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeFormat) in GetFormat()
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 !=()
[all …]
/llvm-project/lldb/test/API/lang/cpp/member-and-local-vars-with-same-name/
H A DTestMembersAndLocalsWithSameName.py13 self.assertTrue(bp1.IsValid() and bp1.GetNumLocations() >= 1, VALID_BREAKPOINT)
15 self.assertTrue(bp2.IsValid() and bp2.GetNumLocations() >= 1, VALID_BREAKPOINT)
17 self.assertTrue(bp3.IsValid() and bp3.GetNumLocations() >= 1, VALID_BREAKPOINT)
19 self.assertTrue(bp4.IsValid() and bp4.GetNumLocations() >= 1, VALID_BREAKPOINT)
25 self.assertTrue(self.process.IsValid(), PROCESS_IS_VALID)
34 self.assertTrue(thread.IsValid())
36 self.assertTrue(frame.IsValid())
39 self.assertTrue(val.IsValid())
43 self.assertTrue(val.IsValid())
47 self.assertTrue(val.IsValid())
[all …]
/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...]
/llvm-project/lldb/test/API/commands/expression/context-object/
H A DTestContextObject.py25 self.assertTrue(obj_val.IsValid())
29 self.assertFalse(value.IsValid())
34 self.assertTrue(value.IsValid())
40 self.assertTrue(value.IsValid())
46 self.assertTrue(value.IsValid())
55 self.assertTrue(obj_val.IsValid())
59 self.assertTrue(value.IsValid())
68 self.assertTrue(obj_val.IsValid())
72 self.assertTrue(value.IsValid())
80 self.assertTrue(obj_val.IsValid())
[all …]
/llvm-project/lldb/test/API/lang/cpp/nsimport/
H A DTestCppNsImport.py18 self.assertTrue(src_file_spec.IsValid(), "Main source file")
25 self.assertTrue(target.IsValid(), VALID_TARGET)
30 break_0.IsValid() and break_0.GetNumLocations() >= 1, VALID_BREAKPOINT
34 break_1.IsValid() and break_1.GetNumLocations() >= 1, VALID_BREAKPOINT
41 self.assertTrue(process.IsValid(), PROCESS_IS_VALID)
53 test_result.IsValid() and test_result.GetValueAsSigned() == 1, "n = 1"
58 test_result.IsValid() and test_result.GetValueAsSigned() == 1, "N::n = 1"
63 test_result.IsValid() and test_result.GetValueAsSigned() == 3, "nested = 3"
68 test_result.IsValid() and test_result.GetValueAsSigned() == 2, "anon = 2"
73 test_result.IsValid() and test_result.GetValueAsSigned() == 4, "global = 4"
[all …]
/llvm-project/lldb/test/API/commands/expression/macros/
H A DTestMacros.py29 self.assertTrue(src_file_spec.IsValid(), "Main source file")
40 result.IsValid() and result.GetValue() == "100", "MACRO_1 = 100"
45 result.IsValid() and result.GetValue() == "200", "MACRO_2 = 200"
49 self.assertTrue(result.IsValid() and result.GetValue() == "1", "ONE = 1")
52 self.assertTrue(result.IsValid() and result.GetValue() == "2", "TWO = 2")
55 self.assertTrue(result.IsValid() and result.GetValue() == "3", "THREE = 3")
58 self.assertTrue(result.IsValid() and result.GetValue() == "4", "FOUR = 4")
62 result.IsValid() and result.GetValue() == "100", "HUNDRED = 100"
67 result.IsValid() and result.GetValue() == "1000", "THOUSAND = 1000"
72 result.IsValid() and result.GetValue() == "1000000", "MILLION = 1000000"
[all …]
/llvm-project/lldb/test/API/lua_api/
H A DTestBreakpointAPI.lua6 assertTrue(breakpoint:IsValid() and breakpoint:GetNumLocations() == 1)
10 assertFalse(del_bkpt:IsValid())
11 assertFalse(breakpoint:IsValid())
17 assertTrue(breakpoint:IsValid() and breakpoint:GetNumLocations() == 1)
19 assertTrue(location:IsValid())
22 assertFalse(breakpoint:IsValid())
23 assertFalse(location:IsValid())
29 assertTrue(breakpoint:IsValid() and breakpoint:GetNumLocations() == 1)
38 assertTrue(breakpoint:IsValid() and breakpoint:GetNumLocations() == 1)
42 assertTrue(thread:IsValid())
[all …]
H A DTestComprehensive.lua5 assertTrue(self.target:IsValid())
11 assertTrue(self.main_bp:IsValid() and self.main_bp:GetNumLocations() == 1)
12 assertTrue(self.loop_bp:IsValid() and self.loop_bp:GetNumLocations() == 1)
31 assertTrue(self.process:IsValid())
38 assertTrue(thread:IsValid())
40 assertTrue(frame:IsValid())
43 assertTrue(var_argc:IsValid())
53 assertTrue(thread:IsValid())
55 assertTrue(frame:IsValid())
58 assertTrue(var_inited:IsValid())
[all …]
/llvm-project/lldb/test/API/macosx/queues/
H A DTestQueues.py112 t.IsValid(),
200 queue_submittor_1.IsValid()
201 and queue_performer_1.IsValid()
202 and queue_performer_2.IsValid()
203 and queue_performer_3.IsValid(),
206 queue_submittor_1.IsValid(),
207 queue_performer_1.IsValid(),
208 queue_performer_2.IsValid(),
209 queue_performer_3.IsValid(),
252 user_initiated_thread.IsValid(), "Found user initiated QoS thread"
[all …]
/llvm-project/lldb/test/API/functionalities/plugins/python_os_plugin/
H A DTestPythonOSPlugin.py70 thread.IsValid(),
75 thread.IsValid(),
80 thread.IsValid(),
96 thread.IsValid(),
102 thread.IsValid(),
108 thread.IsValid(),
120 thread.IsValid(),
125 thread.IsValid(),
130 thread.IsValid(),
167 thread.IsValid(),
[all...]
/llvm-project/lldb/test/API/commands/expression/context-object-objc/
H A DTestContextObjectObjc.py27 self.assertTrue(obj_val.IsValid())
29 self.assertTrue(obj_val.IsValid())
33 self.assertFalse(value.IsValid())
38 self.assertTrue(value.IsValid())
46 self.assertTrue(value.IsValid())
52 self.assertTrue(value.IsValid())
59 self.assertTrue(obj_val.IsValid())
61 self.assertTrue(obj_val.IsValid())
65 self.assertTrue(value.IsValid())
70 self.assertTrue(value.IsValid())
/llvm-project/lldb/source/Host/common/
H A DXML.cpp33 bool XMLDocument::IsValid() const { return m_document != nullptr; } in IsValid() function in XMLDocument
51 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()
[all …]
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp24 if (!IsValid()) in GetDIERef()
40 if (IsValid()) in GetAttributeValueAsString()
48 if (IsValid()) in GetAttributeValueAsUnsigned()
56 if (IsValid()) in GetAttributeValueAsOptionalUnsigned()
63 if (IsValid()) in GetAttributeValueAsAddress()
78 if (IsValid()) in GetName()
93 if (IsValid()) in GetOffset()
111 if (IsValid()) in Supports_DW_AT_APPLE_objc_complete_type()
130 assert(IsValid());
/llvm-project/lldb/test/API/lang/cpp/global_operators/
H A DTestCppGlobalOperators.py17 self.assertTrue(src_file_spec.IsValid(), "Main source file")
24 self.assertTrue(target.IsValid(), VALID_TARGET)
31 main_breakpoint.IsValid() and main_breakpoint.GetNumLocations() >= 1,
39 self.assertTrue(process.IsValid(), PROCESS_IS_VALID)
52 test_result.IsValid() and test_result.GetValue() == "false",
58 test_result.IsValid() and test_result.GetValue() == "true",
64 test_result.IsValid() and test_result.GetValue() == "false",
74 self.assertTrue(expected_value.IsValid())
77 self.assertTrue(expected_value_addr.IsValid())
80 self.assertTrue(got.IsValid())
/llvm-project/lldb/test/API/python_api/sbvalue_persist/
H A DTestSBValuePersist.py46 self.assertTrue(foo.IsValid(), "foo is not valid")
47 self.assertTrue(bar.IsValid(), "bar is not valid")
48 self.assertTrue(baz.IsValid(), "baz is not valid")
54 self.assertTrue(fooPersist.IsValid(), "fooPersist is not valid")
55 self.assertTrue(barPersist.IsValid(), "barPersist is not valid")
56 self.assertTrue(bazPersist.IsValid(), "bazPersist is not valid")
64 self.assertTrue(fooPersist.IsValid(), "fooPersist is not valid")
65 self.assertTrue(barPersist.IsValid(), "barPersist is not valid")
66 self.assertTrue(bazPersist.IsValid(), "bazPersist is not valid")
/llvm-project/lldb/test/API/lang/c/unions/
H A DTestUnionMembers.py12 self.assertTrue(bp.IsValid() and bp.GetNumLocations() >= 1, VALID_BREAKPOINT)
18 self.assertTrue(self.process.IsValid(), PROCESS_IS_VALID)
22 self.assertTrue(thread.IsValid())
24 self.assertTrue(frame.IsValid())
27 self.assertTrue(val.IsValid())
29 self.assertTrue(val.IsValid())
37 self.assertTrue(self.src_file_spec.IsValid(), "breakpoint file")
44 self.assertTrue(self.target.IsValid(), VALID_TARGET)

12345678910>>...34