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

Method genOptionalExpr

src/dsql/StmtNodes.cpp:3813–3821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3811}
3812
3813void ExecStatementNode::genOptionalExpr(DsqlCompilerScratch* dsqlScratch, const UCHAR code,
3814 ValueExprNode* node)
3815{
3816 if (node)
3817 {
3818 dsqlScratch->appendUChar(code);
3819 GEN_expr(dsqlScratch, node);
3820 }
3821}
3822
3823ExecStatementNode* ExecStatementNode::pass1(thread_db* tdbb, CompilerScratch* csb)
3824{

Callers

nothing calls this directly

Calls 2

GEN_exprFunction · 0.85
appendUCharMethod · 0.80

Tested by

no test coverage detected