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

Member predicate Expr :: isRValueCategory

Holds if this expression is an rvalue. An rvalue is either a prvalue or an xvalue.

predicate isRValueCategory ( )