Lines Matching full:which
26 (regardless of context, locks held, etc), which may destabilize
32 when a UBSAN violation occurs. (Except on arm64 and x86, which
33 will report which Sanitizer failed.) This may make it hard to
43 of flexible arrays, which is comparable to Clang's regular
83 This option enables Clang's -fsanitize=local-bounds which traps
85 of a statically-known size, where an added offset (which may not
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
127 This option enables -fsanitize=signed-integer-overflow which checks
130 kernel's use of -fno-strict-overflow which converts all would-be
140 This option enables -fsanitize=bool which checks for boolean values being
148 This option enables -fsanitize=enum which checks for values being loaded