Searched refs:postblitCalls (Results 1 – 1 of 1) sorted by relevance
1234 auto postblitCalls = new Statements(); in buildPostBlit() local1321 …postblitCalls.push(new ScopeGuardStatement(loc, TOK.onScopeFailure, new CompoundStatement(loc, dto… in buildPostBlit()1337 postblitCalls.setDim(0); in buildPostBlit()1384 postblitCalls.push(new ExpStatement(loc, ex)); // combine in forward order in buildPostBlit()1407 if (postblitCalls.dim || (stc & STC.disable)) in buildPostBlit()1414 dd.fbody = (stc & STC.disable) ? null : new CompoundStatement(loc, postblitCalls); in buildPostBlit()