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

Method check_

test/testcondition.cpp:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139#define check(...) check_(__FILE__, __LINE__, __VA_ARGS__)
140 template<size_t size>
141 void check_(const char* file, int line, const char (&code)[size], const CheckOptions& options = make_default_obj()) {
142 check_(file, line, code, settings0, options.cpp);
143 }
144
145 template<size_t size>
146 void check_(const char* file, int line, const char (&code)[size], const Settings& settings, bool cpp = true) {

Callers

nothing calls this directly

Calls 2

make_default_objClass · 0.85
simplifyTokens1Method · 0.80

Tested by

no test coverage detected