Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGObjCMac.cpp4128 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
4129 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
6997 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
6998 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
DCGObjCGNU.cpp2704 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
2705 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()