HomeSort by relevance Sort by last modified time
    Searched refs:getComplex (Results 1 - 12 of 12) 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 92 static RValue getComplex(llvm::Value *V1, llvm::Value *V2) {
100 static RValue getComplex(const std::pair<llvm::Value *, llvm::Value *> &C) {
101 return getComplex(C.first, C.second);
CGExprComplex.cpp 348 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit);
    [all...]
CGCleanup.cpp 106 return RValue::getComplex(real, imag);
    [all...]
CGExpr.cpp 147 return RValue::getComplex(EmitComplexExpr(E, ignoreResult, ignoreResult));
    [all...]
CGAtomic.cpp     [all...]
CGStmtOpenMP.cpp 433 RValue::getComplex(CGF.EmitLoadOfComplex(LV, SourceLocation()));
    [all...]
CGObjCGNU.cpp     [all...]
CGCall.cpp     [all...]
CGObjCMac.cpp     [all...]
CGBuiltin.cpp 590 return RValue::getComplex(std::make_pair(Real, Imag));
    [all...]

Completed in 1135 milliseconds