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

Method pass1

src/dsql/Nodes.h:1388–1392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1386 }
1387
1388 virtual RecSourceListNode* pass1(thread_db* tdbb, CompilerScratch* csb)
1389 {
1390 ExprNode::pass1(tdbb, csb);
1391 return this;
1392 }
1393
1394 virtual RecSourceListNode* pass2(thread_db* tdbb, CompilerScratch* csb)
1395 {

Callers

nothing calls this directly

Calls 1

pass1Function · 0.85

Tested by

no test coverage detected