Home
last modified time | relevance | path

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

/tools/security/gdb/
Dparameters_extract.py230 function_name = function['name']
231 if function_name in function_breakpoints:
232 function_breakpoints[function_name].count += 1
233 function_breakpoints[function_name].args.append(None)
236 cur_bp = RecordPoint("{}".format(function_name))
/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')