Home | History | Annotate | Download | only in processors

Lines Matching refs:function_name

288     def begin(self, function_name):
292 function_name: The name of the function being tracked.
296 self.current_function = function_name
1141 function_name = match_result.group(1).split()[-1]
1142 if function_name == 'TEST' or function_name == 'TEST_F' or (not match(r'[A-Z_]+$', function_name)):