Home
last modified time | relevance | path

Searched refs:IsTry (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp972 bool IsTry = DecoderOp == MCD::OPC_TryDecode || IsFail; in emitTable() local
978 OS << " MCD::OPC_" << (IsTry ? "Try" : "") << "Decode" in emitTable()
991 if (!IsTry) { in emitTable()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4414 void Sema::DiagnoseExceptionUse(SourceLocation Loc, bool IsTry) { in DiagnoseExceptionUse() argument
4428 targetDiag(Loc, diag::err_exceptions_disabled) << (IsTry ? "try" : "throw"); in DiagnoseExceptionUse()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11117 void DiagnoseExceptionUse(SourceLocation Loc, bool IsTry);