Home
last modified time | relevance | path

Searched refs:IR_FUNCTION_RE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dupdate_test_checks.py183 m = common.IR_FUNCTION_RE.match(input_line)
201 m = common.IR_FUNCTION_RE.match(input_line)
H A Dupdate_analyze_test_checks.py172 m = common.IR_FUNCTION_RE.match(input_line)
H A Dupdate_llc_test_checks.py194 m = common.IR_FUNCTION_RE.match(input_line)
/netbsd-src/external/apache2/llvm/dist/llvm/utils/UpdateTestChecks/
H A Dcommon.py192 IR_FUNCTION_RE = re.compile(r'^\s*define\s+(?:internal\s+)?[^@]*@"?([\w.$-]+)"?\s*\(') variable