Lines Matching refs:bounds
38 def_bool $(cc-option,-fsanitize=bounds-strict)
40 The -fsanitize=bounds-strict option is only available on GCC,
43 -fsanitize=bounds.
46 def_bool $(cc-option,-fsanitize=array-bounds)
48 Under Clang, the -fsanitize=bounds option is actually composed
49 of two more specific options, -fsanitize=array-bounds and
50 -fsanitize=local-bounds. However, -fsanitize=local-bounds can
52 CONFIG_LOCAL_BOUNDS.) Explicitly check for -fsanitize=array-bounds
57 bool "Perform array index bounds checking"
61 This option enables detection of directly indexed out of bounds
70 GCC's bounds sanitizer. This option is used to select the
76 Clang's array bounds sanitizer. This option is used to select
82 This option enables Clang's -fsanitize=local-bounds which traps
85 be known statically) is out-of-bounds. Since this option is
128 bool "Perform checking for out of bounds enum values"