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

Function CallVecNew

CfrontCodeGenerator.cpp:281–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279//-----------------------------------------------------------------------------
280
281static auto* CallVecNew(std::string_view ctorName, Expr* objectParam, QualType allocatedType, Expr* arraySizeExpr)
282{
283 EnableGlobalInsert(GlobalInserts::FuncCxaVecNew);
284
285 return CallVecNewOrCtor(ctorName, objectParam, allocatedType, arraySizeExpr, "__cxa_vec_new"sv);
286}
287//-----------------------------------------------------------------------------
288
289static auto*

Callers 1

InsertArgMethod · 0.85

Calls 2

EnableGlobalInsertFunction · 0.85
CallVecNewOrCtorFunction · 0.85

Tested by

no test coverage detected