Searched defs:varnames (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Lib/ |
D | dis.py | 110 def disassemble_string(code, lasti=-1, varnames=None, names=None, argument
|
/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 | 1006 PyObject *varnames = NULL; in r_object() local
|
D | compile.c | 3810 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/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 187 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()
|