std.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2021-06-03 08:25:22 +02:00
parent 025a04c3e0
commit dd8668102f
1 changed files with 24 additions and 0 deletions

View File

@ -7937,6 +7937,30 @@ initializer list (7) string& replace (const_iterator i1, const_iterator i2, init
<leak-ignore/>
<const/>
</function>
<!-- unsigned long long std::bitset::to_ullong() const ; (since C++11) -->
<function name="std::bitset::to_ullong">
<noreturn>false</noreturn>
<use-retval/>
<returnValue type="unsigned long long"/>
<leak-ignore/>
<const/>
</function>
<!-- unsigned long std::bitset::to_ulong() const ; -->
<function name="std::bitset::to_ulong">
<noreturn>false</noreturn>
<use-retval/>
<returnValue type="unsigned long"/>
<leak-ignore/>
<const/>
</function>
<!-- std::string std::bitset::to_string() const ; -->
<function name="std::bitset::to_string">
<noreturn>false</noreturn>
<use-retval/>
<returnValue type="std::string"/>
<leak-ignore/>
<const/>
</function>
<!-- bool std::bitset< N >::test( std::size_t pos ) const -->
<function name="std::bitset::test">
<noreturn>false</noreturn>