Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.cpp117 ThrowExpr, enumerator
328 return PGOHash::ThrowExpr; in DEFINE_NESTABLE_TRAVERSAL()
H A DCGObjCMac.cpp4701 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
4702 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
7555 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
7556 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
H A DCGObjCGNU.cpp3835 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
3836 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
H A DCGExpr.cpp4042 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { in EmitLValueOrThrowExpression() local
4043 CGF.EmitCXXThrowExpr(ThrowExpr, /*KeepInsertionPoint*/false); in EmitLValueOrThrowExpression()
/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h88 X(ThrowExpr) \
1859 class ThrowExpr : public Node {
1863 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} in ThrowExpr() function
4621 return make<ThrowExpr>(Ex); in parseExpr()