Main Content

Control Flow Checks

Checks on function calls and loops

Control flow checks in Polyspace® Code Prover™ flag statements that change flow of control if the change in control flow leads to definite run-time errors. A red loop statement or function call indicates that an operation inside the loop or function body results in a run-time error.

Polyspace Results

Non-terminating callCalled function does not return to calling context
Non-terminating loopLoop does not terminate or contains an error

Topics