std.cfg: updated <returnValue>
This commit is contained in:
parent
ea545e63c8
commit
77295a429e
|
@ -1531,7 +1531,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
|||
<pure/>
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue>arg1==' ' || arg1=='\t'</returnValue>
|
||||
<returnValue type="int">arg1==' ' || arg1=='\t'</returnValue>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
<valid>0:255</valid>
|
||||
|
@ -1587,7 +1587,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
|||
<pure/>
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue>arg1>='0' && arg1<='9'</returnValue>
|
||||
<returnValue type="int">arg1>='0' && arg1<='9'</returnValue>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
<valid>0:255</valid>
|
||||
|
@ -4020,7 +4020,6 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
|||
</arg>
|
||||
<arg nr="3"/>
|
||||
</function>
|
||||
|
||||
<!-- InputIterator std::find(InputIterator first, InputIterator last, T val) -->
|
||||
<!-- InputIterator std::find_if(InputIterator first, InputIterator last, UnaryPredicate val) -->
|
||||
<!-- InputIterator std::find_if_not(InputIterator first, InputIterator last, UnaryPredicate val) -->
|
||||
|
|
Loading…
Reference in New Issue