Home
last modified time | relevance | path

Searched refs:array (Results 1 – 7 of 7) sorted by relevance

/scripts/coccinelle/misc/
A Dflexible_array.cocci27 identifier name, array;
35 * T array@p[\(0\|1\)];
40 * T array@p[\(0\|1\)];
45 * T array@p[\(0\|1\)];
50 * T array@p[\(0\|1\)];
55 identifier name, array;
62 T array[0];
66 T array[0];
71 identifier name, array;
82 T array@p[
[all …]
A Darray_size.cocci2 /// Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element
5 //# where there is a division of sizeof the array by the sizeof its first
/scripts/
A DMakefile.ubsan9 ubsan-cflags-$(CONFIG_UBSAN_ARRAY_BOUNDS) += -fsanitize=array-bounds
A DMakefile.extrawarn30 KBUILD_CFLAGS-$(CONFIG_CC_NO_ARRAY_BOUNDS) += -Wno-array-bounds
A Dcheckpatch.pl421 my @array = split(/,/, join(',', @$arrayRef));
422 foreach my $word (@array) {
4753 my $array = $1;
4754 …if ($line =~ m@\b(sizeof\s*\(\s*\Q$array\E\s*\)\s*/\s*sizeof\s*\(\s*\Q$array\E\s*\[\s*0\s*\]\s*\))…
4757 "Prefer ARRAY_SIZE($array)\n" . $herecurr) &&
4759 $fixed[$fixlinenr] =~ s/\Q$array_div\E/ARRAY_SIZE($array)/;
/scripts/dtc/
A Ddtc-parser.y43 } array; member
78 %type <array> arrayprefix
/scripts/gendwarfksyms/
A Ddwarf.c935 PROCESS_TYPE(array) in process_type()

Completed in 13 milliseconds