Searched refs:maybeDestroyLocals (Results 1 – 1 of 1) sorted by relevance
4515 auto maybeDestroyLocals = [&]() -> bool { in visitExpr() local4525 return this->emitRetVoid(E) && maybeDestroyLocals(); in visitExpr()4533 return this->emitRet(*T, E) && maybeDestroyLocals(); in visitExpr()4552 return this->emitRetValue(E) && maybeDestroyLocals(); in visitExpr()4555 return maybeDestroyLocals() && this->emitCheckAllocations(E) && false; in visitExpr()