Lines Matching full:attribute
498 # Notes to $Attribute:
500 our $Attribute = qr{
1032 $Modifier = qr{(?:$Attribute|$Sparse|$mods)};
3177 … "Co-developed-by: should not be used to attribute nominal patch author '$author'\n" . $herecurr);
4012 if ($line =~ /^\+(.*)\(\s*$Type\s*\)([ \t]++)((?![={]|\\$|$Attribute|__attribute__))/ &&
4114 # remove $Attribute/$Sparse uses to simplify comparisons
4115 $sl =~ s/\b(?:$Attribute|$Sparse)\b//g;
4116 $pl =~ s/\b(?:$Attribute|$Sparse)\b//g;
4523 if ($type =~ /^(?:(?:$Storage|$Inline|$Attribute)\s+)*((?:un)?signed)((?:\s*\*)*)\s*$/) {
4553 # TEST: allow direct testing of the attribute matcher.
4639 \b\Q$name\E(?:\s+$Attribute)*\s*(?:;|=|\[|\()
6743 # check the location of the inline attribute, that it is between
6829 … $line =~ /(?:$Declare|$DeclareMisordered)\s*$Ident\s*$balanced_parens\s*(?:$Attribute)?\s*;/ &&