Home
last modified time | relevance | path

Searched defs:varnames (Results 1 – 21 of 21) sorted by relevance

/external/python/cpython2/Lib/
Ddis.py110 def disassemble_string(code, lasti=-1, varnames=None, names=None, argument
/external/python/cpython3/Lib/
Ddis.py301 def _get_instructions_bytes(code, varnames=None, names=None, constants=None, argument
370 def _disassemble_bytes(code, lasti=-1, varnames=None, names=None, argument
/external/python/cpython2/Objects/
Dcodeobject.c95 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_New()
279 PyObject *varnames, *ourvarnames = NULL; in code_new() local
/external/python/cpython3/Objects/
Dcodeobject.c100 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_New()
354 PyObject *varnames, *ourvarnames = NULL; in code_new() local
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp190 VarExprAST(const std::vector<std::pair<std::string, ExprAST*> > &varnames, in VarExprAST()
Dtoy.cpp191 VarExprAST(const std::vector<std::pair<std::string, ExprAST*> > &varnames, in VarExprAST()
/external/python/cpython2/Python/
Dmarshal.c1012 PyObject *varnames = NULL; in r_object() local
Dcompile.c3811 PyObject *varnames = NULL; in makecode() local
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
Dtoy.cpp187 VarExprAST(const std::vector<std::pair<std::string, ExprAST*> > &varnames, in VarExprAST()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp190 VarExprAST(const std::vector<std::pair<std::string, ExprAST*> > &varnames, in VarExprAST()
Dtoy.cpp191 VarExprAST(const std::vector<std::pair<std::string, ExprAST*> > &varnames, in VarExprAST()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp205 VarExprAST(const std::vector<std::pair<std::string, ExprAST*> > &varnames, in VarExprAST()
Dtoy.cpp212 VarExprAST(const std::vector<std::pair<std::string, ExprAST*> > &varnames, in VarExprAST()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp205 VarExprAST(const std::vector<std::pair<std::string, ExprAST*> > &varnames, in VarExprAST()
Dtoy.cpp212 VarExprAST(const std::vector<std::pair<std::string, ExprAST*> > &varnames, in VarExprAST()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp189 VarExprAST(const std::vector<std::pair<std::string, ExprAST*> > &varnames, in VarExprAST()
/external/python/cpython3/Python/
Dmarshal.c1369 PyObject *varnames = NULL; in r_object() local
Dcompile.c5374 PyObject *varnames = NULL; in makecode() local
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp189 VarExprAST(const std::vector<std::pair<std::string, ExprAST*> > &varnames, in VarExprAST()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp231 VarExprAST(const std::vector<std::pair<std::string, ExprAST*> > &varnames, in VarExprAST()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp231 VarExprAST(const std::vector<std::pair<std::string, ExprAST*> > &varnames, in VarExprAST()