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

  /external/clang/lib/CodeGen/
CGExprComplex.cpp 124 return CGF.EmitObjCMessageExpr(E).getComplexVal();
131 return CGF.getOpaqueRValueMapping(E).getComplexVal();
135 return CGF.EmitPseudoObjectRValue(E).getComplexVal();
275 return CGF.EmitAtomicExpr(E).getComplexVal();
289 return CGF.EmitAtomicLoad(lvalue).getComplexVal();
352 return CGF.EmitCallExpr(E).getComplexVal();
357 return CGF.EmitCompoundStmt(*E->getSubStmt(), true).getComplexVal();
CGValue.h 58 /// getComplexVal - Return the real/imag components of this complex value.
60 std::pair<llvm::Value *, llvm::Value *> getComplexVal() const {
CGCall.cpp     [all...]
CGAtomic.cpp 799 CGF.EmitStoreOfComplex(rvalue.getComplexVal(), dest, /*init*/ true);
    [all...]
CGCleanup.cpp 50 CodeGenFunction::ComplexPairTy V = rv.getComplexVal();
    [all...]
CGStmt.cpp 744 EmitStoreOfComplex(RV.getComplexVal(),
    [all...]
CGExpr.cpp 390 CGF.EmitStoreOfComplex(RV.getComplexVal(), tempLV, /*init*/ true);
    [all...]
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]

Completed in 208 milliseconds