Searched refs:CHECK_RE (Results 1 – 9 of 9) sorted by relevance
50 CHECK_RE = re.compile(r'^\s*;\s*([^:]+?)(?:-NEXT|-NOT|-DAG|-LABEL)?:') variable131 m = CHECK_RE.match(input_line)213 m = CHECK_RE.match(input_line)
70 CHECK_RE = re.compile(r'^\s*;\s*([^:]+?)(?:-NEXT|-NOT|-DAG|-LABEL)?:') variable263 m = CHECK_RE.match(input_line)351 m = CHECK_RE.match(input_line)
141 m = common.CHECK_RE.match(input_line)
159 m = common.CHECK_RE.match(input_line)
158 m = common.CHECK_RE.match(input_line)
316 m = common.CHECK_RE.match(line)
446 m = common.CHECK_RE.match(input_line)
276 m = common.CHECK_RE.match(input_line)
123 m = CHECK_RE.match(input_line)149 CHECK_RE = re.compile(r'^\s*(?://|[;#])\s*([^:]+?)(?:-NEXT|-NOT|-DAG|-LABEL|-SAME|-EMPTY)?:') variable637 m = CHECK_RE.match(line)