HomeSort by: relevance | last modified time | path
    Searched refs:raw_line (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/utils/analyzer/
exploded-graph-rewriter.py 340 def add_raw_line(self, raw_line):
341 if raw_line.startswith('//'):
346 if len(raw_line) > 0 and raw_line[-1] != ';':
347 self.incomplete_line += raw_line
349 raw_line = self.incomplete_line + raw_line
354 logging.debug('Line: ' + raw_line)
355 result = self.edge_re.match(raw_line)
363 result = self.node_re.match(raw_line)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 360 def ParseNolintSuppressions(filename, raw_line, linenum, error):
369 raw_line: str, the line of input text, with comments.
374 matched = _RE_SUPPRESSION.search(raw_line)
1965 raw_line = raw[linenum]
3447 def CheckCStyleCast(filename, linenum, line, raw_line, cast_type, pattern,
3457 raw_line: The raw line of code to check, with comments.
3501 ('MockCallback<' not in raw_line and
3502 '/*' not in raw_line)):

Completed in 18 milliseconds