Home
last modified time | relevance | path

Searched refs:canThrow (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExceptionSpec.cpp789 R = mergeCanThrow(R, S.canThrow(cast<Expr>(*I))); in canSubExprsThrow()
862 CanThrowResult Sema::canThrow(const Expr *E) { in canThrow() function in clang::Sema
922 CT = mergeCanThrow(CT, canThrow(*Cap)); in canThrow()
1021 return canThrow(cast<CXXDefaultArgExpr>(E)->getExpr()); in canThrow()
1024 return canThrow(cast<CXXDefaultInitExpr>(E)->getExpr()); in canThrow()
1029 return canThrow(cast<ChooseExpr>(E)->getChosenSubExpr()); in canThrow()
1034 return canThrow(cast<GenericSelectionExpr>(E)->getResultExpr()); in canThrow()
DSemaExprCXX.cpp5692 CanThrowResult CanThrow = canThrow(Operand); in BuildCXXNoexceptExpr()
DSemaDeclCXX.cpp247 if (Self->canThrow(E)) in CalledExpr()
/freebsd-9-stable/contrib/llvm/utils/TableGen/
DIntrinsicEmitter.cpp515 if (L->canThrow != R->canThrow) in operator ()()
516 return R->canThrow; in operator ()()
632 if (!intrinsic.canThrow || modRef || intrinsic.isNoReturn) { in EmitAttributes()
635 if (!intrinsic.canThrow) { in EmitAttributes()
DCodeGenIntrinsics.h74 bool canThrow; member
DCodeGenTarget.cpp431 canThrow = false; in CodeGenIntrinsic()
556 canThrow = true; in CodeGenIntrinsic()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h1086 CanThrowResult canThrow(const Expr *E);