Searched refs:emptyline (Results 1 – 4 of 4) sorted by relevance
22 emptyline = re.compile(r'\s*(\;\s*)?') variable27 while len(lines) and emptyline.fullmatch(lines[0]):34 while len(lines) and emptyline.fullmatch(lines[-1]):406 elif emptyline.fullmatch(line):
1 // RUN: %clang_cc1 -mllvm -emptyline-comment-coverage=false -fprofile-instrument=clang -fcoverage-m…