Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testValueOfXImpossible_
Method · 0.80
testValueOfXInconclusive_
Method · 0.80
testValueOfX_
Method · 0.80
getErrorPathForX_
Method · 0.80
testLifetimeOfX_
Method · 0.80
testConditionalValueOfX_
Method · 0.80
tokenValues_
Method · 0.80
lifetimeValues_
Method · 0.80
tok_
Method · 0.80
checkSimplifyTypedef_
Method · 0.80
getSymbolDB_inner
Method · 0.80
Calls
6
isCPP
Method · 0.80
front
Method · 0.80
appendFileIfNew
Method · 0.80
createTokensFromBuffer
Method · 0.80
data
Method · 0.45
size
Method · 0.45
Tested by
15
testValueOfXKnown_
Method · 0.64
testValueOfXImpossible_
Method · 0.64
testValueOfXInconclusive_
Method · 0.64
testValueOfX_
Method · 0.64
getErrorPathForX_
Method · 0.64
testLifetimeOfX_
Method · 0.64
testConditionalValueOfX_
Method · 0.64
tokenValues_
Method · 0.64
lifetimeValues_
Method · 0.64
tok_
Method · 0.64
checkSimplifyTypedef_
Method · 0.64
getSymbolDB_inner
Method · 0.64