Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumNodes.def83 NODE(ThrowExpr)
H A DItaniumDemangle.h2189 class ThrowExpr : public Node {
2193 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} in ThrowExpr() function
4788 return make<ThrowExpr>(Ex); in parseExpr()
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumNodes.def83 NODE(ThrowExpr)
H A DItaniumDemangle.h2189 class ThrowExpr : public Node {
2193 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} in ThrowExpr() function
4788 return make<ThrowExpr>(Ex); in parseExpr()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenPGO.cpp119 ThrowExpr, enumerator
347 return PGOHash::ThrowExpr; in DEFINE_NESTABLE_TRAVERSAL()
H A DCGExpr.cpp4577 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { in EmitLValueOrThrowExpression() local
4578 CGF.EmitCXXThrowExpr(ThrowExpr, /*KeepInsertionPoint*/false); in EmitLValueOrThrowExpression()
4603 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Live->IgnoreParens())) { in HandleConditionalOperatorLValueSimpleCase() local
4604 CGF.EmitCXXThrowExpr(ThrowExpr); in HandleConditionalOperatorLValueSimpleCase()
H A DCGObjCMac.cpp4901 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
4902 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
7821 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
7822 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
H A DCGObjCGNU.cpp4036 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
4037 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()