CodeQL library for Go
codeql/go-all 0.7.13 (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)