Home
last modified time | relevance | path

Searched refs:AvoidDestroyingSystemCategory (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/
H A Dsystem_error.cpp321 union AvoidDestroyingSystemCategory { in system_category() union
323 constexpr explicit AvoidDestroyingSystemCategory() : system_error_category() {} in system_category() function
324 ~AvoidDestroyingSystemCategory() {} in system_category()
326 constinit static AvoidDestroyingSystemCategory helper; in system_category()