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

Method simplifyPragmaAsm

lib/preprocessor.cpp:1144–1150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1142}
1143
1144void Preprocessor::simplifyPragmaAsm()
1145{
1146 Preprocessor::simplifyPragmaAsmPrivate(mTokens);
1147 for (const auto &filedata : mFileCache) {
1148 Preprocessor::simplifyPragmaAsmPrivate(filedata->tokens);
1149 }
1150}
1151
1152void Preprocessor::simplifyPragmaAsmPrivate(simplecpp::TokenList &tokenList)
1153{

Callers 2

checkInternalMethod · 0.80
getcodeMethod · 0.80

Calls

no outgoing calls

Tested by 1

getcodeMethod · 0.64