Home
last modified time | relevance | path

Searched defs:ScopeGuard (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DassignAnalyzer.cpp74 struct ScopeGuard { struct
76 std::tuple<Ts...> values;
77 std::tuple<Ts &...> refs;
80 explicit ScopeGuard(Ts &...ts) : values(ts...), refs(ts...) {} in ScopeGuard() argument
81 ~ScopeGuard() in ~ScopeGuard()