Home
last modified time | relevance | path

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

/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dcompile.c179 static int compiler_with(struct compiler *, stmt_ty);
2185 return compiler_with(c, s); in compiler_visit_stmt()
2902 compiler_with(struct compiler *c, stmt_ty s) in compiler_with() function
/dports/lang/python27/Python-2.7.18/Python/
H A Dcompile.c179 static int compiler_with(struct compiler *, stmt_ty);
2185 return compiler_with(c, s); in compiler_visit_stmt()
2902 compiler_with(struct compiler *c, stmt_ty s) in compiler_with() function
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dcompile.c179 static int compiler_with(struct compiler *, stmt_ty);
2202 return compiler_with(c, s); in compiler_visit_stmt()
2920 compiler_with(struct compiler *c, stmt_ty s) in compiler_with() function
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dcompile.c204 static int compiler_with(struct compiler *, stmt_ty, int);
3393 return compiler_with(c, s, 0); in compiler_visit_stmt()
4771 compiler_with(struct compiler *c, stmt_ty s, int pos) in compiler_with() function
4805 else if (!compiler_with(c, s, pos)) in compiler_with()
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dcompile.c204 static int compiler_with(struct compiler *, stmt_ty, int);
3393 return compiler_with(c, s, 0); in compiler_visit_stmt()
4771 compiler_with(struct compiler *c, stmt_ty s, int pos) in compiler_with() function
4805 else if (!compiler_with(c, s, pos)) in compiler_with()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dcompile.c204 static int compiler_with(struct compiler *, stmt_ty, int);
3393 return compiler_with(c, s, 0); in compiler_visit_stmt()
4771 compiler_with(struct compiler *c, stmt_ty s, int pos) in compiler_with() function
4805 else if (!compiler_with(c, s, pos)) in compiler_with()
/dports/lang/python37/Python-3.7.12/Python/
H A Dcompile.c196 static int compiler_with(struct compiler *, stmt_ty, int);
3055 return compiler_with(c, s, 0); in compiler_visit_stmt()
4333 compiler_with(struct compiler *c, stmt_ty s, int pos) in compiler_with() function
4367 else if (!compiler_with(c, s, pos)) in compiler_with()
/dports/lang/python38/Python-3.8.12/Python/
H A Dcompile.c204 static int compiler_with(struct compiler *, stmt_ty, int);
3393 return compiler_with(c, s, 0); in compiler_visit_stmt()
4771 compiler_with(struct compiler *c, stmt_ty s, int pos) in compiler_with() function
4805 else if (!compiler_with(c, s, pos)) in compiler_with()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dcompile.c204 static int compiler_with(struct compiler *, stmt_ty, int);
3393 return compiler_with(c, s, 0); in compiler_visit_stmt()
4771 compiler_with(struct compiler *c, stmt_ty s, int pos) in compiler_with() function
4805 else if (!compiler_with(c, s, pos)) in compiler_with()
/dports/lang/python39/Python-3.9.9/Python/
H A Dcompile.c204 static int compiler_with(struct compiler *, stmt_ty, int);
3453 return compiler_with(c, s, 0); in compiler_visit_stmt()
4934 compiler_with(struct compiler *c, stmt_ty s, int pos) in compiler_with() function
4970 else if (!compiler_with(c, s, pos)) in compiler_with()
/dports/lang/python310/Python-3.10.1/Python/
H A Dcompile.c284 static int compiler_with(struct compiler *, stmt_ty, int);
3573 return compiler_with(c, s, 0); in compiler_visit_stmt()
5111 compiler_with(struct compiler *c, stmt_ty s, int pos) in compiler_with() function
5147 else if (!compiler_with(c, s, pos)) in compiler_with()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dcompile.c315 static int compiler_with(struct compiler *, stmt_ty, int);
3639 return compiler_with(c, s, 0); in compiler_visit_stmt()
5222 compiler_with(struct compiler *c, stmt_ty s, int pos) in compiler_with() function
5260 else if (!compiler_with(c, s, pos)) in compiler_with()