MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / checkNoMemset_

Method checkNoMemset_

test/testclass.cpp:2986–2988  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2984#define checkNoMemset(...) checkNoMemset_(__FILE__, __LINE__, __VA_ARGS__)
2985 template<size_t size>
2986 void checkNoMemset_(const char* file, int line, const char (&code)[size]) {
2987 checkNoMemset_(file, line, code, settings4);
2988 }
2989
2990 template<size_t size>
2991 void checkNoMemset_(const char* file, int line, const char (&code)[size], const Settings &settings) {

Callers

nothing calls this directly

Calls 2

tokenizeMethod · 0.80
checkMemsetMethod · 0.80

Tested by

no test coverage detected