reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1381 T Impl; 1384 Model(T Impl) : Impl(std::move(Impl)) {}lib/Analysis/TargetTransformInfo.cpp
40 struct NoTTIImpl : TargetTransformInfoImplCRTPBase<NoTTIImpl> { 136 : TTIImpl(new Model<NoTTIImpl>(NoTTIImpl(DL))) {}usr/include/c++/7.4.0/bits/move.h
98 move(_Tp&& __t) noexcept
usr/include/c++/7.4.0/type_traits 1633 { typedef _Tp type; };