Searched refs:CheckForNonStandardConstructs (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 1750 def CheckForNonStandardConstructs(filename, clean_lines, linenum, function 3806 CheckForNonStandardConstructs(filename, clean_lines, line,
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 2083 def CheckForNonStandardConstructs(filename, clean_lines, linenum, function 4523 CheckForNonStandardConstructs(filename, clean_lines, line,
|
/external/libaom/libaom/tools/ |
D | cpplint.py | 2083 def CheckForNonStandardConstructs(filename, clean_lines, linenum, function 4523 CheckForNonStandardConstructs(filename, clean_lines, line,
|
/external/google-styleguide/cpplint/ |
D | cpplint.py | 2774 def CheckForNonStandardConstructs(filename, clean_lines, linenum, function 5797 CheckForNonStandardConstructs(filename, clean_lines, line,
|
D | cpplint_unittest.py | 150 cpplint.CheckForNonStandardConstructs('foo.h', lines, i,
|