Searched refs:IsTry (Results 1 – 3 of 3) sorted by relevance
972 bool IsTry = DecoderOp == MCD::OPC_TryDecode || IsFail; in emitTable() local978 OS << " MCD::OPC_" << (IsTry ? "Try" : "") << "Decode" in emitTable()991 if (!IsTry) { in emitTable()
4414 void Sema::DiagnoseExceptionUse(SourceLocation Loc, bool IsTry) { in DiagnoseExceptionUse() argument4428 targetDiag(Loc, diag::err_exceptions_disabled) << (IsTry ? "try" : "throw"); in DiagnoseExceptionUse()
11117 void DiagnoseExceptionUse(SourceLocation Loc, bool IsTry);