Home
last modified time | relevance | path

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

/tools/repohooks/tools/
Dcheckpatch.pl1966 sub raw_line { subroutine
1985 my $stat_real = raw_line($linenr, 0);
1987 $stat_real = $stat_real . "\n" . raw_line($count, 0);
1998 $herectx .= raw_line($linenr, $n) . "\n";
4303 my $stat_real = raw_line($linenr, $cond_lines);
5400 my $rl = raw_line($linenr, $n);
5595 $stat_real = raw_line($linenr, $cond_lines)
6746 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0));
6986 my $rl = raw_line($linenr, $n);
Dcpplint.py956 def ParseNolintSuppressions(filename, raw_line, linenum, error): argument
969 matched = Search(r'\bNOLINT(NEXTLINE)?\b(\([^)]+\))?', raw_line)