MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / PushGlobalVariable

Function PushGlobalVariable

CodeGenerator.cpp:1116–1119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1114//-----------------------------------------------------------------------------
1115
1116static void PushGlobalVariable(const Expr* callExpr)
1117{
1118 globalVarCtors.push_back(const_cast<Expr*>(callExpr));
1119}
1120//-----------------------------------------------------------------------------
1121
1122static void PushGlobalVariableDtor(const Expr* callExpr)

Callers 1

InsertArgMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected