MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / visit

Method visit

src/ast/ast_allocate_stack.cpp:34–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 func = f;
33 }
34 virtual FunctionPtr visit ( Function * that ) override {
35 if ( cmresVAR && !failedToCMRES ) cmresVAR->aliasCMRES = true;
36 func = nullptr;
37 cmresVAR = nullptr;
38 failedToCMRES = false;
39 DAS_ASSERT(blocks.size()==0);
40 return Visitor::visit(that);
41 }
42 // ExprBlock
43 virtual void preVisit ( ExprBlock * block ) override {
44 Visitor::preVisit(block);

Callers 2

allocateStackMethod · 0.45
visitMethod · 0.45

Calls 2

visitFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected