Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp118 ThrowExpr, enumerator
346 return PGOHash::ThrowExpr; in DEFINE_NESTABLE_TRAVERSAL()
H A DCGExpr.cpp4511 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { in EmitLValueOrThrowExpression() local
4512 CGF.EmitCXXThrowExpr(ThrowExpr, /*KeepInsertionPoint*/false); in EmitLValueOrThrowExpression()
4542 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(live->IgnoreParens())) { in EmitConditionalOperatorLValue() local
4543 EmitCXXThrowExpr(ThrowExpr); in EmitConditionalOperatorLValue()
H A DCGObjCMac.cpp4952 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
4953 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
7841 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
7842 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
H A DCGObjCGNU.cpp3952 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
3953 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h98 X(ThrowExpr) \
2026 class ThrowExpr : public Node {
2030 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} in ThrowExpr() function
5004 return make<ThrowExpr>(Ex); in parseExpr()