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

Member predicate Expr :: getUnconverted

Gets the unique non-Conversion expression e for which this = e.getConversion*().

For example, if called on the expression (int)(char)x, this predicate gets the expression x.

Expr getUnconverted ( )