Searched refs:OtherRef (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCWin64EH.cpp | 146 const MCSymbolRefExpr *OtherRef = MCSymbolRefExpr::create(Other, Context); in EmitSymbolRefWithOfs() local 147 const MCExpr *Ofs = MCBinaryExpr::createSub(OtherRef, BaseRef, Context); in EmitSymbolRefWithOfs()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 14614 if (const LValueReferenceType *OtherRef in DefineImplicitCopyAssignment() local 14616 OtherRefType = OtherRef->getPointeeType(); in DefineImplicitCopyAssignment() 14626 RefBuilder OtherRef(Other, OtherRefType); in DefineImplicitCopyAssignment() local 14647 CastBuilder From(OtherRef, Context.getQualifiedType(BaseType, OtherQuals), in DefineImplicitCopyAssignment() 14720 MemberBuilder From(OtherRef, OtherRefType, /*IsArrow=*/false, MemberLookup); in DefineImplicitCopyAssignment() 14990 RefBuilder OtherRef(Other, OtherRefType); in DefineImplicitMoveAssignment() local 14992 MoveCastBuilder MoveOther(OtherRef); in DefineImplicitMoveAssignment() 15021 CastBuilder From(OtherRef, BaseType, VK_XValue, BasePath); in DefineImplicitMoveAssignment()
|