Home
last modified time | relevance | path

Searched refs:Attribute (Results 1 – 2 of 2) sorted by relevance

/sof-2.7.6/tools/sof_ri_info/
Dsof_ri_info.py863 class Attribute(): class
869 class Auint(Attribute):
878 if Attribute.no_colors:
884 class Ahex(Attribute):
893 if Attribute.no_colors:
898 class Adec(Attribute):
908 class Abytes(Attribute):
918 if Attribute.no_colors:
924 elif Attribute.full_bytes:
935 if not Attribute.no_colors:
[all …]
/sof-2.7.6/scripts/
Dcheckpatch.pl370 our $Attribute = qr{
779 $Modifier = qr{(?:$Attribute|$Sparse|$mods)};
3304 if ($line =~ /^\+(.*)\(\s*$Type\s*\)([ \t]++)((?![={]|\\$|$Attribute|__attribute__))/ &&
3805 if ($type =~ /^(?:(?:$Storage|$Inline|$Attribute)\s+)*((?:un)?signed)((?:\s*\*)*)\s*$/) {
3921 \b\Q$name\E(?:\s+$Attribute)*\s*(?:;|=|\[|\()
5969 … $line =~ /(?:$Declare|$DeclareMisordered)\s*$Ident\s*$balanced_parens\s*(?:$Attribute)?\s*;/ &&