Searched defs:line_regex (Results 1 – 2 of 2) sorted by relevance
23 line_regex = re.compile(r'^(\S+)\s+u:object_r:([^:]+):s0.*$') variable
921 static const std::regex line_regex( // matches #line directives in GetLineAndFilename() local