/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 383 def _disassemble_bytes(code, lasti=-1, varnames=None, names=None, argument
|
/external/python/cpython3/Objects/ |
D | codeobject.c | 120 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_NewWithPosOnlyArgs() 270 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_New() 457 PyObject *varnames, *ourvarnames = NULL; 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/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-project/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/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-project/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/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-project/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/initial/ |
D | toy.cpp | 189 VarExprAST(const std::vector<std::pair<std::string, ExprAST*> > &varnames, in VarExprAST()
|
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 231 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 | 1309 PyObject *varnames = NULL; in r_object() local
|
D | compile.c | 5902 PyObject *varnames = NULL; in makecode() local
|