Home
last modified time | relevance | path

Searched refs:name_i (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Python/
Dast.c1581 int name_i = 1; in ast_for_funcdef_impl() local
1585 name = NEW_IDENTIFIER(CHILD(n, name_i)); in ast_for_funcdef_impl()
1588 if (forbidden_name(c, name, CHILD(n, name_i), 0)) in ast_for_funcdef_impl()
1590 args = ast_for_arguments(c, CHILD(n, name_i + 1)); in ast_for_funcdef_impl()
1593 if (TYPE(CHILD(n, name_i+2)) == RARROW) { in ast_for_funcdef_impl()
1594 returns = ast_for_expr(c, CHILD(n, name_i + 3)); in ast_for_funcdef_impl()
1597 name_i += 2; in ast_for_funcdef_impl()
1599 body = ast_for_suite(c, CHILD(n, name_i + 3)); in ast_for_funcdef_impl()
/external/python/cpython2/Python/
Dast.c899 int name_i = 1; in ast_for_funcdef() local
903 name = NEW_IDENTIFIER(CHILD(n, name_i)); in ast_for_funcdef()
906 else if (!forbidden_check(c, CHILD(n, name_i), STR(CHILD(n, name_i)))) in ast_for_funcdef()
908 args = ast_for_arguments(c, CHILD(n, name_i + 1)); in ast_for_funcdef()
911 body = ast_for_suite(c, CHILD(n, name_i + 3)); in ast_for_funcdef()
/external/googletest/googlemock/include/gmock/
Dgmock-generated-actions.h.pump218 // parameters and n value parameters. name_i is the name of the i-th
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-actions.h.pump445 // parameters and n value parameters. name_i is the name of the i-th
/external/googletest/googlemock/docs/
DCookBook.md3438 between 0 and 10. `name_i` is the name of the i-th template