Searched refs:getComplex (Results 1 – 9 of 9) sorted by relevance
/external/clang/test/CodeGen/ |
D | conditional-gnu-ext.c | 24 _Complex int getComplex(_Complex int val) { in getComplex() function 35 return getComplex(1+2i) ? : rhs; in complx()
|
/external/clang/test/CodeGenCXX/ |
D | conditional-gnu-ext.cpp | 27 _Complex int getComplex(_Complex int val) { in getComplex() function 38 return getComplex(1+2i) ? : rhs; in cmplx()
|
/external/clang/lib/CodeGen/ |
D | CGValue.h | 76 static RValue getComplex(llvm::Value *V1, llvm::Value *V2) { in getComplex() function 84 static RValue getComplex(const std::pair<llvm::Value *, llvm::Value *> &C) { in getComplex() function 85 return getComplex(C.first, C.second); in getComplex()
|
D | CGCall.cpp | 1618 return args.add(RValue::getComplex(complex), type); in EmitDelegateCallArg() 1858 EltRV = RValue::getComplex(LoadComplexFromAddr(LV.getAddress(), false)); in ExpandTypeToArgs() 2181 return RValue::getComplex(LoadComplexFromAddr(Args[0], false)); in EmitCall() 2199 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitCall() 2241 return RValue::getComplex(LoadComplexFromAddr(DestPtr, false)); in EmitCall()
|
D | CGExpr.cpp | 118 return RValue::getComplex(EmitComplexExpr(E, ignoreResult, ignoreResult)); in EmitAnyExpr() 654 return RValue::getComplex(std::make_pair(U, U)); in GetUndefRValue() 2550 return RValue::getComplex( in EmitRValueForField() 3007 return RValue::getComplex(CGF.LoadComplexFromAddr(Dest, false)); in ConvertTempToRValue()
|
D | CGCleanup.cpp | 83 return RValue::getComplex(CGF.LoadComplexFromAddr(Value, false)); in restore()
|
D | CGObjCGNU.cpp | 1315 msgRet = RValue::getComplex(phi, phi2); in GenerateMessageSend()
|
D | CGBuiltin.cpp | 245 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitBuiltinExpr()
|
D | CGObjCMac.cpp | 1524 return RValue::getComplex(PHIReal, PHIImag); in complete()
|