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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
type_traits.h 106 /// An implementation of `std::is_trivially_move_constructible` since we have
109 struct is_trivially_move_constructible struct in namespace:llvm
113 struct is_trivially_move_constructible<T &> : std::true_type {}; struct in namespace:llvm
115 struct is_trivially_move_constructible<T &&> : std::true_type {}; struct in namespace:llvm
  /src/external/gpl3/gdb/dist/gdb/unittests/
packed-selftests.c 50 CHECK_TRAIT (is_trivially_move_constructible); variable
array-view-selftests.c 34 CHECK_TRAIT (is_trivially_move_constructible); variable
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
packed-selftests.c 50 CHECK_TRAIT (is_trivially_move_constructible); variable
array-view-selftests.c 34 CHECK_TRAIT (is_trivially_move_constructible); variable
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
FunctionExtras.h 61 std::enable_if_t<llvm::is_trivially_move_constructible<T>::value &&
98 llvm::is_trivially_move_constructible<T>::value &&
Optional.h 55 (std::is_trivially_move_constructible<T>::value ||
SmallVector.h 313 (is_trivially_move_constructible<T>::value) &&

Completed in 34 milliseconds