Lines Matching refs:bounds
39 def_bool $(cc-option,-fsanitize=bounds-strict)
41 The -fsanitize=bounds-strict option is only available on GCC,
44 -fsanitize=bounds.
47 def_bool $(cc-option,-fsanitize=array-bounds)
49 Under Clang, the -fsanitize=bounds option is actually composed
50 of two more specific options, -fsanitize=array-bounds and
51 -fsanitize=local-bounds. However, -fsanitize=local-bounds can
53 CONFIG_LOCAL_BOUNDS.) Explicitly check for -fsanitize=array-bounds
58 bool "Perform array index bounds checking"
62 This option enables detection of directly indexed out of bounds
71 GCC's bounds sanitizer. This option is used to select the
77 Clang's array bounds sanitizer. This option is used to select
83 This option enables Clang's -fsanitize=local-bounds which traps
86 be known statically) is out-of-bounds. Since this option is
144 bool "Perform checking for out of bounds enum values"