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

Function createTokensFromString

lib/tokenlist.h:108–110  ·  view source on GitHub ↗

cppcheck-suppress unusedFunction - used in tests only

Source from the content-addressed store, hash-verified

106 template<size_t size>
107 // cppcheck-suppress unusedFunction - used in tests only
108 bool createTokensFromString(const char (&data)[size]) {
109 return createTokensFromBuffer(data, size-1);
110 }
111
112 void createTokens(simplecpp::TokenList&& tokenList);
113

Calls 1

createTokensFromBufferFunction · 0.85