Home
last modified time | relevance | path

Searched refs:OtherRef (Results 1 – 13 of 13) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
DSparseRef.h197 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/
DRef.h255 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/
DMCWin64EH.cpp130 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/
DMCWin64EH.cpp134 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/
DMCWin64EH.cpp134 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/
Dobjcmt-arc-cf-annotations.m.result835 typedef CFTypeRef OtherRef;
839 - (OtherRef)_copyOtherRef CF_RETURNS_RETAINED;
846 - (OtherRef)_copyOtherRef {
Dobjcmt-arc-cf-annotations.m793 typedef CFTypeRef OtherRef; typedef
797 - (OtherRef)_copyOtherRef;
804 - (OtherRef)_copyOtherRef {
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m.result835 typedef CFTypeRef OtherRef;
839 - (OtherRef)_copyOtherRef CF_RETURNS_RETAINED;
846 - (OtherRef)_copyOtherRef {
Dobjcmt-arc-cf-annotations.m793 typedef CFTypeRef OtherRef; typedef
797 - (OtherRef)_copyOtherRef;
804 - (OtherRef)_copyOtherRef {
/external/llvm-project/clang/test/Analysis/
Dretain-release.m899 typedef CFTypeRef OtherRef; typedef
903 - (OtherRef)_copyOtherRef;
910 - (OtherRef)_copyOtherRef {
/external/clang/lib/Sema/
DSemaDeclCXX.cpp10317 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/
DSemaDeclCXX.cpp14046 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/
Dretain-release.m788 typedef CFTypeRef OtherRef; typedef
792 - (OtherRef)_copyOtherRef;
799 - (OtherRef)_copyOtherRef {