Home
last modified time | relevance | path

Searched refs:function_name (Results 1 – 2 of 2) sorted by relevance

/tools/repohooks/tools/
Dcpplint.py1045 def Begin(self, function_name): argument
1053 self.current_function = function_name
3080 function_name = match_result.group(1).split()[-1]
3081 if function_name == 'TEST' or function_name == 'TEST_F' or (
3082 not Match(r'[A-Z_]+$', function_name)):
4775 function_name = re.search(r'\b((?:string)?printf)\s*\(',
4779 % (function_name, match.group(1)))
Dcheckpatch.pl6010 my $function_name = $1;
6018 $function_name ne 'uninitialized_var')