Home
last modified time | relevance | path

Searched defs:IsTry (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp972 bool IsTry = DecoderOp == MCD::OPC_TryDecode || IsFail; in emitTable() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4414 void Sema::DiagnoseExceptionUse(SourceLocation Loc, bool IsTry) { in DiagnoseExceptionUse()