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

Method isStandardType

lib/token.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212};
213
214bool Token::isStandardType(const std::string& s)
215{
216 return stdTypes.find(s) != stdTypes.end();
217}
218
219void Token::update_property_isStandardType()
220{

Callers 15

isNotLibraryFunctionMethod · 0.45
checkFormatStringMethod · 0.45
ArgumentInfoMethod · 0.45
isKnownTypeMethod · 0.45
isLibraryTypeMethod · 0.45
checkMethod · 0.45
iscastFunction · 0.45
findCppTypeInitParFunction · 0.45
createAstAtTokenFunction · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected