Lines Matching refs:of
26 (regardless of context, locks held, etc), which may destabilize
35 Some versions of clang support either UBSAN or KCOV but not the
36 combination of the two.
52 This option enables detection of directly indexed out of bounds
55 to the {str,mem}*cpy() family of functions (that is addressed
83 pointer that is derived from an object of a statically-known size,
85 out-of-bounds.
124 bool "Perform checking for out of bounds enum values"
129 into an enum that are outside the range of given values for the given enum.
137 This option enables the check of unaligned memory accesses.
139 accesses may produce a lot of false positives.