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

Member predicate ConstevalIfStmt::isNot

Holds if this is a ‘not consteval if’ statement.

For example, this holds for

if ! consteval { return true; }

but not for

if consteval { return true; }
predicate isNot()