Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp68 const CXXThrowExpr *ThrowExpr) { in diagnoseThrowLocations() argument
69 if (!ThrowExpr) in diagnoseThrowLocations()
71 auto *SubExpr = ThrowExpr->getSubExpr(); in diagnoseThrowLocations()
H A DThrowByValueCatchByReferenceCheck.h40 void diagnoseThrowLocations(const CXXThrowExpr *ThrowExpr);
/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DItaniumNodes.def83 NODE(ThrowExpr)
H A DItaniumDemangle.h2176 class ThrowExpr : public Node {
2180 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} in ThrowExpr() function
4768 return make<ThrowExpr>(Ex); in parseExpr()
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DItaniumNodes.def83 NODE(ThrowExpr)
H A DItaniumDemangle.h2176 class ThrowExpr : public Node {
2180 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} in ThrowExpr() function
4768 return make<ThrowExpr>(Ex); in parseExpr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenPGO.cpp118 ThrowExpr, enumerator
346 return PGOHash::ThrowExpr; in DEFINE_NESTABLE_TRAVERSAL()
H A DCGExpr.cpp4601 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { in EmitLValueOrThrowExpression() local
4602 CGF.EmitCXXThrowExpr(ThrowExpr, /*KeepInsertionPoint*/false); in EmitLValueOrThrowExpression()
4627 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Live->IgnoreParens())) { in HandleConditionalOperatorLValueSimpleCase() local
4628 CGF.EmitCXXThrowExpr(ThrowExpr); in HandleConditionalOperatorLValueSimpleCase()
H A DCGObjCMac.cpp4893 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
4894 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
7813 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
7814 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
H A DCGObjCGNU.cpp4037 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
4038 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()