File: tinyxml2.cfg

package info (click to toggle)
cppcheck 2.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 26,412 kB
  • sloc: cpp: 272,462; python: 22,408; ansic: 8,088; sh: 1,059; makefile: 1,041; xml: 987; cs: 291
file content (37 lines) | stat: -rw-r--r-- 1,275 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0"?>
<def format="2">
  <!-- tinyxml2::XMLError tinyxml2::XMLDocument::LoadFile( const char* filename ) -->
  <!-- tinyxml2::XMLError tinyxml2::XMLDocument::LoadFile( FILE* ) -->
  <function name="tinyxml2::XMLDocument::LoadFile">
    <noreturn>false</noreturn>
    <leak-ignore/>
    <returnValue type="tinyxml2::XMLError"/>
    <arg nr="1">
      <not-uninit/>
    </arg>
  </function>
  <!-- const tinyxml2::XMLElement* tinyxml2::XMLNode::FirstChildElement( const char* name ) const -->
  <!-- const tinyxml2::XMLElement* tinyxml2::XMLNode::LastChildElement( const char* name ) const -->
  <function name="tinyxml2::XMLNode::FirstChildElement,tinyxml2::XMLNode::LastChildElement">
    <noreturn>false</noreturn>
    <leak-ignore/>
    <returnValue type="const tinyxml2::XMLElement *"/>
    <arg nr="1">
      <not-uninit/>
    </arg>
  </function>
  <!-- const char* tinyxml2::XMLElement::Attribute( const char* name, const char* value=0 ) const-->
  <function name="tinyxml2::XMLElement::Attribute">
    <noreturn>false</noreturn>
    <leak-ignore/>
    <returnValue type="const char *"/>
    <use-retval/>
    <arg nr="1">
      <not-uninit/>
      <not-null/>
    </arg>
    <arg nr="2" default="0">
      <not-uninit/>
    </arg>
  </function>
</def>