Home | History | Annotate | Download | only in tools

Lines Matching refs:match_result

2304   match_result = Match(regexp, line)
2305 if match_result:
2308 function_name = match_result.group(1).split()[-1]