Searched refs:OtherRef (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCWin64EH.cpp | 136 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 D | objcmt-arc-cf-annotations.m | 794 typedef CFTypeRef OtherRef; typedef 798 - (OtherRef)_copyOtherRef; 805 - (OtherRef)_copyOtherRef {
|
| H A D | objcmt-arc-cf-annotations.m.result | 836 typedef CFTypeRef OtherRef; 840 - (OtherRef)_copyOtherRef CF_RETURNS_RETAINED; 847 - (OtherRef)_copyOtherRef {
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | retain-release.m | 899 typedef CFTypeRef OtherRef; typedef 903 - (OtherRef)_copyOtherRef; 910 - (OtherRef)_copyOtherRef {
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 14507 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()
|