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

  /external/clang/lib/CodeGen/
CGExprComplex.cpp 129 return CGF.EmitObjCMessageExpr(E).getComplexVal();
136 return CGF.getOpaqueRValueMapping(E).getComplexVal();
140 return CGF.EmitPseudoObjectRValue(E).getComplexVal();
284 return CGF.EmitAtomicExpr(E).getComplexVal();
299 return CGF.EmitAtomicLoad(lvalue, loc).getComplexVal();
375 return CGF.EmitCallExpr(E).getComplexVal();
695 return Val.getComplexVal();
699 return Val.getComplexVal();
    [all...]
CGValue.h 58 /// getComplexVal - Return the real/imag components of this complex value.
60 std::pair<llvm::Value *, llvm::Value *> getComplexVal() const {
CGCleanup.cpp 50 CodeGenFunction::ComplexPairTy V = rv.getComplexVal();
    [all...]
CGAtomic.cpp     [all...]
CGCall.cpp     [all...]
CGStmt.cpp     [all...]
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]

Completed in 255 milliseconds