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

Function TokenList

externals/simplecpp/simplecpp.h:267–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265 /** generates a token list from the given buffer */
266 template<size_t size>
267 TokenList(const char (&data)[size], std::vector<std::string> &filenames, const std::string &filename=std::string(), OutputList *outputList = nullptr)
268 : TokenList(reinterpret_cast<const unsigned char*>(data), size-1, filenames, filename, outputList, 0)
269 {}
270 /** generates a token list from the given buffer */
271 template<size_t size>
272 TokenList(const unsigned char (&data)[size], std::vector<std::string> &filenames, const std::string &filename=std::string(), OutputList *outputList = nullptr)

Callers 2

simplecpp.hFile · 0.70
tryloadMethod · 0.70

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected