reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/type_traits.h
  122     static auto get(F*) -> decltype(std::declval<F &>() = std::declval<const F &>(), std::true_type{});
lib/Analysis/TargetLibraryInfo.cpp
  589   CustomNames = TLI.CustomNames;
lib/Target/AMDGPU/GCNRegPressure.cpp
  297       LiveRegs = *LiveRegsCopy;
lib/Target/AMDGPU/GCNSchedStrategy.cpp
  479       LiveIns[CurRegion] = RPTracker.getLiveRegs();
lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp
  245   RSI->RegToChan = UpdatedRegToChan;
tools/clang/lib/AST/RecordLayout.cpp
   72   CXXInfo->BaseOffsets = BaseOffsets;
   73   CXXInfo->VBaseOffsets = VBaseOffsets;
tools/clang/lib/AST/VTableBuilder.cpp
 1648     VBaseOffsetOffsets = Builder.getVBaseOffsetOffsets();
tools/clang/lib/CodeGen/CGVTables.cpp
  768   AddressPoints = VTLayout->getAddressPoints();
tools/clang/lib/Serialization/ASTReader.cpp
 8303   SemaObj->OpenCLTypeExtMap = OpenCLTypeExtMap;
 8304   SemaObj->OpenCLDeclExtMap = OpenCLDeclExtMap;
tools/lldb/source/Target/SectionLoadList.cpp
   26   m_sect_to_addr = rhs.m_sect_to_addr;
   34   m_sect_to_addr = rhs.m_sect_to_addr;
tools/polly/lib/CodeGen/IslNodeBuilder.cpp
  719   ValueMap = ValueMapCopy;
unittests/ADT/DenseMapTest.cpp
  240   copyMap = static_cast<TypeParam &>(copyMap);
  255   copyMap = static_cast<TypeParam &>(copyMap);