HomeSort by relevance Sort by last modified time
    Searched refs:trailing_whitespace_re (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/lint/
common_lint.py 63 trailing_whitespace_re = re.compile(r'\s+$')
66 if trailing_whitespace_re.match(line.rstrip('\n')):
  /external/swiftshader/third_party/LLVM/utils/lint/
common_lint.py 63 trailing_whitespace_re = re.compile(r'\s+$')
66 if trailing_whitespace_re.match(line.rstrip('\n')):

Completed in 276 milliseconds