Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprComplex.cpp356 Address CodeGenFunction::emitAddrOfRealComponent(Address addr, in emitAddrOfRealComponent() function in CodeGenFunction
380 Address RealP = CGF.emitAddrOfRealComponent(SrcPtr, lvalue.getType()); in EmitLoadOfLValue()
401 Address RealPtr = CGF.emitAddrOfRealComponent(Ptr, lvalue.getType()); in EmitStoreOfComplex()
H A DCodeGenFunction.h4428 Address emitAddrOfRealComponent(Address complex, QualType complexType);
H A DCGExpr.cpp2977 ? emitAddrOfRealComponent(LV.getAddress(*this), LV.getType()) in EmitUnaryOpLValue()