Searched defs:TryBlockEnd (Results 1 – 1 of 1) sorted by relevance
357 struct TryBlockEnd : public Instruction { struct358 TryBlockBegin* try_begin = nullptr;359 std::vector<CatchHandler> handlers;360 Label* catch_all = nullptr;362 virtual bool Accept(Visitor* visitor) override { return visitor->Visit(this); } in Accept()