HomeSort by relevance Sort by last modified time
    Searched refs:getComplex (Results 1 - 9 of 9) 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 76 static RValue getComplex(llvm::Value *V1, llvm::Value *V2) {
84 static RValue getComplex(const std::pair<llvm::Value *, llvm::Value *> &C) {
85 return getComplex(C.first, C.second);
CGCall.cpp     [all...]
CGCleanup.cpp 83 return RValue::getComplex(CGF.LoadComplexFromAddr(Value, false));
    [all...]
CGExpr.cpp 118 return RValue::getComplex(EmitComplexExpr(E, ignoreResult, ignoreResult));
654 return RValue::getComplex(std::make_pair(U, U));
    [all...]
CGBuiltin.cpp 245 return RValue::getComplex(std::make_pair(Real, Imag));
    [all...]
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]

Completed in 133 milliseconds