CodeQL library for Go
codeql/go-all 1.1.4-dev (changelog, source)
Search

Member predicate Expr::hasComplexValue

Holds if the complex value this expression evaluates to has real part real and imaginary part imag.

predicate hasComplexValue(float real, float imag)