Searched defs:TryContext (Results 1 – 4 of 4) sorted by relevance
24 class TryContext; variable
34 class TryContext; variable
208 explicit TryContext(PandaGen *pg) : DynamicContext(pg, {}) in TryContext() function
206 explicit TryContext(CodeGen *cg) : CatchContext(cg) {} in TryContext() function