Searched defs:ThrowExpr (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CodeGenPGO.cpp | 121 ThrowExpr, global() enumerator |
H A D | CGExpr.cpp | 4982 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { EmitLValueOrThrowExpression() local |
H A D | CGObjCMac.cpp | 4875 if (const Expr *ThrowExpr = S.getThrowExpr()) { EmitThrowStmt() local |
H A D | CGObjCGNU.cpp | 4177 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt() local |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/ | ||
H A D | ItaniumDemangle.h | 2335 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} ThrowExpr() function |