|
63 | 63 | <define name="SLOT(X)" value="#X"/>
|
64 | 64 | <!-- T qAbs(const T &t) -->
|
65 | 65 | <function name="qAbs">
|
| 66 | + <pure/> |
66 | 67 | <noreturn>false</noreturn>
|
67 | 68 | <use-retval/>
|
68 | 69 | <arg nr="1" direction="in">
|
|
101 | 102 | <!-- quint32 qFloatDistance(float a, float b) -->
|
102 | 103 | <!-- quint64 qFloatDistance(double a, double b) -->
|
103 | 104 | <function name="qFloatDistance">
|
| 105 | + <pure/> |
104 | 106 | <noreturn>false</noreturn>
|
105 | 107 | <use-retval/>
|
106 | 108 | <leak-ignore/>
|
|
132 | 134 | <!-- bool qFuzzyCompare(double p1, double p2) -->
|
133 | 135 | <!-- bool qFuzzyCompare(float p1, float p2) -->
|
134 | 136 | <function name="qFuzzyCompare">
|
| 137 | + <pure/> |
135 | 138 | <noreturn>false</noreturn>
|
136 | 139 | <returnValue type="bool"/>
|
137 | 140 | <use-retval/>
|
|
147 | 150 | <!-- bool qFuzzyIsNull(double d) -->
|
148 | 151 | <!-- bool qFuzzyIsNull(float f) -->
|
149 | 152 | <function name="qFuzzyIsNull">
|
| 153 | + <pure/> |
150 | 154 | <noreturn>false</noreturn>
|
151 | 155 | <returnValue type="bool"/>
|
152 | 156 | <use-retval/>
|
|
177 | 181 | <!-- bool qIsFinite(double d) -->
|
178 | 182 | <!-- bool qIsFinite(float f) -->
|
179 | 183 | <function name="qIsFinite">
|
| 184 | + <pure/> |
180 | 185 | <noreturn>false</noreturn>
|
181 | 186 | <returnValue type="bool"/>
|
182 | 187 | <use-retval/>
|
|
189 | 194 | <!-- bool qIsInf(double d) -->
|
190 | 195 | <!-- bool qIsInf(float f) -->
|
191 | 196 | <function name="qIsInf">
|
| 197 | + <pure/> |
192 | 198 | <noreturn>false</noreturn>
|
193 | 199 | <returnValue type="bool"/>
|
194 | 200 | <use-retval/>
|
|
201 | 207 | <!-- bool qIsNaN(double d) -->
|
202 | 208 | <!-- bool qIsNaN(float f) -->
|
203 | 209 | <function name="qIsNaN">
|
| 210 | + <pure/> |
204 | 211 | <noreturn>false</noreturn>
|
205 | 212 | <returnValue type="bool"/>
|
206 | 213 | <use-retval/>
|
|
267 | 274 | <!-- int qRound(double d) -->
|
268 | 275 | <!-- int qRound(float d) -->
|
269 | 276 | <function name="qRound">
|
| 277 | + <pure/> |
270 | 278 | <noreturn>false</noreturn>
|
271 | 279 | <returnValue type="int"/>
|
272 | 280 | <use-retval/>
|
|
278 | 286 | <!-- qint64 qRound64(double d) -->
|
279 | 287 | <!-- qint64 qRound64(float d) -->
|
280 | 288 | <function name="qRound64">
|
| 289 | + <pure/> |
281 | 290 | <noreturn>false</noreturn>
|
282 | 291 | <returnValue type="qint64"/>
|
283 | 292 | <use-retval/>
|
|
777 | 786 | <!-- void QList::append(const T &value) -->
|
778 | 787 | <!-- void QList::append(const QList<T> &value) -->
|
779 | 788 | <!-- QStringList inherits from QList -->
|
780 |
| - <function name="QList::append,QStringList::append"> |
| 789 | + <function name="QList::append"> |
| 790 | + <noreturn>false</noreturn> |
| 791 | + <returnValue type="void"/> |
| 792 | + <arg nr="1"> |
| 793 | + <not-uninit/> |
| 794 | + </arg> |
| 795 | + </function> |
| 796 | + <function name="QStringList::append"> |
781 | 797 | <noreturn>false</noreturn>
|
782 | 798 | <returnValue type="void"/>
|
783 | 799 | <arg nr="1" direction="in">
|
|
1604 | 1620 | <function name="QList::prepend,QStringList::prepend">
|
1605 | 1621 | <noreturn>false</noreturn>
|
1606 | 1622 | <returnValue type="void"/>
|
1607 |
| - <arg nr="1" direction="in"> |
| 1623 | + <arg nr="1"> |
1608 | 1624 | <not-uninit/>
|
1609 | 1625 | </arg>
|
1610 | 1626 | </function>
|
|
1628 | 1644 | <function name="QList::push_back,QStringList::push_back">
|
1629 | 1645 | <noreturn>false</noreturn>
|
1630 | 1646 | <returnValue type="void"/>
|
1631 |
| - <arg nr="1" direction="in"> |
| 1647 | + <arg nr="1"> |
1632 | 1648 | <not-uninit/>
|
1633 | 1649 | </arg>
|
1634 | 1650 | </function>
|
|
1646 | 1662 | <function name="QList::push_front,QStringList::push_front">
|
1647 | 1663 | <noreturn>false</noreturn>
|
1648 | 1664 | <returnValue type="void"/>
|
1649 |
| - <arg nr="1" direction="in"> |
| 1665 | + <arg nr="1"> |
1650 | 1666 | <not-uninit/>
|
1651 | 1667 | </arg>
|
1652 | 1668 | </function>
|
|
1709 | 1725 | <function name="QList::removeAll,QStringList::removeAll">
|
1710 | 1726 | <noreturn>false</noreturn>
|
1711 | 1727 | <returnValue type="int"/>
|
1712 |
| - <arg nr="1" direction="in"> |
| 1728 | + <arg nr="1"> |
1713 | 1729 | <not-uninit/>
|
1714 | 1730 | </arg>
|
1715 | 1731 | </function>
|
|
2599 | 2615 | <function name="QBoxLayout::addWidget,QVBoxLayout::addWidget,QHBoxLayout::addWidget">
|
2600 | 2616 | <noreturn>false</noreturn>
|
2601 | 2617 | <returnValue type="void"/>
|
2602 |
| - <arg nr="1" direction="in"> |
| 2618 | + <arg nr="1"> |
2603 | 2619 | <not-uninit/>
|
2604 | 2620 | </arg>
|
2605 | 2621 | <arg nr="2" default="0" direction="in">
|
|
4185 | 4201 | <noreturn>false</noreturn>
|
4186 | 4202 | <returnValue type="void"/>
|
4187 | 4203 | <leak-ignore/>
|
4188 |
| - <arg nr="1" direction="in"> |
| 4204 | + <arg nr="1"> |
4189 | 4205 | <not-uninit/>
|
4190 | 4206 | </arg>
|
4191 | 4207 | </function>
|
|
4207 | 4223 | <use-retval/>
|
4208 | 4224 | <leak-ignore/>
|
4209 | 4225 | <const/>
|
4210 |
| - <arg nr="1" direction="in"> |
| 4226 | + <arg nr="1"> |
4211 | 4227 | <not-uninit/>
|
4212 | 4228 | </arg>
|
4213 | 4229 | </function>
|
|
4229 | 4245 | <returnValue type="bool"/>
|
4230 | 4246 | <use-retval/>
|
4231 | 4247 | <const/>
|
4232 |
| - <arg nr="1" direction="in"> |
| 4248 | + <arg nr="1"> |
4233 | 4249 | <not-uninit/>
|
4234 | 4250 | </arg>
|
4235 | 4251 | </function>
|
4236 | 4252 | <!-- QVector<T> &QVector::fill(const T &value, int size = ...) -->
|
4237 | 4253 | <function name="QVector::fill,QStack::fill">
|
4238 | 4254 | <noreturn>false</noreturn>
|
4239 |
| - <arg nr="1" direction="in"> |
| 4255 | + <arg nr="1"> |
4240 | 4256 | <not-uninit/>
|
4241 | 4257 | </arg>
|
4242 | 4258 | <arg nr="2" direction="in" default="-1">
|
|
4251 | 4267 | <use-retval/>
|
4252 | 4268 | <leak-ignore/>
|
4253 | 4269 | <const/>
|
4254 |
| - <arg nr="1" direction="in"> |
| 4270 | + <arg nr="1"> |
4255 | 4271 | <not-uninit/>
|
4256 | 4272 | </arg>
|
4257 | 4273 | <arg nr="2" direction="in" default="">
|
|
4270 | 4286 | <arg nr="2" direction="in">
|
4271 | 4287 | <not-uninit/>
|
4272 | 4288 | </arg>
|
4273 |
| - <arg nr="3" direction="in"> |
| 4289 | + <arg nr="3"> |
4274 | 4290 | <not-uninit/>
|
4275 | 4291 | </arg>
|
4276 | 4292 | </function>
|
|
4281 | 4297 | <use-retval/>
|
4282 | 4298 | <leak-ignore/>
|
4283 | 4299 | <const/>
|
4284 |
| - <arg nr="1" direction="in"> |
| 4300 | + <arg nr="1"> |
4285 | 4301 | <not-uninit/>
|
4286 | 4302 | </arg>
|
4287 | 4303 | <arg nr="2" direction="in" default="-1">
|
|
4295 | 4311 | <noreturn>false</noreturn>
|
4296 | 4312 | <returnValue type="void"/>
|
4297 | 4313 | <leak-ignore/>
|
4298 |
| - <arg nr="1" direction="in"> |
| 4314 | + <arg nr="1"> |
4299 | 4315 | <not-uninit/>
|
4300 | 4316 | </arg>
|
4301 | 4317 | </function>
|
|
4317 | 4333 | <function name="QVector::removeAll,QStack::removeAll">
|
4318 | 4334 | <noreturn>false</noreturn>
|
4319 | 4335 | <returnValue type="int"/>
|
4320 |
| - <arg nr="1" direction="in"> |
| 4336 | + <arg nr="1"> |
4321 | 4337 | <not-uninit/>
|
4322 | 4338 | </arg>
|
4323 | 4339 | </function>
|
|
4337 | 4353 | <not-uninit/>
|
4338 | 4354 | <valid>0:</valid>
|
4339 | 4355 | </arg>
|
4340 |
| - <arg nr="2" direction="in"> |
| 4356 | + <arg nr="2"> |
4341 | 4357 | <not-uninit/>
|
4342 | 4358 | </arg>
|
4343 | 4359 | </function>
|
|
4376 | 4392 | <use-retval/>
|
4377 | 4393 | <leak-ignore/>
|
4378 | 4394 | <const/>
|
4379 |
| - <arg nr="1" direction="in"> |
| 4395 | + <arg nr="1"> |
4380 | 4396 | <not-uninit/>
|
4381 | 4397 | </arg>
|
4382 | 4398 | </function>
|
|
4437 | 4453 | <noreturn>false</noreturn>
|
4438 | 4454 | <returnValue type="void"/>
|
4439 | 4455 | <leak-ignore/>
|
4440 |
| - <arg nr="1" direction="in"> |
| 4456 | + <arg nr="1"> |
4441 | 4457 | <not-uninit/>
|
4442 | 4458 | </arg>
|
4443 | 4459 | </function>
|
|
4448 | 4464 | <returnValue type="int"/>
|
4449 | 4465 | <use-retval/>
|
4450 | 4466 | <const/>
|
4451 |
| - <arg nr="1" direction="in" default=""> |
| 4467 | + <arg nr="1"> |
4452 | 4468 | <not-uninit/>
|
4453 | 4469 | </arg>
|
4454 | 4470 | </function>
|
|
4459 | 4475 | <use-retval/>
|
4460 | 4476 | <leak-ignore/>
|
4461 | 4477 | <const/>
|
4462 |
| - <arg nr="1" direction="in"> |
| 4478 | + <arg nr="1"> |
4463 | 4479 | <not-uninit/>
|
4464 | 4480 | </arg>
|
4465 | 4481 | </function>
|
|
4488 | 4504 | <use-retval/>
|
4489 | 4505 | <leak-ignore/>
|
4490 | 4506 | <const/>
|
4491 |
| - <arg nr="1" direction="in"> |
| 4507 | + <arg nr="1"> |
4492 | 4508 | <not-uninit/>
|
4493 | 4509 | </arg>
|
4494 | 4510 | </function>
|
|
0 commit comments