Lines Matching refs:result
376 // i items off of the stack. The end result looks like this (with each block
458 PyObject *result;
504 result = PyUnicode_New(1 + nlen + plen, maxchar);
505 if (!result)
508 PyUnicode_WRITE(PyUnicode_KIND(result), PyUnicode_DATA(result), 0, '_');
509 if (PyUnicode_CopyCharacters(result, 1, privateobj, ipriv, plen) < 0) {
510 Py_DECREF(result);
513 if (PyUnicode_CopyCharacters(result, plen+1, ident, 0, nlen) < 0) {
514 Py_DECREF(result);
517 assert(_PyUnicode_CheckConsistency(result, 1));
518 return result;
844 basicblock *result = compiler_new_block(c);
845 if (result == NULL) {
849 int n = compiler_next_instr(result);
853 result->b_instr[n] = block->b_instr[i];
855 result->b_exit = block->b_exit;
856 result->b_nofallthrough = 1;
857 return result;
1090 * Restore the stack position to the position before the result
3620 [orig, exc] BUILD_LIST ) list for raised/reraised excs ("result")
3878 merely needs to bind the result to a name.
5208 result of that call being the result of the expression.
5685 /* Discard result from context.__aenter__() */
5782 /* Discard result from context.__enter__() */
7105 int result = compiler_match_inner(c, s, &pc);
7107 return result;
8924 result of the first test implies the success of a similar