Home
last modified time | relevance | path

Searched defs:Throw (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/docs/
H A DExceptionHandling.rst113 Throw section in LLVM Code Generation
/minix3/external/bsd/llvm/dist/clang/test/CXX/except/except.spec/
H A Dp14.cpp124 template<typename T> struct Throw { struct
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dmember-init.cpp43 struct Throw { ThrowCtor tc = 42; }; argument
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmtObjC.h313 Stmt *Throw; variable
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1167 if (const CXXThrowExpr *Throw = dyn_cast<CXXThrowExpr>(Cond)) { in EmitBranchOnBoolExpr() local
H A DCGObjCGNU.cpp2670 llvm::CallSite Throw = in EmitThrowStmt() local
/minix3/external/bsd/llvm/dist/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp567 namespace Throw { namespace
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp3150 StmtResult Sema::BuildObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw) { in BuildObjCAtThrowStmt()
3176 Sema::ActOnObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw, in ActOnObjCAtThrowStmt()