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