|
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/>
|
|
780 | 789 | <function name="QList::append,QStringList::append">
|
781 | 790 | <noreturn>false</noreturn>
|
782 | 791 | <returnValue type="void"/>
|
783 |
| - <arg nr="1" direction="in"> |
| 792 | + <arg nr="1" direction="in" indirect="0"> |
784 | 793 | <not-uninit/>
|
785 | 794 | </arg>
|
786 | 795 | </function>
|
|
1604 | 1613 | <function name="QList::prepend,QStringList::prepend">
|
1605 | 1614 | <noreturn>false</noreturn>
|
1606 | 1615 | <returnValue type="void"/>
|
1607 |
| - <arg nr="1" direction="in"> |
| 1616 | + <arg nr="1" direction="in" indirect="0"> |
1608 | 1617 | <not-uninit/>
|
1609 | 1618 | </arg>
|
1610 | 1619 | </function>
|
|
1628 | 1637 | <function name="QList::push_back,QStringList::push_back">
|
1629 | 1638 | <noreturn>false</noreturn>
|
1630 | 1639 | <returnValue type="void"/>
|
1631 |
| - <arg nr="1" direction="in"> |
| 1640 | + <arg nr="1" direction="in" indirect="0"> |
1632 | 1641 | <not-uninit/>
|
1633 | 1642 | </arg>
|
1634 | 1643 | </function>
|
|
1646 | 1655 | <function name="QList::push_front,QStringList::push_front">
|
1647 | 1656 | <noreturn>false</noreturn>
|
1648 | 1657 | <returnValue type="void"/>
|
1649 |
| - <arg nr="1" direction="in"> |
| 1658 | + <arg nr="1" direction="in" indirect="0"> |
1650 | 1659 | <not-uninit/>
|
1651 | 1660 | </arg>
|
1652 | 1661 | </function>
|
|
1709 | 1718 | <function name="QList::removeAll,QStringList::removeAll">
|
1710 | 1719 | <noreturn>false</noreturn>
|
1711 | 1720 | <returnValue type="int"/>
|
1712 |
| - <arg nr="1" direction="in"> |
| 1721 | + <arg nr="1" direction="in" indirect="0"> |
1713 | 1722 | <not-uninit/>
|
1714 | 1723 | </arg>
|
1715 | 1724 | </function>
|
|
2599 | 2608 | <function name="QBoxLayout::addWidget,QVBoxLayout::addWidget,QHBoxLayout::addWidget">
|
2600 | 2609 | <noreturn>false</noreturn>
|
2601 | 2610 | <returnValue type="void"/>
|
2602 |
| - <arg nr="1" direction="in"> |
| 2611 | + <arg nr="1" direction="in" indirect="0"> |
2603 | 2612 | <not-uninit/>
|
2604 | 2613 | </arg>
|
2605 | 2614 | <arg nr="2" default="0" direction="in">
|
|
4185 | 4194 | <noreturn>false</noreturn>
|
4186 | 4195 | <returnValue type="void"/>
|
4187 | 4196 | <leak-ignore/>
|
4188 |
| - <arg nr="1" direction="in"> |
| 4197 | + <arg nr="1" direction="in" indirect="0"> |
4189 | 4198 | <not-uninit/>
|
4190 | 4199 | </arg>
|
4191 | 4200 | </function>
|
|
4207 | 4216 | <use-retval/>
|
4208 | 4217 | <leak-ignore/>
|
4209 | 4218 | <const/>
|
4210 |
| - <arg nr="1" direction="in"> |
| 4219 | + <arg nr="1" direction="in" indirect="0"> |
4211 | 4220 | <not-uninit/>
|
4212 | 4221 | </arg>
|
4213 | 4222 | </function>
|
|
4229 | 4238 | <returnValue type="bool"/>
|
4230 | 4239 | <use-retval/>
|
4231 | 4240 | <const/>
|
4232 |
| - <arg nr="1" direction="in"> |
| 4241 | + <arg nr="1" direction="in" indirect="0"> |
4233 | 4242 | <not-uninit/>
|
4234 | 4243 | </arg>
|
4235 | 4244 | </function>
|
4236 | 4245 | <!-- QVector<T> &QVector::fill(const T &value, int size = ...) -->
|
4237 | 4246 | <function name="QVector::fill,QStack::fill">
|
4238 | 4247 | <noreturn>false</noreturn>
|
4239 |
| - <arg nr="1" direction="in"> |
| 4248 | + <arg nr="1" direction="in" indirect="0"> |
4240 | 4249 | <not-uninit/>
|
4241 | 4250 | </arg>
|
4242 | 4251 | <arg nr="2" direction="in" default="-1">
|
|
4251 | 4260 | <use-retval/>
|
4252 | 4261 | <leak-ignore/>
|
4253 | 4262 | <const/>
|
4254 |
| - <arg nr="1" direction="in"> |
| 4263 | + <arg nr="1" direction="in" indirect="0"> |
4255 | 4264 | <not-uninit/>
|
4256 | 4265 | </arg>
|
4257 | 4266 | <arg nr="2" direction="in" default="">
|
|
4264 | 4273 | <function name="QVector::insert,QStack::insert">
|
4265 | 4274 | <noreturn>false</noreturn>
|
4266 | 4275 | <leak-ignore/>
|
4267 |
| - <arg nr="1"> |
| 4276 | + <arg nr="1" direction="in" indirect="0"> |
4268 | 4277 | <not-uninit/>
|
4269 | 4278 | </arg>
|
4270 | 4279 | <arg nr="2" direction="in">
|
4271 | 4280 | <not-uninit/>
|
4272 | 4281 | </arg>
|
4273 |
| - <arg nr="3" direction="in"> |
| 4282 | + <arg nr="3" direction="in" indirect="0"> |
4274 | 4283 | <not-uninit/>
|
4275 | 4284 | </arg>
|
4276 | 4285 | </function>
|
|
4281 | 4290 | <use-retval/>
|
4282 | 4291 | <leak-ignore/>
|
4283 | 4292 | <const/>
|
4284 |
| - <arg nr="1" direction="in"> |
| 4293 | + <arg nr="1" direction="in" indirect="0"> |
4285 | 4294 | <not-uninit/>
|
4286 | 4295 | </arg>
|
4287 | 4296 | <arg nr="2" direction="in" default="-1">
|
|
4295 | 4304 | <noreturn>false</noreturn>
|
4296 | 4305 | <returnValue type="void"/>
|
4297 | 4306 | <leak-ignore/>
|
4298 |
| - <arg nr="1" direction="in"> |
| 4307 | + <arg nr="1" direction="in" indirect="0"> |
4299 | 4308 | <not-uninit/>
|
4300 | 4309 | </arg>
|
4301 | 4310 | </function>
|
|
4317 | 4326 | <function name="QVector::removeAll,QStack::removeAll">
|
4318 | 4327 | <noreturn>false</noreturn>
|
4319 | 4328 | <returnValue type="int"/>
|
4320 |
| - <arg nr="1" direction="in"> |
| 4329 | + <arg nr="1" direction="in" indirect="0"> |
4321 | 4330 | <not-uninit/>
|
4322 | 4331 | </arg>
|
4323 | 4332 | </function>
|
|
4337 | 4346 | <not-uninit/>
|
4338 | 4347 | <valid>0:</valid>
|
4339 | 4348 | </arg>
|
4340 |
| - <arg nr="2" direction="in"> |
| 4349 | + <arg nr="2" direction="in" indirect="0"> |
4341 | 4350 | <not-uninit/>
|
4342 | 4351 | </arg>
|
4343 | 4352 | </function>
|
|
4376 | 4385 | <use-retval/>
|
4377 | 4386 | <leak-ignore/>
|
4378 | 4387 | <const/>
|
4379 |
| - <arg nr="1" direction="in"> |
| 4388 | + <arg nr="1" direction="in" indirect="0"> |
4380 | 4389 | <not-uninit/>
|
4381 | 4390 | </arg>
|
4382 | 4391 | </function>
|
|
4437 | 4446 | <noreturn>false</noreturn>
|
4438 | 4447 | <returnValue type="void"/>
|
4439 | 4448 | <leak-ignore/>
|
4440 |
| - <arg nr="1" direction="in"> |
| 4449 | + <arg nr="1" direction="in" indirect="0"> |
4441 | 4450 | <not-uninit/>
|
4442 | 4451 | </arg>
|
4443 | 4452 | </function>
|
|
4448 | 4457 | <returnValue type="int"/>
|
4449 | 4458 | <use-retval/>
|
4450 | 4459 | <const/>
|
4451 |
| - <arg nr="1" direction="in" default=""> |
| 4460 | + <arg nr="1" direction="in" indirect="0"> |
4452 | 4461 | <not-uninit/>
|
4453 | 4462 | </arg>
|
4454 | 4463 | </function>
|
|
4459 | 4468 | <use-retval/>
|
4460 | 4469 | <leak-ignore/>
|
4461 | 4470 | <const/>
|
4462 |
| - <arg nr="1" direction="in"> |
| 4471 | + <arg nr="1" direction="in" indirect="0"> |
4463 | 4472 | <not-uninit/>
|
4464 | 4473 | </arg>
|
4465 | 4474 | </function>
|
|
4488 | 4497 | <use-retval/>
|
4489 | 4498 | <leak-ignore/>
|
4490 | 4499 | <const/>
|
4491 |
| - <arg nr="1" direction="in"> |
| 4500 | + <arg nr="1" direction="in" indirect="0"> |
4492 | 4501 | <not-uninit/>
|
4493 | 4502 | </arg>
|
4494 | 4503 | </function>
|
|
0 commit comments