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

Method nameToken

lib/tokenize.cpp:988–990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

986 }
987
988 Token* nameToken() const {
989 return mNameToken;
990 }
991
992 private:
993 static bool isCast(const Token* tok) {

Callers 15

fwdanalysis.cppFile · 0.45
isPointerDeRefMethod · 0.45
arrayIndexMethod · 0.45
argumentSizeMethod · 0.45
argumentSizeErrorMethod · 0.45
negativeArraySizeMethod · 0.45
VariableUsageMethod · 0.45
isVarDeclFunction · 0.45
isnoreturnMethod · 0.45

Calls

no outgoing calls

Tested by 7

stlarray3Method · 0.36
functionArgs1Method · 0.36
functionArgs2Method · 0.36
varTypesIntegralMethod · 0.36
varTypesFloatingMethod · 0.36
varTypesOtherMethod · 0.36