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

Method pass1

src/dsql/Nodes.h:835–839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

833 }
834
835 virtual ValueExprNode* pass1(thread_db* tdbb, CompilerScratch* csb)
836 {
837 ExprNode::pass1(tdbb, csb);
838 return this;
839 }
840
841 virtual ValueExprNode* pass2(thread_db* tdbb, CompilerScratch* csb)
842 {

Callers

nothing calls this directly

Calls 1

pass1Function · 0.85

Tested by

no test coverage detected