Searched refs:IR_FUNCTION_RE (Results 1 – 4 of 4) sorted by relevance
183 m = common.IR_FUNCTION_RE.match(input_line)201 m = common.IR_FUNCTION_RE.match(input_line)
172 m = common.IR_FUNCTION_RE.match(input_line)
194 m = common.IR_FUNCTION_RE.match(input_line)
192 IR_FUNCTION_RE = re.compile(r'^\s*define\s+(?:internal\s+)?[^@]*@"?([\w.$-]+)"?\s*\(') variable