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

Method genBlr

src/dsql/BoolNodes.cpp:127–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void BinaryBoolNode::genBlr(DsqlCompilerScratch* dsqlScratch)
128{
129 dsqlScratch->appendUChar(blrOp);
130 GEN_expr(dsqlScratch, arg1);
131 GEN_expr(dsqlScratch, arg2);
132}
133
134bool BinaryBoolNode::dsqlMatch(DsqlCompilerScratch* dsqlScratch, const ExprNode* other, bool ignoreMapCast) const
135{

Callers

nothing calls this directly

Calls 6

GEN_exprFunction · 0.85
GEN_rseFunction · 0.85
appendUCharMethod · 0.80
appendUShortMethod · 0.80
putDebugSrcInfoMethod · 0.80
getCountMethod · 0.45

Tested by

no test coverage detected