Home | History | Annotate | Download | only in scan-build

Lines Matching refs:attribute_ignored

559     @failures = grep { /[.]info.txt$/ && !/attribute_ignored/; } readdir(DIR);
562 @attributes_ignored = grep { /^attribute_ignored/; } readdir(DIR);