Lines Matching refs:checks
20 See the full list of available :ref:`checks <ubsan-checks>` below.
23 The checks have small runtime cost and no impact on address space layout or ABI.
50 You can enable only a subset of :ref:`checks <ubsan-checks>` offered by UBSan,
67 .. _ubsan-checks:
69 Availablle checks
72 Available checks are:
100 invalid pointers. These checks are made in terms of
110 signed left shift, also checks for signed overflow in C, and for
115 including all the checks added by ``-ftrapv``, and checking for
130 - ``-fsanitize=undefined``: All of the checks listed above other than
157 You disable UBSan checks for particular functions with
185 You need to specify a :ref:`check <ubsan-checks>` you are suppressing and the
199 * It is only possible to suppress recoverable checks. For the example above,
202 most of UBSan checks are recoverable by default.
204 fine-grained checks are supported.