Home
last modified time | relevance | path

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

/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/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m793 typedef CFTypeRef OtherRef; typedef
797 - (OtherRef)_copyOtherRef;
804 - (OtherRef)_copyOtherRef {
Dobjcmt-arc-cf-annotations.m.result835 typedef CFTypeRef OtherRef;
839 - (OtherRef)_copyOtherRef CF_RETURNS_RETAINED;
846 - (OtherRef)_copyOtherRef {
/external/clang/lib/Sema/
DSemaDeclCXX.cpp10190 if (const LValueReferenceType *OtherRef in DefineImplicitCopyAssignment() local
10192 OtherRefType = OtherRef->getPointeeType(); in DefineImplicitCopyAssignment()
10202 RefBuilder OtherRef(Other, OtherRefType); in DefineImplicitCopyAssignment() local
10223 CastBuilder From(OtherRef, Context.getQualifiedType(BaseType, OtherQuals), in DefineImplicitCopyAssignment()
10302 MemberBuilder From(OtherRef, OtherRefType, /*IsArrow=*/false, MemberLookup); in DefineImplicitCopyAssignment()
10623 RefBuilder OtherRef(Other, OtherRefType); in DefineImplicitMoveAssignment() local
10625 MoveCastBuilder MoveOther(OtherRef); in DefineImplicitMoveAssignment()
10654 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 {