Searched refs:OtherRef (Results 1 – 5 of 5) sorted by relevance
/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/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/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 10190 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/ |
D | retain-release.m | 788 typedef CFTypeRef OtherRef; typedef 792 - (OtherRef)_copyOtherRef; 799 - (OtherRef)_copyOtherRef {
|