CodeQL library for C/C++
codeql/cpp-all 0.12.9 (changelog, source)
Search

Member predicate GTExpr::getLesserOperand

Gets the operand on the “lesser” (or “lesser-or-equal”) side of this relational expression, that is, the side that is smaller if the overall expression evaluates to true; for example on x <= 20 this is x, and on y > 0 it is the 0.

Expr getLesserOperand()