HomeSort by relevance Sort by last modified time
    Searched refs:getComplex (Results 1 - 11 of 11) sorted by null

  /external/clang/test/CodeGen/
conditional-gnu-ext.c 24 _Complex int getComplex(_Complex int val) {
35 return getComplex(1+2i) ? : rhs;
  /external/clang/test/CodeGenCXX/
conditional-gnu-ext.cpp 27 _Complex int getComplex(_Complex int val) {
38 return getComplex(1+2i) ? : rhs;
  /external/clang/lib/CodeGen/
CGValue.h 77 static RValue getComplex(llvm::Value *V1, llvm::Value *V2) {
85 static RValue getComplex(const std::pair<llvm::Value *, llvm::Value *> &C) {
86 return getComplex(C.first, C.second);
CGExprComplex.cpp 331 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit);
670 Val = RValue::getComplex(ResVal);
    [all...]
CGCleanup.cpp 88 return RValue::getComplex(real, imag);
    [all...]
CGExpr.cpp 121 return RValue::getComplex(EmitComplexExpr(E, ignoreResult, ignoreResult));
710 return RValue::getComplex(std::make_pair(U, U));
    [all...]
CGAtomic.cpp     [all...]
CGCall.cpp     [all...]
CGObjCGNU.cpp     [all...]
CGBuiltin.cpp 267 return RValue::getComplex(std::make_pair(Real, Imag));
    [all...]
CGObjCMac.cpp     [all...]

Completed in 175 milliseconds