MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / pass2

Method pass2

src/dsql/Nodes.h:841–845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

839 }
840
841 virtual ValueExprNode* pass2(thread_db* tdbb, CompilerScratch* csb)
842 {
843 ExprNode::pass2(tdbb, csb);
844 return this;
845 }
846
847 // Compute descriptor for value expression.
848 virtual void getDesc(thread_db* tdbb, CompilerScratch* csb, dsc* desc) = 0;

Callers

nothing calls this directly

Calls 1

pass2Function · 0.85

Tested by

no test coverage detected