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

Function PushGlobalVariableDtor

CodeGenerator.cpp:1122–1125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1120//-----------------------------------------------------------------------------
1121
1122static void PushGlobalVariableDtor(const Expr* callExpr)
1123{
1124 globalVarDtors.push_back(const_cast<Expr*>(callExpr));
1125}
1126//-----------------------------------------------------------------------------
1127
1128std::string EmitGlobalVariableCtors()

Callers 1

InsertArgMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected