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

Function isStringLiteralPrefix

externals/simplecpp/simplecpp.cpp:634–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

632}
633
634static bool isStringLiteralPrefix(const std::string &str)
635{
636 return str == "u" || str == "U" || str == "L" || str == "u8" ||
637 str == "R" || str == "uR" || str == "UR" || str == "LR" || str == "u8R";
638}
639
640void simplecpp::TokenList::lineDirective(unsigned int fileIndex_, unsigned int line, Location &location)
641{

Callers 1

readfileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected