Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp123 ThrowExpr, enumerator
H A DCGExpr.cpp5042 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { in EmitLValueOrThrowExpression() local
5068 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Live->IgnoreParens())) { in HandleConditionalOperatorLValueSimpleCase() local
H A DCGObjCMac.cpp4883 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
7774 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
H A DCGObjCGNU.cpp4176 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2334 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} in ThrowExpr() function