Searched refs:array (Results 1 – 7 of 7) sorted by relevance
27 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 …]
2 /// Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element5 //# where there is a division of sizeof the array by the sizeof its first
9 ubsan-cflags-$(CONFIG_UBSAN_ARRAY_BOUNDS) += -fsanitize=array-bounds
30 KBUILD_CFLAGS-$(CONFIG_CC_NO_ARRAY_BOUNDS) += -Wno-array-bounds
421 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)/;
43 } array; member78 %type <array> arrayprefix
935 PROCESS_TYPE(array) in process_type()
Completed in 13 milliseconds