Searched refs:IR_FUNCTION_RE (Results 1 – 6 of 6) sorted by relevance
43 IR_FUNCTION_RE = re.compile('^\s*define\s+(?:internal\s+)?[^@]*@(\w+)\s*\(') variable238 m = IR_FUNCTION_RE.match(input_line)
59 IR_FUNCTION_RE = re.compile('^\s*define\s+(?:internal\s+)?[^@]*@([\w-]+)\s*\(') variable379 m = IR_FUNCTION_RE.match(input_line)
169 m = common.IR_FUNCTION_RE.match(input_line)
185 m = common.IR_FUNCTION_RE.match(input_line)
180 m = common.IR_FUNCTION_RE.match(input_line)
165 IR_FUNCTION_RE = re.compile(r'^\s*define\s+(?:internal\s+)?[^@]*@"?([\w.$-]+)"?\s*\(') variable