/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
H A D | Thread.hpp | 90 std::shared_ptr<Scope> locals; member in vk::dbg::Frame
|
/third_party/python/Python/ |
H A D | frame.c | 17 PyObject **locals = _PyFrame_GetLocalsArray(frame); in _PyFrame_Traverse() local
|
H A D | bltinmodule.c | 273 builtin___import___impl(PyObject *module, PyObject *name, PyObject *globals, PyObject *locals, PyObject *fromlist, int level) builtin___import___impl() argument 904 builtin_eval_impl(PyObject *module, PyObject *source, PyObject *globals, PyObject *locals) builtin_eval_impl() argument 997 builtin_exec_impl(PyObject *module, PyObject *source, PyObject *globals, PyObject *locals, PyObject *closure) builtin_exec_impl() argument [all...] |
H A D | import.c | 1927 PyImport_ImportModuleLevel(const char *name, PyObject *globals, PyObject *locals, in PyImport_ImportModuleLevel() argument 1776 PyImport_ImportModuleLevelObject(PyObject *name, PyObject *globals, PyObject *locals, PyObject *fromlist, int level) PyImport_ImportModuleLevelObject() argument
|
H A D | pythonrun.c | 1689 run_eval_code_obj(PyThreadState *tstate, PyCodeObject *co, PyObject *globals, PyObject *locals) in run_eval_code_obj() argument 1722 run_mod(mod_ty mod, PyObject *filename, PyObject *globals, PyObject *locals, in run_mod() argument 1589 PyRun_StringFlags(const char *str, int start, PyObject *globals, PyObject *locals, PyCompilerFlags *flags) PyRun_StringFlags() argument 1612 pyrun_file(FILE *fp, PyObject *filename, int start, PyObject *globals, PyObject *locals, int closeit, PyCompilerFlags *flags) pyrun_file() argument 1642 PyRun_FileExFlags(FILE *fp, const char *filename, int start, PyObject *globals, PyObject *locals, int closeit, PyCompilerFlags *flags) PyRun_FileExFlags() argument 1741 run_pyc_file(FILE *fp, PyObject *globals, PyObject *locals, PyCompilerFlags *flags) run_pyc_file() argument [all...] |
H A D | specialize.c | 1775 _Py_Specialize_BinaryOp(PyObject *lhs, PyObject *rhs, _Py_CODEUNIT *instr, int oparg, PyObject **locals) _Py_Specialize_BinaryOp() argument
|
H A D | ceval.c | 1130 PyEval_EvalCode(PyObject *co, PyObject *globals, PyObject *locals) in PyEval_EvalCode() argument 2936 PyObject *locals local 3150 PyObject *name, *value, *locals = LOCALS(); global() local 3961 PyObject *from = POP(), *locals; global() local 4745 PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : PyFunction_GET_GLOBALS(function); global() local 6364 _PyEvalFramePushAndInit(PyThreadState *tstate, PyFunctionObject *func, PyObject *locals, PyObject* const* args, size_t argcount, PyObject *kwnames) global() argument 6417 _PyEval_Vector(PyThreadState *tstate, PyFunctionObject *func, PyObject *locals, PyObject* const* args, size_t argcount, PyObject *kwnames) global() argument 6450 PyEval_EvalCodeEx(PyObject *_co, PyObject *globals, PyObject *locals, PyObject *const *args, int argcount, PyObject *const *kws, int kwcount, PyObject *const *defs, int defcount, PyObject *kwdefs, PyObject *closure) global() argument 7191 PyObject *locals = current_frame->f_locals; global() local 7422 PyObject *locals = frame->f_locals; global() local 7524 import_all_from(PyThreadState *tstate, PyObject *locals, PyObject *v) global() argument [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | link_functions.cpp | 305 set *locals; member in __anon7176::call_link_visitor
|
/third_party/python/Include/internal/ |
H A D | pycore_frame.h | 102 _PyFrame_InitializeSpecials( _PyInterpreterFrame *frame, PyFunctionObject *func, PyObject *locals, int nlocalsplus) _PyFrame_InitializeSpecials() argument
|
/third_party/mbedtls/library/ |
H A D | ctr_drbg.c | 619 } locals; in mbedtls_ctr_drbg_random_with_add() local [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | js-inlining-heuristic.cc | 402 Node* locals = frame_state.locals(); in DuplicateFrameStateAndRename() local
|
H A D | common-operator.h | 632 Node* locals() const { in locals() function in v8::internal::compiler::FrameState
|
/third_party/python/Python/clinic/ |
H A D | bltinmodule.c.h | 43 PyObject *locals = NULL; in builtin___import__() local 389 PyObject *locals = Py_None; builtin_eval() local 441 PyObject *locals = Py_None; builtin_exec() local [all...] |
/third_party/gn/src/gn/ |
H A D | visual_studio_writer.cc | 516 std::unique_ptr<XmlElementWriter> locals = in WriteProjectFileContents() local
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-wasm-objects.cc | 638 auto locals = LocalsProxy::Create(frame); in Create() local
|
/third_party/python/Objects/ |
H A D | frameobject.c | 873 PyObject **locals = _PyFrame_GetLocalsArray(frame); in frame_dealloc() local 903 PyObject **locals = _PyFrame_GetLocalsArray(f->f_frame); in frame_tp_clear() local 1007 init_frame(_PyInterpreterFrame *frame, PyFunctionObject *func, PyObject *locals) in init_frame() argument 1039 PyFrame_New(PyThreadState *tstate, PyCodeObject *code, PyObject *globals, PyObject *locals) PyFrame_New() argument 1104 PyObject *locals; _PyFrame_FastToLocalsWithError() local 1225 PyObject *locals; _PyFrame_LocalsToFast() local [all...] |
H A D | object.c | 1550 PyObject *locals; in _dir_locals() local
|
/third_party/node/deps/v8/src/ast/ |
H A D | scopes.h | 226 base::ThreadedList<Variable>* locals() { return &locals_; } in locals() function in v8::internal::Scope
|
H A D | scopes.cc | 1865 void PrintMap(int indent, const char* label, VariableMap* map, bool locals, in PrintMap() argument
|
/third_party/node/deps/v8/src/asmjs/ |
H A D | asm-parser.cc | 903 ValidateFunctionLocals(size_t param_count, ZoneVector<ValueType>* locals) ValidateFunctionLocals() argument [all...] |
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-assembler.h | 1517 ValueKind* locals = in local_kind() local 1523 ValueKind* locals = in set_local_kind() local
|
/third_party/node/deps/v8/src/wasm/ |
H A D | graph-builder-interface.cc | 39 ZoneVector<TFNode*> locals; member 419 ZoneVector<TFNode*>* locals = &ssa_env_->locals; AllocateLocals() local 427 ZoneVector<TFNode*>* locals = &ssa_env_->locals; DeallocateLocals() local [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 1008 std::set<Location> locals; member in tgsi::Source
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | psaux.h | 658 FT_Byte** locals; member 1195 FT_Byte** locals; member
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction-selector.cc | 764 Node* locals = state.locals(); in AddInputsToFrameStateDescriptor() local 3281 int locals = state_info.local_count(); in GetFrameStateDescriptorInternal() local
|