Searched refs:warningFilter (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/contrib/
H A Dwarn_summary87 warningFilter() function
117 # by the warningFilter function. This is done so that as the snapshot
182 warningFilter < $tmpfile
198 count=`warningFilter < $tmpfile | wc -l`
203 warningFilter < $tmpfile | srcdirFilter | $AWK -F: '{print$1}' | sort | \
208 warningFilter < $tmpfile | keywordFilter | sort | uniq -c | sort -nr

Completed in 122 milliseconds