Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenPGO.cpp123 ThrowExpr, enumerator
HDCGExpr.cpp5042 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { in EmitLValueOrThrowExpression() local
5068 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Live->IgnoreParens())) { in HandleConditionalOperatorLValueSimpleCase() local
HDCGObjCMac.cpp4883 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
7774 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
HDCGObjCGNU.cpp4176 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
HDItaniumDemangle.h2334 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} in ThrowExpr() function