/external/eigen/Eigen/src/SparseCore/ |
D | SparseRef.h | 197 template<typename OtherRef> 198 inline Ref(const RefBase<OtherRef>& other) : m_hasCopy(false) { 199 construct(other.derived(), typename Traits::template match<OtherRef>::type()); 315 template<typename OtherRef> 316 inline Ref(const RefBase<OtherRef>& other) : m_hasCopy(false) { 317 construct(other.derived(), typename Traits::template match<OtherRef>::type());
|
/external/eigen/Eigen/src/Core/ |
D | Ref.h | 255 template<typename OtherRef> 256 EIGEN_DEVICE_FUNC inline Ref(const RefBase<OtherRef>& other) { 257 construct(other.derived(), typename Traits::template match<OtherRef>::type());
|
/external/llvm/lib/MC/ |
D | MCWin64EH.cpp | 130 const MCSymbolRefExpr *OtherRef = MCSymbolRefExpr::create(Other, Context); in EmitSymbolRefWithOfs() local 131 const MCExpr *Ofs = MCBinaryExpr::createSub(OtherRef, BaseRef, Context); in EmitSymbolRefWithOfs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCWin64EH.cpp | 134 const MCSymbolRefExpr *OtherRef = MCSymbolRefExpr::create(Other, Context); in EmitSymbolRefWithOfs() local 135 const MCExpr *Ofs = MCBinaryExpr::createSub(OtherRef, BaseRef, Context); in EmitSymbolRefWithOfs()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCWin64EH.cpp | 134 const MCSymbolRefExpr *OtherRef = MCSymbolRefExpr::create(Other, Context); in EmitSymbolRefWithOfs() local 135 const MCExpr *Ofs = MCBinaryExpr::createSub(OtherRef, BaseRef, Context); in EmitSymbolRefWithOfs()
|
/external/llvm-project/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m.result | 835 typedef CFTypeRef OtherRef; 839 - (OtherRef)_copyOtherRef CF_RETURNS_RETAINED; 846 - (OtherRef)_copyOtherRef {
|
D | objcmt-arc-cf-annotations.m | 793 typedef CFTypeRef OtherRef; typedef 797 - (OtherRef)_copyOtherRef; 804 - (OtherRef)_copyOtherRef {
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m | 793 typedef CFTypeRef OtherRef; typedef 797 - (OtherRef)_copyOtherRef; 804 - (OtherRef)_copyOtherRef {
|
D | objcmt-arc-cf-annotations.m.result | 835 typedef CFTypeRef OtherRef; 839 - (OtherRef)_copyOtherRef CF_RETURNS_RETAINED; 846 - (OtherRef)_copyOtherRef {
|
/external/llvm-project/clang/test/Analysis/ |
D | retain-release.m | 899 typedef CFTypeRef OtherRef; typedef 903 - (OtherRef)_copyOtherRef; 910 - (OtherRef)_copyOtherRef {
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 10317 if (const LValueReferenceType *OtherRef in DefineImplicitCopyAssignment() local 10319 OtherRefType = OtherRef->getPointeeType(); in DefineImplicitCopyAssignment() 10329 RefBuilder OtherRef(Other, OtherRefType); in DefineImplicitCopyAssignment() local 10350 CastBuilder From(OtherRef, Context.getQualifiedType(BaseType, OtherQuals), in DefineImplicitCopyAssignment() 10429 MemberBuilder From(OtherRef, OtherRefType, /*IsArrow=*/false, MemberLookup); in DefineImplicitCopyAssignment() 10751 RefBuilder OtherRef(Other, OtherRefType); in DefineImplicitMoveAssignment() local 10753 MoveCastBuilder MoveOther(OtherRef); in DefineImplicitMoveAssignment() 10782 CastBuilder From(OtherRef, BaseType, VK_XValue, BasePath); in DefineImplicitMoveAssignment()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 14046 if (const LValueReferenceType *OtherRef in DefineImplicitCopyAssignment() local 14048 OtherRefType = OtherRef->getPointeeType(); in DefineImplicitCopyAssignment() 14058 RefBuilder OtherRef(Other, OtherRefType); in DefineImplicitCopyAssignment() local 14079 CastBuilder From(OtherRef, Context.getQualifiedType(BaseType, OtherQuals), in DefineImplicitCopyAssignment() 14152 MemberBuilder From(OtherRef, OtherRefType, /*IsArrow=*/false, MemberLookup); in DefineImplicitCopyAssignment() 14417 RefBuilder OtherRef(Other, OtherRefType); in DefineImplicitMoveAssignment() local 14419 MoveCastBuilder MoveOther(OtherRef); in DefineImplicitMoveAssignment() 14448 CastBuilder From(OtherRef, BaseType, VK_XValue, BasePath); in DefineImplicitMoveAssignment()
|
/external/clang/test/Analysis/ |
D | retain-release.m | 788 typedef CFTypeRef OtherRef; typedef 792 - (OtherRef)_copyOtherRef; 799 - (OtherRef)_copyOtherRef {
|