Lines Matching full:enables
9 This option enables the Undefined Behaviour sanity checker.
62 This option enables detection of directly indexed out of bounds
83 This option enables Clang's -fsanitize=local-bounds which traps
93 This option enables -fsanitize=shift which checks for bit-shift
104 This option enables -fsanitize=integer-divide-by-zero which checks
116 This option enables -fsanitize=unreachable which checks for control
131 This option enables all of the sanitizers involved in integer overflow
142 This option enables -fsanitize=bool which checks for boolean values being
150 This option enables -fsanitize=enum which checks for values being loaded
159 This option enables the check of unaligned memory accesses.