| /external/python/cpython2/Lib/ |
| D | dis.py | 110 def disassemble_string(code, lasti=-1, varnames=None, names=None, argument
|
| /external/python/cpython3/Lib/ |
| D | dis.py | 311 def _get_instructions_bytes(code, varnames=None, names=None, constants=None, argument 386 def _disassemble_bytes(code, lasti=-1, varnames=None, names=None, argument
|
| /external/python/cpython3/Objects/clinic/ |
| D | codeobject.c.h | 34 PyObject *varnames; in code_new() local
|
| /external/python/cpython2/Objects/ |
| D | codeobject.c | 95 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_New() 279 PyObject *varnames, *ourvarnames = NULL; in code_new() local
|
| /external/python/cpython3/Objects/ |
| D | codeobject.c | 120 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_NewWithPosOnlyArgs() 278 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_New() 552 PyObject *varnames, PyObject *filename, PyObject *name, in code_new_impl()
|
| /external/python/cpython2/Python/ |
| D | marshal.c | 1012 PyObject *varnames = NULL; in r_object() local
|
| D | compile.c | 3811 PyObject *varnames = NULL; in makecode() local
|
| /external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
| D | toy-jit.cpp | 190 VarExprAST(const std::vector<std::pair<std::string, ExprAST*> > &varnames, in VarExprAST()
|
| D | toy.cpp | 191 VarExprAST(const std::vector<std::pair<std::string, ExprAST*> > &varnames, in VarExprAST()
|
| /external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
| D | toy-jit.cpp | 205 VarExprAST(const std::vector<std::pair<std::string, ExprAST*> > &varnames, in VarExprAST()
|
| D | toy.cpp | 212 VarExprAST(const std::vector<std::pair<std::string, ExprAST*> > &varnames, in VarExprAST()
|
| /external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
| D | toy.cpp | 189 VarExprAST(const std::vector<std::pair<std::string, ExprAST*> > &varnames, in VarExprAST()
|
| /external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
| D | toy.cpp | 231 VarExprAST(const std::vector<std::pair<std::string, ExprAST*> > &varnames, in VarExprAST()
|
| /external/python/cpython3/Python/ |
| D | marshal.c | 1313 PyObject *varnames = NULL; in r_object() local
|
| D | compile.c | 6899 PyObject *varnames = NULL; in makecode() local
|