Home | History | Annotate | Download | only in tools

Lines Matching refs:match_result

1980   match_result = Match(regexp, line)
1981 if match_result:
1984 function_name = match_result.group(1).split()[-1]