Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dcodeobject.c.h43 PyObject *varnames; in code_new() local
/external/python/cpython3/Objects/
Dcodeobject.c707 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/
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/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/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp231 VarExprAST(const std::vector<std::pair<std::string, ExprAST*> > &varnames, in VarExprAST()