Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isCPP
Function
isCPP
lib/tokenize.h:66–68 ·
view source on GitHub ↗
Is the code CPP. Used for bailouts */
Source
from the content-addressed store, hash-verified
64
65
/** Is the code CPP. Used for bailouts */
66
bool isCPP() const {
67
return list.isCPP();
68
}
69
70
/**
71
* Check if inner scope ends with a call to a noreturn function
Callers
15
simplifyPlatformTypes
Method · 0.85
isKeyword
Method · 0.85
simplifyTypedefCpp
Method · 0.85
simplifyUsing
Method · 0.85
combineOperators
Method · 0.85
simplifyLabelsCaseDefault
Method · 0.85
setVarIdPass1
Method · 0.85
simplifyTokenList1
Method · 0.85
removeExtraTemplateKeywords
Method · 0.85
removePragma
Method · 0.85
addSemicolonAfterUnknownMacro
Method · 0.85
simplifyVarDecl
Method · 0.85
Calls
1
isCPP
Method · 0.80
Tested by
no test coverage detected