reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
171 explicit Allocators(Buffers &B) XRAY_NEVER_INSTRUMENT { 316 InitAllocatorsFromBuffers(Allocators::Buffers &Bufs) XRAY_NEVER_INSTRUMENT {projects/compiler-rt/lib/xray/xray_profile_collector.cpp
61 FunctionCallTrie::Allocators::Buffers Buffers; 110 FunctionCallTrie::Allocators::Buffers &&B,projects/compiler-rt/lib/xray/xray_profile_collector.h
41 FunctionCallTrie::Allocators::Buffers &&B, tid_t TId);
projects/compiler-rt/lib/xray/xray_profiling.cpp 55 thread_local FunctionCallTrie::Allocators::Buffers ThreadBuffers;
projects/compiler-rt/lib/xray/xray_segmented_array.h353 T *AppendEmplace(Args &&... args) XRAY_NEVER_INSTRUMENT { 377 new (AlignedOffset) T{std::forward<Args>(args)...};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 98 move(_Tp&& __t) noexceptusr/include/c++/7.4.0/type_traits
1629 { typedef _Tp type; }; 1633 { typedef _Tp type; };