Home
last modified time | relevance | path

Searched defs:initialize_locals (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/mir/
Dlocals.rs37 pub(super) fn initialize_locals(&mut self, values: Vec<LocalRef<'tcx, Bx::Value>>) { in initialize_locals() method
/third_party/python/Python/
Dceval.c6137 initialize_locals(PyThreadState *tstate, PyFunctionObject *func, function