Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp427 Address CodeGenFunction::emitAddrOfRealComponent(Address addr, in emitAddrOfRealComponent() function in CodeGenFunction
451 Address RealP = CGF.emitAddrOfRealComponent(SrcPtr, lvalue.getType()); in EmitLoadOfLValue()
472 Address RealPtr = CGF.emitAddrOfRealComponent(Ptr, lvalue.getType()); in EmitStoreOfComplex()
H A DCodeGenFunction.h4871 Address emitAddrOfRealComponent(Address complex, QualType complexType);
H A DCGExpr.cpp3239 ? emitAddrOfRealComponent(LV.getAddress(), LV.getType()) in EmitUnaryOpLValue()