Lines Matching refs:attr
6495 my $attr = $1;
6496 …if ($line =~ /^\+\s*static\s+(?:const\s+)?(?:$attr\s+)?($NonptrTypeWithAttr)\s+(?:$attr\s+)?($Iden…
6499 if ((($ptr =~ /\b(union|struct)\s+$attr\b/ &&
6501 "$attr should be placed after $var\n" . $herecurr)) ||
6502 ($ptr !~ /\b(union|struct)\s+$attr\b/ &&
6504 "$attr should be placed after $var\n" . $herecurr))) &&
6506 …attr\s+)?($NonptrTypeWithAttr)\s+(?:$attr\s+)?($Ident(?:\[[^]]*\])?)\s*([=;])\s*/"$1" . trim(strin…
6513 my $attr = $1;
6514 $attr =~ /($InitAttributePrefix)(.*)/;
6527 my $attr = $1;
6529 "Use of $attr requires a separate use of const\n" . $herecurr) &&
6720 my $attr = $1;
6721 $attr =~ s/\s*\(\s*(.*)\)\s*/$1/;
6749 while ($attr =~ /\s*(\w+)\s*(${balanced_parens})?/g) {
6776 if ($attr =~ /^_*unused/) {