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

Method tokenize_

test/testvarid.cpp:277–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275#define tokenize(...) tokenize_(__FILE__, __LINE__, __VA_ARGS__)
276 template<size_t size>
277 std::string tokenize_(const char* file, int line, const char (&code)[size], const TokenizeOptions& options = make_default_obj()) {
278 return tokenize_(file, line, code, settings, options.cpp);
279 }
280
281 template<size_t size>
282 std::string tokenize_(const char* file, int line, const char (&code)[size], const Settings& settings1, bool cpp = true) {

Callers

nothing calls this directly

Calls 2

make_default_objClass · 0.85
stringifyListMethod · 0.80

Tested by

no test coverage detected