std.cfg: updated <returnValue>

This commit is contained in:
Daniel Marjamäki 2016-10-27 17:12:10 +02:00
parent ea545e63c8
commit 77295a429e
1 changed files with 2 additions and 3 deletions

View File

@ -1531,7 +1531,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<pure/> <pure/>
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
<returnValue>arg1==' ' || arg1=='\t'</returnValue> <returnValue type="int">arg1==' ' || arg1=='\t'</returnValue>
<arg nr="1"> <arg nr="1">
<not-uninit/> <not-uninit/>
<valid>0:255</valid> <valid>0:255</valid>
@ -1587,7 +1587,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<pure/> <pure/>
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
<returnValue>arg1&gt;='0' &amp;&amp; arg1&lt;='9'</returnValue> <returnValue type="int">arg1&gt;='0' &amp;&amp; arg1&lt;='9'</returnValue>
<arg nr="1"> <arg nr="1">
<not-uninit/> <not-uninit/>
<valid>0:255</valid> <valid>0:255</valid>
@ -4020,7 +4020,6 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
</arg> </arg>
<arg nr="3"/> <arg nr="3"/>
</function> </function>
<!-- InputIterator std::find(InputIterator first, InputIterator last, T val) --> <!-- InputIterator std::find(InputIterator first, InputIterator last, T val) -->
<!-- InputIterator std::find_if(InputIterator first, InputIterator last, UnaryPredicate val) --> <!-- InputIterator std::find_if(InputIterator first, InputIterator last, UnaryPredicate val) -->
<!-- InputIterator std::find_if_not(InputIterator first, InputIterator last, UnaryPredicate val) --> <!-- InputIterator std::find_if_not(InputIterator first, InputIterator last, UnaryPredicate val) -->