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

Method tokenize

test/helpers.h:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58 template<size_t size>
59 bool tokenize(const char (&code)[size])
60 {
61 return tokenize(code, size-1);
62 }
63
64 bool tokenize(const std::string& code)
65 {

Callers 15

testValueOfXKnown_Method · 0.80
testValueOfX_Method · 0.80
getErrorPathForX_Method · 0.80
testLifetimeOfX_Method · 0.80
tokenValues_Method · 0.80
lifetimeValues_Method · 0.80
tok_Method · 0.80
checkSimplifyTypedef_Method · 0.80
getSymbolDB_innerMethod · 0.80

Calls 6

isCPPMethod · 0.80
frontMethod · 0.80
appendFileIfNewMethod · 0.80
dataMethod · 0.45
sizeMethod · 0.45

Tested by 15

testValueOfXKnown_Method · 0.64
testValueOfX_Method · 0.64
getErrorPathForX_Method · 0.64
testLifetimeOfX_Method · 0.64
tokenValues_Method · 0.64
lifetimeValues_Method · 0.64
tok_Method · 0.64
checkSimplifyTypedef_Method · 0.64
getSymbolDB_innerMethod · 0.64