Lines Matching refs:attr
6537 my $attr = $1;
6538 …if ($line =~ /^\+\s*static\s+(?:const\s+)?(?:$attr\s+)?($NonptrTypeWithAttr)\s+(?:$attr\s+)?($Iden…
6541 if ((($ptr =~ /\b(union|struct)\s+$attr\b/ &&
6543 "$attr should be placed after $var\n" . $herecurr)) ||
6544 ($ptr !~ /\b(union|struct)\s+$attr\b/ &&
6546 "$attr should be placed after $var\n" . $herecurr))) &&
6548 …attr\s+)?($NonptrTypeWithAttr)\s+(?:$attr\s+)?($Ident(?:\[[^]]*\])?)\s*([=;])\s*/"$1" . trim(strin…
6555 my $attr = $1;
6556 $attr =~ /($InitAttributePrefix)(.*)/;
6569 my $attr = $1;
6571 "Use of $attr requires a separate use of const\n" . $herecurr) &&
6762 my $attr = $1;
6763 $attr =~ s/\s*\(\s*(.*)\)\s*/$1/;
6791 while ($attr =~ /\s*(\w+)\s*(${balanced_parens})?/g) {
6818 if ($attr =~ /^_*unused/) {