Searched defs:TryCatchInfo (Results 1 – 3 of 3) sorted by relevance
51 struct TryCatchInfo { struct52 std::unordered_map<std::string_view, size_t> tryCatchLabels;53 std::unordered_map<std::string, std::vector<const CatchBlock *>> tryCatchMap;54 std::vector<std::string> tryCatchOrder;55 TryCatchInfo(std::unordered_map<std::string_view, size_t> &labels, in TryCatchInfo() function
55 struct TryCatchInfo { struct56 std::unordered_map<std::string_view, size_t> try_catch_labels;57 std::unordered_map<std::string, std::vector<const CatchBlock *>> try_catch_map;58 std::vector<std::string> try_catch_order;59 TryCatchInfo(std::unordered_map<std::string_view, size_t> &labels, in TryCatchInfo() function
36 message TryCatchInfo { message