Home
last modified time | relevance | path

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

12345678910>>...34

/llvm-project-15.0.7/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 …]
/llvm-project-15.0.7/lldb/test/API/lang/cpp/member-and-local-vars-with-same-name/
H A DTestMembersAndLocalsWithSameName.py53 self.assertTrue(frame.IsValid())
56 self.assertTrue(val.IsValid())
60 self.assertTrue(val.IsValid())
64 self.assertTrue(val.IsValid())
78 self.assertTrue(val.IsValid())
82 self.assertTrue(val.IsValid())
86 self.assertTrue(val.IsValid())
100 self.assertTrue(val.IsValid())
104 self.assertTrue(val.IsValid())
108 self.assertTrue(val.IsValid())
[all …]
/llvm-project-15.0.7/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()
115 if (!IsValid()) in GetNumSummaries()
124 if (!IsValid()) in GetNumFilters()
133 if (!IsValid()) in GetNumSynthetics()
[all …]
H A DSBType.cpp56 if (!IsValid()) in operator ==()
68 if (!IsValid()) in operator !=()
124 if (IsValid()) in GetByteSize()
134 if (!IsValid()) in IsPointerType()
142 if (!IsValid()) in IsArrayType()
151 if (!IsValid()) in IsVectorType()
159 if (!IsValid()) in IsReferenceType()
167 if (!IsValid()) in GetPointerType()
176 if (!IsValid()) in GetPointeeType()
323 if (IsValid()) in GetMemberFunctionAtIndex()
[all …]
H A DSBTypeNameSpecifier.cpp33 if (type.IsValid()) in SBTypeNameSpecifier()
58 if (!IsValid()) in GetName()
67 if (!IsValid()) in GetType()
70 if (c_type.IsValid()) in GetType()
78 if (!IsValid()) in IsRegex()
88 if (!IsValid()) in GetDescription()
108 if (!IsValid()) in operator ==()
109 return !rhs.IsValid(); in operator ==()
116 if (!IsValid()) in IsEqualTo()
117 return !rhs.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 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.cpp142 return (IsValid() in GetIOHandlerControlSequence()
190 if (!IsValid()) { in HandleCommandsFromFile()
244 if (!IsValid()) in HandleCompletionWithDescriptions()
347 if (IsValid()) { in GetProcess()
363 if (IsValid()) in GetDebugger()
378 if (IsValid()) in SetPromptOnQuit()
621 if (IsValid()) in SetHelp()
628 if (IsValid()) in SetHelpLong()
636 if (!IsValid()) in AddMultiwordCommand()
670 if (!IsValid()) in AddCommand()
[all …]
H A DSBStringList.cpp48 bool SBStringList::IsValid() const { in IsValid() function in SBStringList
62 if (IsValid()) in AppendString()
73 if (IsValid()) in AppendList()
83 if (strings.IsValid()) { in AppendList()
84 if (!IsValid()) in AppendList()
91 if (!IsValid()) in AppendList()
99 if (IsValid()) { in GetSize()
108 if (IsValid()) { in GetStringAtIndex()
117 if (IsValid()) { in GetStringAtIndex()
126 if (IsValid()) { in Clear()
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 …]
/llvm-project-15.0.7/lldb/test/API/commands/expression/context-object/
H A DTestContextObject.py32 self.assertTrue(value.IsValid())
53 self.assertTrue(obj_val.IsValid())
57 self.assertTrue(value.IsValid())
66 self.assertTrue(obj_val.IsValid())
70 self.assertFalse(value.IsValid())
82 self.assertFalse(value.IsValid())
87 self.assertTrue(value.IsValid())
100 self.assertFalse(value.IsValid())
105 self.assertTrue(value.IsValid())
118 self.assertTrue(value.IsValid())
[all …]
/llvm-project-15.0.7/lldb/test/API/lang/cpp/nsimport/
H A DTestCppNsImport.py19 self.assertTrue(src_file_spec.IsValid(), "Main source file")
26 self.assertTrue(target.IsValid(), VALID_TARGET)
32 break_0.IsValid() and break_0.GetNumLocations() >= 1,
37 break_1.IsValid() and break_1.GetNumLocations() >= 1,
45 self.assertTrue(process.IsValid(), PROCESS_IS_VALID)
60 test_result.IsValid() and test_result.GetValueAsSigned() == 1,
65 test_result.IsValid() and test_result.GetValueAsSigned() == 1,
70 test_result.IsValid() and test_result.GetValueAsSigned() == 3,
75 test_result.IsValid() and test_result.GetValueAsSigned() == 2,
80 test_result.IsValid() and test_result.GetValueAsSigned() == 4,
[all …]
/llvm-project-15.0.7/lldb/test/API/commands/expression/macros/
H A DTestMacros.py41 result.IsValid() and result.GetValue() == "100",
46 result.IsValid() and result.GetValue() == "200",
51 result.IsValid() and result.GetValue() == "1",
56 result.IsValid() and result.GetValue() == "2",
61 result.IsValid() and result.GetValue() == "3",
66 result.IsValid() and result.GetValue() == "4",
71 result.IsValid() and result.GetValue() == "100",
85 result.IsValid() and result.GetValue() == "2",
90 result.IsValid() and result.GetValue() == "3",
116 result.IsValid() and result.GetValue() == "1",
[all …]
/llvm-project-15.0.7/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-15.0.7/lldb/test/API/macosx/queues/
H A DTestQueues.py159 …queue_submittor_1.IsValid() and queue_performer_1.IsValid() and queue_performer_2.IsValid() and qu…
161 (queue_submittor_1.IsValid(),
162 queue_performer_1.IsValid(),
163 queue_performer_2.IsValid(),
164 queue_performer_3.IsValid()))
212 background_thread.IsValid(),
298 if not libbtr_module.IsValid():
328 …queue_submittor_1.IsValid() and queue_performer_1.IsValid() and queue_performer_2.IsValid() and qu…
330 (queue_submittor_1.IsValid(),
331 queue_performer_1.IsValid(),
[all …]
/llvm-project-15.0.7/lldb/test/API/functionalities/plugins/python_os_plugin/
H A DTestPythonOSPlugin.py67 thread.IsValid(),
71 thread.IsValid(),
75 thread.IsValid(),
87 thread.IsValid(),
92 thread.IsValid(),
97 thread.IsValid(),
109 thread.IsValid(),
113 thread.IsValid(),
117 thread.IsValid(),
168 frame.IsValid(),
[all …]
/llvm-project-15.0.7/lldb/test/API/commands/expression/context-object-objc/
H A DTestContextObjectObjc.py25 self.assertTrue(obj_val.IsValid())
27 self.assertTrue(obj_val.IsValid())
31 self.assertFalse(value.IsValid())
36 self.assertTrue(value.IsValid())
44 self.assertTrue(value.IsValid())
50 self.assertTrue(value.IsValid())
57 self.assertTrue(obj_val.IsValid())
59 self.assertTrue(obj_val.IsValid())
63 self.assertTrue(value.IsValid())
68 self.assertTrue(value.IsValid())
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/test/API/lang/cpp/global_operators/
H A DTestCppGlobalOperators.py18 self.assertTrue(src_file_spec.IsValid(), "Main source file")
25 self.assertTrue(target.IsValid(), VALID_TARGET)
31 main_breakpoint.IsValid() and main_breakpoint.GetNumLocations() >= 1,
39 self.assertTrue(process.IsValid(), PROCESS_IS_VALID)
55 test_result.IsValid() and test_result.GetValue() == "false",
60 test_result.IsValid() and test_result.GetValue() == "true",
65 test_result.IsValid() and test_result.GetValue() == "false",
73 self.assertTrue(expected_value.IsValid())
76 self.assertTrue(expected_value_addr.IsValid())
79 self.assertTrue(got.IsValid())
/llvm-project-15.0.7/lldb/source/Host/common/
H A DXML.cpp49 return IsValid(); in ParseFile()
60 return IsValid(); in ParseMemory()
65 if (IsValid()) { in GetRootElement()
101 if (IsValid()) in GetParent()
112 if (IsValid()) in GetSibling()
124 if (IsValid()) in GetChild()
137 if (IsValid()) { in GetAttributeValue()
162 if (IsValid()) in ForEachChildNode()
187 if (IsValid()) { in ForEachAttribute()
210 if (IsValid()) { in ForEachSiblingNode()
[all …]
/llvm-project-15.0.7/lldb/test/API/python_api/sbvalue_persist/
H A DTestSBValuePersist.py45 self.assertTrue(foo.IsValid(), "foo is not valid")
46 self.assertTrue(bar.IsValid(), "bar is not valid")
47 self.assertTrue(baz.IsValid(), "baz is not valid")
53 self.assertTrue(fooPersist.IsValid(), "fooPersist is not valid")
54 self.assertTrue(barPersist.IsValid(), "barPersist is not valid")
55 self.assertTrue(bazPersist.IsValid(), "bazPersist is not valid")
67 self.assertTrue(fooPersist.IsValid(), "fooPersist is not valid")
68 self.assertTrue(barPersist.IsValid(), "barPersist is not valid")
69 self.assertTrue(bazPersist.IsValid(), "bazPersist is not valid")
/llvm-project-15.0.7/lldb/test/API/lang/c/unions/
H A DTestUnionMembers.py15 bp.IsValid() and bp.GetNumLocations() >= 1,
21 self.assertTrue(self.process.IsValid(), PROCESS_IS_VALID)
28 self.assertTrue(thread.IsValid())
30 self.assertTrue(frame.IsValid())
33 self.assertTrue(val.IsValid())
35 self.assertTrue(val.IsValid())
43 self.assertTrue(self.src_file_spec.IsValid(), "breakpoint file")
50 self.assertTrue(self.target.IsValid(), VALID_TARGET)

12345678910>>...34