HomeSort by: relevance | last modified time | path
    Searched refs:__stored_locally (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
move_only_function.h 67 if constexpr (__stored_locally<_Tp>)
76 if constexpr (__stored_locally<_Tp>)
118 if constexpr (__stored_locally<remove_const_t<_Tp>>)
140 static constexpr bool __stored_locally member in class:_Mofunc_base
156 if constexpr (__stored_locally<_Tp>)
std_function.h 124 static const bool __stored_locally = member in class:_Function_base::_Base_manager
130 using _Local_storage = integral_constant<bool, __stored_locally>;
136 if _GLIBCXX17_CONSTEXPR (__stored_locally)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
move_only_function.h 67 if constexpr (__stored_locally<_Tp>)
76 if constexpr (__stored_locally<_Tp>)
118 if constexpr (__stored_locally<remove_const_t<_Tp>>)
140 static constexpr bool __stored_locally member in class:_Mofunc_base
156 if constexpr (__stored_locally<_Tp>)
std_function.h 124 static const bool __stored_locally = member in class:_Function_base::_Base_manager
130 using _Local_storage = integral_constant<bool, __stored_locally>;
136 if _GLIBCXX17_CONSTEXPR (__stored_locally)

Completed in 26 milliseconds