Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCWin64EH.cpp136 const MCSymbolRefExpr *OtherRef = MCSymbolRefExpr::create(Other, Context); in EmitSymbolRefWithOfs() local
137 const MCExpr *Ofs = MCBinaryExpr::createSub(OtherRef, BaseRef, Context); in EmitSymbolRefWithOfs()
/llvm-project-15.0.7/clang/test/ARCMT/
H A Dobjcmt-arc-cf-annotations.m794 typedef CFTypeRef OtherRef; typedef
798 - (OtherRef)_copyOtherRef;
805 - (OtherRef)_copyOtherRef {
H A Dobjcmt-arc-cf-annotations.m.result836 typedef CFTypeRef OtherRef;
840 - (OtherRef)_copyOtherRef CF_RETURNS_RETAINED;
847 - (OtherRef)_copyOtherRef {
/llvm-project-15.0.7/clang/test/Analysis/
H A Dretain-release.m899 typedef CFTypeRef OtherRef; typedef
903 - (OtherRef)_copyOtherRef;
910 - (OtherRef)_copyOtherRef {
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp14507 if (const LValueReferenceType *OtherRef in DefineImplicitCopyAssignment() local
14509 OtherRefType = OtherRef->getPointeeType(); in DefineImplicitCopyAssignment()
14519 RefBuilder OtherRef(Other, OtherRefType); in DefineImplicitCopyAssignment() local
14540 CastBuilder From(OtherRef, Context.getQualifiedType(BaseType, OtherQuals), in DefineImplicitCopyAssignment()
14613 MemberBuilder From(OtherRef, OtherRefType, /*IsArrow=*/false, MemberLookup); in DefineImplicitCopyAssignment()
14874 RefBuilder OtherRef(Other, OtherRefType); in DefineImplicitMoveAssignment() local
14876 MoveCastBuilder MoveOther(OtherRef); in DefineImplicitMoveAssignment()
14905 CastBuilder From(OtherRef, BaseType, VK_XValue, BasePath); in DefineImplicitMoveAssignment()