Searched refs:symtable (Results 1 – 17 of 17) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | symtable.h | 13 struct symtable { struct 46 struct symtable *ste_table; 55 PyAPI_FUNC(struct symtable *) PySymtable_Build(mod_ty, const char *, 57 PyAPI_FUNC(PySTEntryObject *) PySymtable_Lookup(struct symtable *, void *); 59 PyAPI_FUNC(void) PySymtable_Free(struct symtable *);
|
D | pythonrun.h | 68 PyAPI_FUNC(struct symtable *) Py_SymtableString(const char *, const char *, int);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | symtable.h | 13 struct symtable { struct 46 struct symtable *ste_table; 55 PyAPI_FUNC(struct symtable *) PySymtable_Build(mod_ty, const char *, 57 PyAPI_FUNC(PySTEntryObject *) PySymtable_Lookup(struct symtable *, void *); 59 PyAPI_FUNC(void) PySymtable_Free(struct symtable *);
|
D | pythonrun.h | 68 PyAPI_FUNC(struct symtable *) Py_SymtableString(const char *, const char *, int);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_symtable.py | 4 import symtable 48 top = symtable.symtable(TEST_CODE, "?", "exec") 162 symtable.symtable(brokencode, "spam", "exec") 171 symbols = symtable.symtable("42", "?", "eval") 174 symbols = symtable.symtable("42", "?", "single") 177 symbols = symtable.symtable("def f(x): return x", "?", "exec")
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | symtable.c | 21 ste_new(struct symtable *st, identifier name, _Py_block_ty block, in ste_new() 162 static int symtable_analyze(struct symtable *st); 163 static int symtable_warn(struct symtable *st, char *msg, int lineno); 164 static int symtable_enter_block(struct symtable *st, identifier name, 166 static int symtable_exit_block(struct symtable *st, void *ast); 167 static int symtable_visit_stmt(struct symtable *st, stmt_ty s); 168 static int symtable_visit_expr(struct symtable *st, expr_ty s); 169 static int symtable_visit_genexp(struct symtable *st, expr_ty s); 170 static int symtable_visit_setcomp(struct symtable *st, expr_ty e); 171 static int symtable_visit_dictcomp(struct symtable *st, expr_ty e); [all …]
|
D | pythonrun.c | 1408 struct symtable * 1411 struct symtable *st; in Py_SymtableString()
|
D | compile.c | 137 struct symtable *c_st;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | symtable.c | 21 ste_new(struct symtable *st, identifier name, _Py_block_ty block, in ste_new() 164 static int symtable_analyze(struct symtable *st); 165 static int symtable_warn(struct symtable *st, char *msg, int lineno); 166 static int symtable_enter_block(struct symtable *st, identifier name, 168 static int symtable_exit_block(struct symtable *st, void *ast); 169 static int symtable_visit_stmt(struct symtable *st, stmt_ty s); 170 static int symtable_visit_expr(struct symtable *st, expr_ty s); 171 static int symtable_visit_genexp(struct symtable *st, expr_ty s); 172 static int symtable_visit_setcomp(struct symtable *st, expr_ty e); 173 static int symtable_visit_dictcomp(struct symtable *st, expr_ty e); [all …]
|
D | pythonrun.c | 1433 struct symtable * 1436 struct symtable *st; in Py_SymtableString()
|
D | compile.c | 137 struct symtable *c_st;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | symtable.py | 12 def symtable(code, filename, compile_type): function 13 raw = _symtable.symtable(code, filename, compile_type) 239 mod = symtable(src, os.path.split(sys.argv[0])[1], "exec")
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | symtablemodule.c | 11 struct symtable *st; in symtable_symtable()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | symtablemodule.c | 11 struct symtable *st; in symtable_symtable()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ |
D | symbols.py | 417 import symtable 428 syms = symtable.symtable(buf, file, "exec")
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/ |
D | Python2710.inf | 112 Python/symtable.c
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/ |
D | PythonCore.inf | 116 Python-$(PYTHON_VERSION)/Python/symtable.c
|