Home
last modified time | relevance | path

Searched refs:ast_for_suite (Results 1 – 12 of 12) sorted by relevance

/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dast.c2845 seq1 = ast_for_suite(c, CHILD(n, 3)); in ast_for_if_stmt()
2848 seq2 = ast_for_suite(c, CHILD(n, 6)); in ast_for_if_stmt()
2954 seq1 = ast_for_suite(c, CHILD(n, 3)); in ast_for_while_stmt()
2982 seq = ast_for_suite(c, CHILD(n, 8)); in ast_for_for_stmt()
3032 suite_seq = ast_for_suite(c, body); in ast_for_except_clause()
3050 suite_seq = ast_for_suite(c, body); in ast_for_except_clause()
3073 body = ast_for_suite(c, CHILD(n, 2)); in ast_for_try_stmt()
3180 inner = ast_for_suite(c, CHILD(n, i)); in ast_for_with_stmt()
3215 s = ast_for_suite(c, CHILD(n, 3)); in ast_for_classdef()
3226 s = ast_for_suite(c, CHILD(n,5)); in ast_for_classdef()
[all …]
/dports/lang/python27/Python-2.7.18/Python/
H A Dast.c2845 seq1 = ast_for_suite(c, CHILD(n, 3)); in ast_for_if_stmt()
2848 seq2 = ast_for_suite(c, CHILD(n, 6)); in ast_for_if_stmt()
2954 seq1 = ast_for_suite(c, CHILD(n, 3)); in ast_for_while_stmt()
2982 seq = ast_for_suite(c, CHILD(n, 8)); in ast_for_for_stmt()
3032 suite_seq = ast_for_suite(c, body); in ast_for_except_clause()
3050 suite_seq = ast_for_suite(c, body); in ast_for_except_clause()
3073 body = ast_for_suite(c, CHILD(n, 2)); in ast_for_try_stmt()
3180 inner = ast_for_suite(c, CHILD(n, i)); in ast_for_with_stmt()
3215 s = ast_for_suite(c, CHILD(n, 3)); in ast_for_classdef()
3226 s = ast_for_suite(c, CHILD(n,5)); in ast_for_classdef()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dast.c2825 seq1 = ast_for_suite(c, CHILD(n, 3)); in ast_for_if_stmt()
2828 seq2 = ast_for_suite(c, CHILD(n, 6)); in ast_for_if_stmt()
2934 seq1 = ast_for_suite(c, CHILD(n, 3)); in ast_for_while_stmt()
2962 seq = ast_for_suite(c, CHILD(n, 8)); in ast_for_for_stmt()
3012 suite_seq = ast_for_suite(c, body); in ast_for_except_clause()
3030 suite_seq = ast_for_suite(c, body); in ast_for_except_clause()
3053 body = ast_for_suite(c, CHILD(n, 2)); in ast_for_try_stmt()
3160 inner = ast_for_suite(c, CHILD(n, i)); in ast_for_with_stmt()
3195 s = ast_for_suite(c, CHILD(n, 3)); in ast_for_classdef()
3206 s = ast_for_suite(c, CHILD(n,5)); in ast_for_classdef()
[all …]
/dports/devel/py-typed-ast/typed_ast-1.5.0/ast27/Python/
H A Dast.c3006 seq1 = ast_for_suite(c, CHILD(n, 3)); in ast_for_if_stmt()
3009 seq2 = ast_for_suite(c, CHILD(n, 6)); in ast_for_if_stmt()
3115 seq1 = ast_for_suite(c, CHILD(n, 3)); in ast_for_while_stmt()
3118 seq2 = ast_for_suite(c, CHILD(n, 6)); in ast_for_while_stmt()
3202 suite_seq = ast_for_suite(c, body); in ast_for_except_clause()
3220 suite_seq = ast_for_suite(c, body); in ast_for_except_clause()
3243 body = ast_for_suite(c, CHILD(n, 2)); in ast_for_try_stmt()
3353 inner = ast_for_suite(c, CHILD(n, i)); in ast_for_with_stmt()
3395 s = ast_for_suite(c, CHILD(n, 3)); in ast_for_classdef()
3406 s = ast_for_suite(c, CHILD(n,5)); in ast_for_classdef()
[all …]
/dports/lang/python37/Python-3.7.12/Python/
H A Dast.c3561 seq1 = ast_for_suite(c, CHILD(n, 3)); in ast_for_if_stmt()
3564 seq2 = ast_for_suite(c, CHILD(n, 6)); in ast_for_if_stmt()
3669 seq1 = ast_for_suite(c, CHILD(n, 3)); in ast_for_while_stmt()
3672 seq2 = ast_for_suite(c, CHILD(n, 6)); in ast_for_while_stmt()
3697 seq = ast_for_suite(c, CHILD(n, 8)); in ast_for_for_stmt()
3753 suite_seq = ast_for_suite(c, body); in ast_for_except_clause()
3771 suite_seq = ast_for_suite(c, body); in ast_for_except_clause()
3794 body = ast_for_suite(c, CHILD(n, 2)); in ast_for_try_stmt()
3915 s = ast_for_suite(c, CHILD(n, 3)); in ast_for_classdef()
3928 s = ast_for_suite(c, CHILD(n, 5)); in ast_for_classdef()
[all …]
/dports/lang/python39/Python-3.9.9/Python/
H A Dast.c3776 ast_for_suite(struct compiling *c, const node *n) in ast_for_suite() function
3899 seq1 = ast_for_suite(c, CHILD(n, 3)); in ast_for_if_stmt()
3902 seq2 = ast_for_suite(c, CHILD(n, 6)); in ast_for_if_stmt()
4020 seq1 = ast_for_suite(c, CHILD(n, 3)); in ast_for_while_stmt()
4023 seq2 = ast_for_suite(c, CHILD(n, 6)); in ast_for_while_stmt()
4137 suite_seq = ast_for_suite(c, body); in ast_for_except_clause()
4157 suite_seq = ast_for_suite(c, body); in ast_for_except_clause()
4183 body = ast_for_suite(c, CHILD(n, 2)); in ast_for_try_stmt()
4339 s = ast_for_suite(c, CHILD(n, 3)); in ast_for_classdef()
4355 s = ast_for_suite(c, CHILD(n, 5)); in ast_for_classdef()
[all …]
/dports/devel/py-typed-ast/typed_ast-1.5.0/ast3/Python/
H A Dast.c3720 ast_for_suite(struct compiling *c, const node *n) in ast_for_suite() function
3826 seq1 = ast_for_suite(c, CHILD(n, 3)); in ast_for_if_stmt()
3829 seq2 = ast_for_suite(c, CHILD(n, 6)); in ast_for_if_stmt()
3934 seq1 = ast_for_suite(c, CHILD(n, 3)); in ast_for_while_stmt()
3937 seq2 = ast_for_suite(c, CHILD(n, 6)); in ast_for_while_stmt()
4037 suite_seq = ast_for_suite(c, body); in ast_for_except_clause()
4055 suite_seq = ast_for_suite(c, body); in ast_for_except_clause()
4078 body = ast_for_suite(c, CHILD(n, 2)); in ast_for_try_stmt()
4217 s = ast_for_suite(c, CHILD(n, 3)); in ast_for_classdef()
4230 s = ast_for_suite(c, CHILD(n, 5)); in ast_for_classdef()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dast.c3909 ast_for_suite(struct compiling *c, const node *n) in ast_for_suite() function
4032 seq1 = ast_for_suite(c, CHILD(n, 3)); in ast_for_if_stmt()
4035 seq2 = ast_for_suite(c, CHILD(n, 6)); in ast_for_if_stmt()
4153 seq1 = ast_for_suite(c, CHILD(n, 3)); in ast_for_while_stmt()
4156 seq2 = ast_for_suite(c, CHILD(n, 6)); in ast_for_while_stmt()
4270 suite_seq = ast_for_suite(c, body); in ast_for_except_clause()
4290 suite_seq = ast_for_suite(c, body); in ast_for_except_clause()
4316 body = ast_for_suite(c, CHILD(n, 2)); in ast_for_try_stmt()
4472 s = ast_for_suite(c, CHILD(n, 3)); in ast_for_classdef()
4488 s = ast_for_suite(c, CHILD(n, 5)); in ast_for_classdef()
[all …]
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dast.c3909 ast_for_suite(struct compiling *c, const node *n) in ast_for_suite() function
4032 seq1 = ast_for_suite(c, CHILD(n, 3)); in ast_for_if_stmt()
4035 seq2 = ast_for_suite(c, CHILD(n, 6)); in ast_for_if_stmt()
4153 seq1 = ast_for_suite(c, CHILD(n, 3)); in ast_for_while_stmt()
4156 seq2 = ast_for_suite(c, CHILD(n, 6)); in ast_for_while_stmt()
4270 suite_seq = ast_for_suite(c, body); in ast_for_except_clause()
4290 suite_seq = ast_for_suite(c, body); in ast_for_except_clause()
4316 body = ast_for_suite(c, CHILD(n, 2)); in ast_for_try_stmt()
4472 s = ast_for_suite(c, CHILD(n, 3)); in ast_for_classdef()
4488 s = ast_for_suite(c, CHILD(n, 5)); in ast_for_classdef()
[all …]
/dports/lang/python38/Python-3.8.12/Python/
H A Dast.c3909 ast_for_suite(struct compiling *c, const node *n) in ast_for_suite() function
4032 seq1 = ast_for_suite(c, CHILD(n, 3)); in ast_for_if_stmt()
4035 seq2 = ast_for_suite(c, CHILD(n, 6)); in ast_for_if_stmt()
4153 seq1 = ast_for_suite(c, CHILD(n, 3)); in ast_for_while_stmt()
4156 seq2 = ast_for_suite(c, CHILD(n, 6)); in ast_for_while_stmt()
4270 suite_seq = ast_for_suite(c, body); in ast_for_except_clause()
4290 suite_seq = ast_for_suite(c, body); in ast_for_except_clause()
4316 body = ast_for_suite(c, CHILD(n, 2)); in ast_for_try_stmt()
4472 s = ast_for_suite(c, CHILD(n, 3)); in ast_for_classdef()
4488 s = ast_for_suite(c, CHILD(n, 5)); in ast_for_classdef()
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dast.c3909 ast_for_suite(struct compiling *c, const node *n) in ast_for_suite() function
4032 seq1 = ast_for_suite(c, CHILD(n, 3)); in ast_for_if_stmt()
4035 seq2 = ast_for_suite(c, CHILD(n, 6)); in ast_for_if_stmt()
4153 seq1 = ast_for_suite(c, CHILD(n, 3)); in ast_for_while_stmt()
4156 seq2 = ast_for_suite(c, CHILD(n, 6)); in ast_for_while_stmt()
4270 suite_seq = ast_for_suite(c, body); in ast_for_except_clause()
4290 suite_seq = ast_for_suite(c, body); in ast_for_except_clause()
4316 body = ast_for_suite(c, CHILD(n, 2)); in ast_for_try_stmt()
4472 s = ast_for_suite(c, CHILD(n, 3)); in ast_for_classdef()
4488 s = ast_for_suite(c, CHILD(n, 5)); in ast_for_classdef()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dast.c3909 ast_for_suite(struct compiling *c, const node *n) in ast_for_suite() function
4032 seq1 = ast_for_suite(c, CHILD(n, 3)); in ast_for_if_stmt()
4035 seq2 = ast_for_suite(c, CHILD(n, 6)); in ast_for_if_stmt()
4153 seq1 = ast_for_suite(c, CHILD(n, 3)); in ast_for_while_stmt()
4156 seq2 = ast_for_suite(c, CHILD(n, 6)); in ast_for_while_stmt()
4270 suite_seq = ast_for_suite(c, body); in ast_for_except_clause()
4290 suite_seq = ast_for_suite(c, body); in ast_for_except_clause()
4316 body = ast_for_suite(c, CHILD(n, 2)); in ast_for_try_stmt()
4472 s = ast_for_suite(c, CHILD(n, 3)); in ast_for_classdef()
4488 s = ast_for_suite(c, CHILD(n, 5)); in ast_for_classdef()
[all …]