Cppcheck
Public Attributes | List of all members
Library::NonOverlappingData Struct Reference

#include <library.h>

Public Attributes

int ptr1Arg
 
int ptr2Arg
 
int sizeArg
 
int strlenArg
 
int countArg
 

Detailed Description

Definition at line 160 of file library.h.

Member Data Documentation

◆ countArg

int Library::NonOverlappingData::countArg

Definition at line 165 of file library.h.

Referenced by CheckOther::checkOverlappingWrite(), and Library::loadFunction().

◆ ptr1Arg

int Library::NonOverlappingData::ptr1Arg

Definition at line 161 of file library.h.

Referenced by CheckOther::checkOverlappingWrite(), and Library::loadFunction().

◆ ptr2Arg

int Library::NonOverlappingData::ptr2Arg

Definition at line 162 of file library.h.

Referenced by CheckOther::checkOverlappingWrite(), and Library::loadFunction().

◆ sizeArg

int Library::NonOverlappingData::sizeArg

Definition at line 163 of file library.h.

Referenced by CheckOther::checkOverlappingWrite(), and Library::loadFunction().

◆ strlenArg

int Library::NonOverlappingData::strlenArg

Definition at line 164 of file library.h.

Referenced by Library::loadFunction().


The documentation for this struct was generated from the following file: