reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

usr/include/c++/7.4.0/bits/move.h
  103     struct __move_if_noexcept_cond
usr/include/c++/7.4.0/bits/shared_ptr_base.h
  881     struct __sp_compatible_with<_Yp*, _Tp*>
  945     struct __sp_is_constructible
usr/include/c++/7.4.0/bits/std_function.h
   90     struct __is_location_invariant
usr/include/c++/7.4.0/bits/uses_allocator.h
   56     struct __uses_allocator_helper<_Tp, _Alloc,
   63     struct uses_allocator
usr/include/c++/7.4.0/type_traits
  214     struct is_void
  325     struct is_integral
  353     struct is_floating_point
  380     struct is_pointer
  415     struct is_member_object_pointer
  430     struct is_member_function_pointer
  566     struct is_null_pointer
  580     struct is_reference
  587     struct is_arithmetic
  593     struct is_fundamental
  600     struct is_object
  610     struct is_scalar
  630     struct is_member_pointer
  637     struct __is_referenceable
  741     struct is_signed
  824     struct is_destructible
  920     struct is_default_constructible
 1078     struct __is_direct_constructible
 1129     struct is_constructible
 2572     struct __is_tuple_like
 2762     struct __is_invocable_impl<_Result, _Ret, __void_t<typename _Result::type>>
 2767     struct __is_invocable
 2818     struct __is_nothrow_invocable

References

tools/clang/include/clang/Tooling/Refactoring/RefactoringOptionVisitor.h
   42       void>::type;
   47   using Type = decltype(check<RefactoringOptionVisitor>(nullptr));
usr/include/c++/7.4.0/bits/move.h
  105                     is_copy_constructible<_Tp>>::type { };
usr/include/c++/7.4.0/bits/regex_compiler.h
  531       typedef typename std::is_same<_CharT, char>::type _UseCache;
usr/include/c++/7.4.0/bits/shared_ptr_base.h
  882     : is_convertible<_Yp*, _Tp*>::type
  946     : is_convertible<_Yp*, _Tp*>::type
usr/include/c++/7.4.0/bits/std_function.h
   91     : is_trivially_copyable<_Tp>::type
usr/include/c++/7.4.0/bits/uses_allocator.h
   58     : __is_erased_or_convertible<_Alloc, typename _Tp::allocator_type>::type
   64     : __uses_allocator_helper<_Tp, _Alloc>::type
usr/include/c++/7.4.0/type_traits
  215     : public __is_void_helper<typename remove_cv<_Tp>::type>::type
  326     : public __is_integral_helper<typename remove_cv<_Tp>::type>::type
  354     : public __is_floating_point_helper<typename remove_cv<_Tp>::type>::type
  381     : public __is_pointer_helper<typename remove_cv<_Tp>::type>::type
  417 				typename remove_cv<_Tp>::type>::type
  432 				typename remove_cv<_Tp>::type>::type
  567     : public __is_null_pointer_helper<typename remove_cv<_Tp>::type>::type
  582                    is_rvalue_reference<_Tp>>::type
  588     : public __or_<is_integral<_Tp>, is_floating_point<_Tp>>::type
  595 		   is_null_pointer<_Tp>>::type
  602                           is_void<_Tp>>>::type
  612                    is_member_pointer<_Tp>, is_null_pointer<_Tp>>::type
  631     : public __is_member_pointer_helper<typename remove_cv<_Tp>::type>::type
  638     : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
  742     : public __is_signed_helper<_Tp>::type
  825     : public __is_destructible_safe<_Tp>::type
  921     : public __is_default_constructible_safe<_Tp>::type
 1079     : public __is_direct_constructible_new<_Tp, _Arg>::type
 1130     : public __is_constructible_impl<_Tp, _Args...>::type
 2574       typename remove_reference<_Tp>::type>::type>::type
 2763     : __or_<is_void<_Ret>, is_convertible<typename _Result::type, _Ret>>::type
 2768     : __is_invocable_impl<__invoke_result<_Fn, _ArgTypes...>, void>::type
 2820              __call_is_nothrow_<_Fn, _Args...>>::type