Home
last modified time | relevance | path

Searched refs:memsetZeroBytesError (Results 1 – 6 of 6) sorted by relevance

/dports/devel/cppcheck-gui/cppcheck-2.6.3/lib/
H A Dcheckfunctions.h120 void memsetZeroBytesError(const Token *tok);
139 c.memsetZeroBytesError(nullptr); in getErrorMessages()
H A Dcheckfunctions.cpp462 memsetZeroBytesError(tok); in memsetZeroBytes()
468 void CheckFunctions::memsetZeroBytesError(const Token *tok) in memsetZeroBytesError() function in CheckFunctions
/dports/devel/cppcheck/cppcheck-2.6.3/lib/
H A Dcheckfunctions.h120 void memsetZeroBytesError(const Token *tok);
139 c.memsetZeroBytesError(nullptr); in getErrorMessages()
H A Dcheckfunctions.cpp462 memsetZeroBytesError(tok); in memsetZeroBytes()
468 void CheckFunctions::memsetZeroBytesError(const Token *tok) in memsetZeroBytesError() function in CheckFunctions
/dports/devel/cppcheck-gui/cppcheck-2.6.3/gui/test/data/benchmark/
H A Dsimple.cpp970 memsetZeroBytesError(tok, tok->strAt(2)); in checkMemsetZeroBytes()
3412 void CheckOther::memsetZeroBytesError(const Token *tok, const std::string &varname) in memsetZeroBytesError() function in CheckOther
/dports/devel/cppcheck/cppcheck-2.6.3/gui/test/data/benchmark/
H A Dsimple.cpp970 memsetZeroBytesError(tok, tok->strAt(2)); in checkMemsetZeroBytes()
3412 void CheckOther::memsetZeroBytesError(const Token *tok, const std::string &varname) in memsetZeroBytesError() function in CheckOther