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

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h75 /// canThrow - True if the intrinsic can throw.
76 bool canThrow; member in struct:llvm::CodeGenIntrinsic
H A DIntrinsicEmitter.cpp510 if (L->canThrow != R->canThrow)
511 return R->canThrow;
631 if (!intrinsic.canThrow ||
637 if (!intrinsic.canThrow) {
H A DCodeGenTarget.cpp454 canThrow = false;
585 canThrow = true;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp868 R = mergeCanThrow(R, S.canThrow(cast<Expr>(SubStmt)));
944 CanThrowResult Sema::canThrow(const Expr *E) { function in class:clang::Sema
1005 CT = mergeCanThrow(CT, canThrow(*Cap));
1108 return canThrow(cast<CXXDefaultArgExpr>(E)->getExpr());
1111 return canThrow(cast<CXXDefaultInitExpr>(E)->getExpr());
1116 return canThrow(cast<ChooseExpr>(E)->getChosenSubExpr());
1121 return canThrow(cast<GenericSelectionExpr>(E)->getResultExpr());
H A DSemaExprCXX.cpp4147 return S.canThrow(Result.get()) == CT_Cannot;
4365 return Self.canThrow(Result.get()) == CT_Cannot;
6135 CanThrowResult CanThrow = canThrow(Operand);
H A DSemaDeclCXX.cpp243 if (Self->canThrow(E))
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1286 CanThrowResult canThrow(const Expr *E);

Completed in 242 milliseconds