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

Function isGnu

externals/simplecpp/simplecpp.cpp:2655–2658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2653}
2654
2655static bool isGnu(const simplecpp::DUI &dui)
2656{
2657 return dui.std.rfind("gnu", 0) != std::string::npos;
2658}
2659
2660static std::string dirPath(const std::string& path, bool withTrailingSlash=true)
2661{

Callers 2

simplifyHasIncludeFunction · 0.85
preprocessMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected