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

Function addAttributeAlignas

lib/token.h:595–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593 return !!mImpl->mAttributeAlignas;
594 }
595 void addAttributeAlignas(const std::string& a) {
596 mImpl->addAttributeAlignas(a);
597 }
598 void addAttributeCleanup(const std::string& funcname) {
599 mImpl->mAttributeCleanup = funcname;
600 }

Callers

nothing calls this directly

Calls 1

addAttributeAlignasMethod · 0.80

Tested by

no test coverage detected