Home
last modified time | relevance | path

Searched refs:maybeDestroyLocals (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp4515 auto maybeDestroyLocals = [&]() -> bool { in visitExpr() local
4525 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()