reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
87 template <class... Args> void emplace(Args &&... args) { 237 template <typename... ArgTypes> void emplace(ArgTypes &&... Args) {include/llvm/Remarks/BitstreamRemarkSerializer.h
58 BitstreamRemarkContainerType ContainerType; 74 BitstreamRemarkSerializerHelper(BitstreamRemarkContainerType ContainerType); 173 BitstreamRemarkContainerType ContainerType,lib/Remarks/BitstreamRemarkParser.cpp
356 case BitstreamRemarkContainerType::Standalone: 358 case BitstreamRemarkContainerType::SeparateRemarksFile: 360 case BitstreamRemarkContainerType::SeparateRemarksMeta: 377 if (*Type > static_cast<uint8_t>(BitstreamRemarkContainerType::Last)) 448 if (ContainerType != BitstreamRemarkContainerType::SeparateRemarksFile)lib/Remarks/BitstreamRemarkParser.h
39 BitstreamRemarkContainerType ContainerType;
lib/Remarks/BitstreamRemarkSerializer.cpp20 BitstreamRemarkContainerType ContainerType) 208 case BitstreamRemarkContainerType::SeparateRemarksMeta: 214 case BitstreamRemarkContainerType::SeparateRemarksFile: 220 case BitstreamRemarkContainerType::Standalone: 247 case BitstreamRemarkContainerType::SeparateRemarksMeta: 253 case BitstreamRemarkContainerType::SeparateRemarksFile: 257 case BitstreamRemarkContainerType::Standalone: 330 Helper(BitstreamRemarkContainerType::SeparateRemarksFile) { 343 ? BitstreamRemarkContainerType::SeparateRemarksFile 344 : BitstreamRemarkContainerType::Standalone) { 353 Helper.ContainerType == BitstreamRemarkContainerType::Standalone; 373 Helper.ContainerType == BitstreamRemarkContainerType::Standalone; 376 IsStandalone ? BitstreamRemarkContainerType::Standalone 377 : BitstreamRemarkContainerType::SeparateRemarksMeta,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) noexceptusr/include/c++/7.4.0/bits/unique_ptr.h
824 make_unique(_Args&&... __args) 825 { return unique_ptr<_Tp>(new _Tp(std::forward<_Args>(__args)...)); }usr/include/c++/7.4.0/type_traits
1629 { typedef _Tp type; }; 1633 { typedef _Tp type; };