Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp329 Address CodeGenFunction::emitAddrOfRealComponent(Address addr, in emitAddrOfRealComponent() function in CodeGenFunction
356 Address RealP = CGF.emitAddrOfRealComponent(SrcPtr, lvalue.getType()); in EmitLoadOfLValue()
377 Address RealPtr = CGF.emitAddrOfRealComponent(Ptr, lvalue.getType()); in EmitStoreOfComplex()
H A DCodeGenFunction.h3906 Address emitAddrOfRealComponent(Address complex, QualType complexType);
H A DCGExpr.cpp2643 ? emitAddrOfRealComponent(LV.getAddress(), LV.getType()) in EmitUnaryOpLValue()