Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCMac.cpp4063 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
4064 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
6947 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
6948 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
HDCGObjCGNU.cpp2663 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
2664 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
HDCGExpr.cpp2858 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { in EmitLValueOrThrowExpression() local
2859 CGF.EmitCXXThrowExpr(ThrowExpr, /*KeepInsertionPoint*/false); in EmitLValueOrThrowExpression()