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

Method genBlr

src/dsql/ExprNodes.cpp:633–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631}
632
633void ArithmeticNode::genBlr(DsqlCompilerScratch* dsqlScratch)
634{
635 dsqlScratch->appendUChar(blrOp);
636 GEN_expr(dsqlScratch, arg1);
637 GEN_expr(dsqlScratch, arg2);
638}
639
640namespace
641{

Callers

nothing calls this directly

Calls 15

GEN_exprFunction · 0.85
GEN_descriptorFunction · 0.85
DDL_idsFunction · 0.85
GEN_stuff_contextFunction · 0.85
ERRD_postFunction · 0.85
GdsClass · 0.85
NumClass · 0.85
DTYPE_IS_NUMERICFunction · 0.85
GEN_parameterFunction · 0.85
raiseFunction · 0.85
appendUCharMethod · 0.80
putDtypeMethod · 0.80

Tested by

no test coverage detected