Searched refs:getComplex (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/CodeGen/
H A Dconditional-gnu-ext.c24 _Complex int getComplex(_Complex int val) { function
35 return getComplex(1+2i) ? : rhs;
/external/clang/test/CodeGenCXX/
H A Dconditional-gnu-ext.cpp27 _Complex int getComplex(_Complex int val) { function in namespace:radar8453812
38 return getComplex(1+2i) ? : rhs;
/external/clang/lib/CodeGen/
H A DCGValue.h77 static RValue getComplex(llvm::Value *V1, llvm::Value *V2) { function in class:clang::CodeGen::RValue
85 static RValue getComplex(const std::pair<llvm::Value *, llvm::Value *> &C) { function in class:clang::CodeGen::RValue
86 return getComplex(C.first, C.second);
H A DCGExprComplex.cpp333 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit);
675 Val = RValue::getComplex(ResVal);
H A DCGCleanup.cpp88 return RValue::getComplex(real, imag);
H A DCGExpr.cpp123 return RValue::getComplex(EmitComplexExpr(E, ignoreResult, ignoreResult));
721 return RValue::getComplex(std::make_pair(U, U));
2926 return RValue::getComplex(EmitLoadOfComplex(FieldLV, Loc));
3331 return RValue::getComplex(EmitLoadOfComplex(lvalue, loc));
H A DCGAtomic.cpp1123 atomics.emitCopyIntoMemory(RValue::getComplex(value), dest);
H A DCGCall.cpp3010 return RValue::getComplex(std::make_pair(Real, Imag));
H A DCGObjCGNU.cpp1457 msgRet = RValue::getComplex(phi, phi2);
H A DCGObjCMac.cpp1673 return RValue::getComplex(real, imag);
H A DCGBuiltin.cpp271 return RValue::getComplex(std::make_pair(Real, Imag));

Completed in 229 milliseconds