Home
last modified time | relevance | path

Searched defs:isTry (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.h490 inline bool isTry(unsigned Opc) { in isTry() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.h668 bool isTry() { return scopeKind == Kind::Try; } in isTry() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp4472 bool isTry = isa<ObjCAtTryStmt>(S); in EmitTryOrSynchronizedStmt() local