Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Dcoverage.c7 static int another_function(int *y) { in another_function() function
29 *y = another_function(x); in function_which_doesnt_give_up_nested()
52 *x += another_function(x); in coverage4()
/external/python/cpython2/Doc/library/
Dtraceback.rst246 >>> def another_function():
254 >>> another_function()
256 another_function()
257 File "<doctest>", line 3, in another_function
261 [('<doctest>', 10, '<module>', 'another_function()'),
262 ('<doctest>', 3, 'another_function', 'lumberstack()'),
264 [' File "<doctest>", line 10, in <module>\n another_function()\n',
265 ' File "<doctest>", line 3, in another_function\n lumberstack()\n',
/external/python/cpython3/Doc/library/
Dtraceback.rst437 >>> def another_function():
445 >>> another_function()
447 another_function()
448 File "<doctest>", line 3, in another_function
452 [('<doctest>', 10, '<module>', 'another_function()'),
453 ('<doctest>', 3, 'another_function', 'lumberstack()'),
455 [' File "<doctest>", line 10, in <module>\n another_function()\n',
456 ' File "<doctest>", line 3, in another_function\n lumberstack()\n',