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

  /external/clang/lib/CodeGen/
CGExprComplex.cpp 71 return CGF.EmitLoadOfPropertyRefLValue(LV).getComplexVal();
130 return CGF.EmitObjCMessageExpr(E).getComplexVal();
137 return CGF.getOpaqueRValueMapping(E).getComplexVal();
188 return CGF.EmitExprWithCleanups(E).getComplexVal();
271 return CGF.EmitAtomicExpr(E).getComplexVal();
336 return CGF.EmitCallExpr(E).getComplexVal();
341 return CGF.EmitCompoundStmt(*E->getSubStmt(), true).getComplexVal();
368 return CGF.EmitLoadOfPropertyRefLValue(LV).getComplexVal();
CGValue.h 57 /// getComplexVal - Return the real/imag components of this complex value.
59 std::pair<llvm::Value *, llvm::Value *> getComplexVal() const {
CGCall.cpp     [all...]
CGCleanup.cpp 50 CodeGenFunction::ComplexPairTy V = rv.getComplexVal();
    [all...]
CGStmt.cpp 733 StoreComplexToAddr(RV.getComplexVal(), ReturnValue, false);
    [all...]
CGExpr.cpp 437 CGF.StoreComplexToAddr(RV.getComplexVal(), ReferenceTemporary,
    [all...]
CGObjCGNU.cpp     [all...]

Completed in 99 milliseconds