Searched refs:getComplex (Results 1 – 11 of 11) 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 | 77 static RValue getComplex(llvm::Value *V1, llvm::Value *V2) { in getComplex() function 85 static RValue getComplex(const std::pair<llvm::Value *, llvm::Value *> &C) { in getComplex() function 86 return getComplex(C.first, C.second); in getComplex()
|
D | CGExpr.cpp | 121 return RValue::getComplex(EmitComplexExpr(E, ignoreResult, ignoreResult)); in EmitAnyExpr() 770 return RValue::getComplex(std::make_pair(U, U)); in GetUndefRValue() 2843 return RValue::getComplex(EmitLoadOfComplex(FieldLV)); in EmitRValueForField() 3185 return RValue::getComplex(EmitLoadOfComplex(lvalue)); in convertTempToRValue()
|
D | CGExprComplex.cpp | 316 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit); in EmitStoreOfComplex()
|
D | CGCleanup.cpp | 88 return RValue::getComplex(real, imag); in restore()
|
D | CGAtomic.cpp | 917 atomics.emitCopyIntoMemory(RValue::getComplex(value), dest); in EmitAtomicInit()
|
D | CGCall.cpp | 2406 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitCall()
|
D | CGObjCGNU.cpp | 1453 msgRet = RValue::getComplex(phi, phi2); in GenerateMessageSend()
|
D | CGBuiltin.cpp | 267 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitBuiltinExpr()
|
D | CGObjCMac.cpp | 1677 return RValue::getComplex(real, imag); in complete()
|