Searched refs:INCLUDE_RE (Results 1 – 3 of 3) sorted by relevance
7 INCLUDE_RE = re.compile('^#include "([^"]*)"$') variable10 match = INCLUDE_RE.match(line)
68 INCLUDE_RE = re.compile(r"^(TF_\w*)$|"294 if not INCLUDE_RE.search(line):
1610 INCLUDE_RE = re.compile(r'#include (".+"|<.+>)') variable1649 if INCLUDE_RE.match(line):