Searched refs:cleanups (Results 26 - 26 of 26) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp296 // __weak objects always get EH cleanups; otherwise, exceptions
1306 const auto *cleanups = cast<ExprWithCleanups>(E); local
1307 enterFullExpression(cleanups);
1309 LValue LV = EmitLValue(cleanups->getSubExpr());
1312 // cleanups.

Completed in 121 milliseconds

12