CodeQL library for C/C++
codeql/cpp-all 6.1.4-dev (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()