Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isC
Function
isC
lib/token.h:1688–1691 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1686
}
1687
1688
bool isC() const
1689
{
1690
return mIsC;
1691
}
1692
};
1693
1694
Token* findTypeEnd(Token* tok);
Callers
15
simplifyStdType
Method · 0.70
simplifyTypedefCpp
Method · 0.70
simplifyExternC
Method · 0.70
simplifyTemplates
Method · 0.70
setVarIdPass1
Method · 0.70
setVarIdPass2
Method · 0.70
createLinks2
Method · 0.70
markCppCasts
Method · 0.70
simplifyTokenList1
Method · 0.70
removePragma
Method · 0.70
simplifyEmptyNamespaces
Method · 0.70
simplifyPointerToStandardType
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected