2017-10-11 13:12:00 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<def>
|
|
|
|
<function name="Token::astOperand1,Token::astOperand2,Token::astParent,Token::fileIndex,Token::linenr,Token::function,Token::link,Token::next,Token::previous,Token::scope,Token::str,Token::varId,Token::variable">
|
|
|
|
<noreturn>false</noreturn>
|
|
|
|
<use-retval/>
|
|
|
|
</function>
|
2019-07-17 20:05:13 +02:00
|
|
|
<!-- static bool Match(const Token *tok, const char pattern[], unsigned int varid = 0); -->
|
2017-10-11 13:12:00 +02:00
|
|
|
<function name="Token::Match">
|
|
|
|
<noreturn>false</noreturn>
|
2019-07-17 20:05:13 +02:00
|
|
|
<returnValue type="bool"/>
|
2017-10-11 13:12:00 +02:00
|
|
|
<use-retval/>
|
2019-07-17 20:05:13 +02:00
|
|
|
<arg nr="1" direction="in">
|
2017-10-11 13:12:00 +02:00
|
|
|
<not-uninit/>
|
|
|
|
</arg>
|
2019-07-17 20:05:13 +02:00
|
|
|
<arg nr="2" direction="in">
|
2017-10-11 13:12:00 +02:00
|
|
|
<not-uninit/>
|
|
|
|
<not-null/>
|
|
|
|
<strz/>
|
|
|
|
</arg>
|
2019-07-17 20:05:13 +02:00
|
|
|
<arg nr="3" default="0" direction="in">
|
2017-10-11 13:12:00 +02:00
|
|
|
<not-uninit/>
|
|
|
|
<not-bool/>
|
|
|
|
</arg>
|
|
|
|
</function>
|
2019-07-17 20:05:13 +02:00
|
|
|
<!-- static bool simpleMatch(const Token *tok, const char pattern[]); -->
|
2017-10-11 13:12:00 +02:00
|
|
|
<function name="Token::simpleMatch">
|
|
|
|
<noreturn>false</noreturn>
|
2019-07-17 20:05:13 +02:00
|
|
|
<returnValue type="bool"/>
|
2017-10-11 13:12:00 +02:00
|
|
|
<use-retval/>
|
2019-07-17 20:05:13 +02:00
|
|
|
<arg nr="1" direction="in">
|
2017-10-11 13:12:00 +02:00
|
|
|
<not-uninit/>
|
|
|
|
</arg>
|
2019-07-17 20:05:13 +02:00
|
|
|
<arg nr="2" direction="in">
|
2017-10-11 13:12:00 +02:00
|
|
|
<not-uninit/>
|
|
|
|
<not-null/>
|
|
|
|
<strz/>
|
|
|
|
</arg>
|
|
|
|
</function>
|
2019-07-17 20:05:13 +02:00
|
|
|
<!-- const Token *linkAt(int index) const; -->
|
|
|
|
<!-- const Token *tokAt(int index) const; -->
|
|
|
|
<function name="Token::linkAt,Token::tokAt">
|
2017-10-11 13:12:00 +02:00
|
|
|
<noreturn>false</noreturn>
|
2019-07-17 20:05:13 +02:00
|
|
|
<returnValue type="const Token *"/>
|
2017-10-11 13:12:00 +02:00
|
|
|
<use-retval/>
|
2019-07-17 20:05:13 +02:00
|
|
|
<const/>
|
|
|
|
<arg nr="1" direction="in">
|
2017-10-11 13:12:00 +02:00
|
|
|
<not-uninit/>
|
|
|
|
<valid>-50:50</valid>
|
|
|
|
<not-bool/>
|
|
|
|
</arg>
|
|
|
|
</function>
|
2019-07-17 20:05:13 +02:00
|
|
|
<!-- const std::string &strAt(int index) const; -->
|
|
|
|
<function name="Token::strAt">
|
|
|
|
<noreturn>false</noreturn>
|
|
|
|
<returnValue type="const std::string &"/>
|
|
|
|
<use-retval/>
|
|
|
|
<const/>
|
|
|
|
<arg nr="1" direction="in">
|
|
|
|
<not-uninit/>
|
|
|
|
<valid>-50:50</valid>
|
|
|
|
<not-bool/>
|
|
|
|
</arg>
|
|
|
|
</function>
|
|
|
|
<!-- const ValueType *valueType() const; -->
|
|
|
|
<function name="Token::valueType">
|
|
|
|
<noreturn>false</noreturn>
|
|
|
|
<returnValue type="const ValueType *"/>
|
|
|
|
<use-retval/>
|
|
|
|
<const/>
|
|
|
|
<leak-ignore/>
|
|
|
|
</function>
|
2017-10-11 13:12:00 +02:00
|
|
|
</def>
|