Home
last modified time | relevance | path

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

/external/libcxxabi/src/demangle/
DItaniumDemangle.h93 X(ThrowExpr) \
1864 class ThrowExpr : public Node {
1868 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} in ThrowExpr() function
4626 return make<ThrowExpr>(Ex); in parseExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DItaniumDemangle.cpp1665 class ThrowExpr : public Expr { class
1669 ThrowExpr(Node *Op_) : Op(Op_) {} in ThrowExpr() function in __anon17245d330111::ThrowExpr
4365 return make<ThrowExpr>(Ex); in parseExpr()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp4350 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
4351 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
7219 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
7220 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
DCGObjCGNU.cpp2705 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
2706 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
DCGExpr.cpp3474 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { in EmitLValueOrThrowExpression() local
3475 CGF.EmitCXXThrowExpr(ThrowExpr, /*KeepInsertionPoint*/false); in EmitLValueOrThrowExpression()