|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/clang/lib/CodeGen/CGClass.cpp 2660 CFITypeCheckKind TCK,
2671 CFITypeCheckKind TCK,
2716 CFITypeCheckKind TCK,
tools/clang/lib/CodeGen/CodeGenFunction.h 1944 bool MayBeNull, CFITypeCheckKind TCK,
1950 CFITypeCheckKind TCK, SourceLocation Loc);
1955 CFITypeCheckKind TCK, SourceLocation Loc);
usr/include/c++/7.4.0/bits/move.h 72 constexpr _Tp&&
73 forward(typename std::remove_reference<_Tp>::type& __t) noexcept
83 constexpr _Tp&&
84 forward(typename std::remove_reference<_Tp>::type&& __t) noexcept
usr/include/c++/7.4.0/bits/stl_pair.h 114 return __and_<is_constructible<_T1, _U1&&>,
121 return __and_<is_convertible<_U1&&, _T1>,
142 using __do_converts = __and_<is_convertible<_U1&&, _T1>,
147 return __and_<is_constructible<_T1, _U1&&>,
311 constexpr pair(_U1&& __x, const _T2& __y)
312 : first(std::forward<_U1>(__x)), second(__y) { }
341 constexpr pair(_U1&& __x, _U2&& __y)
usr/include/c++/7.4.0/type_traits 1629 { typedef _Tp type; };
1659 { typedef _Tp&& type; };