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

Method pass2

src/dsql/Nodes.h:1331–1335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1329 }
1330
1331 virtual ValueListNode* pass2(thread_db* tdbb, CompilerScratch* csb)
1332 {
1333 ExprNode::pass2(tdbb, csb);
1334 return this;
1335 }
1336
1337 virtual ValueListNode* copy(thread_db* tdbb, NodeCopier& copier) const
1338 {

Callers

nothing calls this directly

Calls 1

pass2Function · 0.85

Tested by

no test coverage detected