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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
move_only_function.h 181 inline constexpr bool __is_move_only_function_v = false; local
183 constexpr bool __is_move_only_function_v<move_only_function<_Tp>> = true; local
mofunc_impl.h 102 || __is_move_only_function_v<_Vt>)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
move_only_function.h 181 inline constexpr bool __is_move_only_function_v = false; local
183 constexpr bool __is_move_only_function_v<move_only_function<_Tp>> = true; local
mofunc_impl.h 102 || __is_move_only_function_v<_Vt>)

Completed in 346 milliseconds