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

Member predicate CustomOptions :: exits

Holds if a call to this function will never return.

By default, this holds for exit, _exit, abort, __assert_fail, longjmp, error, __builtin_unreachable and any function with a noreturn attribute or specifier.

predicate exits ( Function f )