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.py1498 def Begin(self, function_name): argument
1506 self.current_function = function_name
3576 function_name = match_result.group(1).split()[-1]
3577 if function_name == 'TEST' or function_name == 'TEST_F' or (
3578 not Match(r'[A-Z_]+$', function_name)):
5311 function_name = re.search(r'\b((?:string)?printf)\s*\(',
5315 % (function_name, match.group(1)))
Dcheckpatch.pl6936 my $function_name = $1;