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

Method check_

test/testleakautovar.cpp:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225#define check(...) check_(__FILE__, __LINE__, __VA_ARGS__)
226 template<size_t size>
227 void check_(const char* file, int line, const char (&code)[size], const CheckOptions& options = make_default_obj()) {
228 const Settings& settings1 = options.s ? *options.s : settings;
229 check_(file, line, code, settings1, options.cpp);
230 }
231
232 template<size_t size>
233 void check_(const char* file, int line, const char (&code)[size], const Settings & s, bool cpp = true) {

Callers

nothing calls this directly

Calls 2

make_default_objClass · 0.85
tokenizeMethod · 0.80

Tested by

no test coverage detected