Searched defs:varnames (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Objects/clinic/ |
D | codeobject.c.h | 43 PyObject *varnames; in code_new() local
|
/external/python/cpython3/Objects/ |
D | codeobject.c | 707 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyUnstable_Code_NewWithPosOnlyArgs() 860 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyUnstable_Code_New() 1558 PyObject *varnames = FT_ATOMIC_LOAD_PTR(*cached_field); in get_cached_locals() local 1739 PyObject *varnames, PyObject *filename, PyObject *name, in code_new_impl() 2263 PyObject *varnames = NULL; in code_replace_impl() 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()
|