Home
last modified time | relevance | path

Searched refs:emitAddrOfRealComponent (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprComplex.cpp337 Address CodeGenFunction::emitAddrOfRealComponent(Address addr, in emitAddrOfRealComponent() function in CodeGenFunction
361 Address RealP = CGF.emitAddrOfRealComponent(SrcPtr, lvalue.getType()); in EmitLoadOfLValue()
382 Address RealPtr = CGF.emitAddrOfRealComponent(Ptr, lvalue.getType()); in EmitStoreOfComplex()
H A DCodeGenFunction.h4411 Address emitAddrOfRealComponent(Address complex, QualType complexType);
H A DCGExpr.cpp3005 ? emitAddrOfRealComponent(LV.getAddress(*this), LV.getType()) in EmitUnaryOpLValue()