HomeSort by: relevance | last modified time | path
    Searched defs:scope_exit_lhs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbsupport/
scope-exit.h 152 enum class scope_exit_lhs {}; class in namespace:detail
156 operator+ (scope_exit_lhs, EF &&rhs)
169 auto CONCAT(scope_exit_, __LINE__) = ::detail::scope_exit_lhs () + [&] ()
  /src/external/gpl3/gdb.old/dist/gdbsupport/
scope-exit.h 149 enum class scope_exit_lhs {}; class in namespace:detail
153 operator+ (scope_exit_lhs, EF &&rhs)
166 auto CONCAT(scope_exit_, __LINE__) = ::detail::scope_exit_lhs () + [&] ()

Completed in 20 milliseconds