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

Function PushVtableEntry

CodeGenerator.cpp:1110–1113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1108//-----------------------------------------------------------------------------
1109
1110void PushVtableEntry(const CXXRecordDecl* record, const CXXRecordDecl* recordB, VarDecl* decl)
1111{
1112 gVtables.push_back({{record, recordB}, decl});
1113}
1114//-----------------------------------------------------------------------------
1115
1116static void PushGlobalVariable(const Expr* callExpr)

Callers 1

InsertArgMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected