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