Home
last modified time | relevance | path

Searched refs:withPointer (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DAddress.h127 Address withPointer(llvm::Value *NewPointer) const { in withPointer() function
H A DCGBuilder.h163 return Addr.withPointer(CreateAddrSpaceCast(Addr.getPointer(), Ty, Name));
372 return Addr.withPointer(CreateLaunderInvariantGroup(Addr.getPointer())); in CreateLaunderInvariantGroup()
H A DCGException.cpp1848 return ParentVar.withPointer(ChildVar); in recoverAddrOfEscapedLocal()
H A DCGDecl.cpp2494 DeclPtr = DeclPtr.withPointer(getTargetHooks().performAddrSpaceCast( in EmitParmDecl()
H A DCGClass.cpp394 Value = Value.withPointer(PHI); in GetAddressOfBaseClass()
H A DCGExpr.cpp1392 return LValue::MakeAddr(Addr.withPointer(V), LV.getType(), getContext(), in EmitLValue()
H A DCGOpenMPRuntime.cpp965 return OriginalBaseAddress.withPointer(Addr); in castToBase()
4990 Begin = Begin.withPointer(ElementPHI); in emitUpdateClause()
/llvm-project-15.0.7/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h151 - (void)replacePointerAtIndex:(NSUInteger)index withPointer:(void *)item;
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmalloc.mm276 [pointerArray replacePointerAtIndex:1 withPointer:p3];