HomeSort by: relevance | last modified time | path
    Searched defs:__compatible_with (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/include/__memory/
shared_ptr.h 375 struct __compatible_with struct in inherits:is_convertible
405 static const bool value = __compatible_with<_Tp, _Yp>::value &&
440 __compatible_with<_Yp, _Tp>
472 typename enable_if<__compatible_with<_Yp, element_type>::value, __nat>::type = __nat())
477 typename enable_if<__compatible_with<_Yp, element_type>::value, __nat>::type = __nat())
510 __compatible_with<_Yp, element_type>::value,
520 __compatible_with<_Yp, element_type>::value,
552 __compatible_with<_Yp, element_type>::value,
560 __compatible_with<_Yp, element_type>::value,
568 __compatible_with<_Yp, element_type>::value
    [all...]
shared_ptr.h 375 struct __compatible_with struct in inherits:is_convertible
405 static const bool value = __compatible_with<_Tp, _Yp>::value &&
440 __compatible_with<_Yp, _Tp>
472 typename enable_if<__compatible_with<_Yp, element_type>::value, __nat>::type = __nat())
477 typename enable_if<__compatible_with<_Yp, element_type>::value, __nat>::type = __nat())
510 __compatible_with<_Yp, element_type>::value,
520 __compatible_with<_Yp, element_type>::value,
552 __compatible_with<_Yp, element_type>::value,
560 __compatible_with<_Yp, element_type>::value,
568 __compatible_with<_Yp, element_type>::value
    [all...]

Completed in 31 milliseconds