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

  /external/clang/lib/CodeGen/
CGExprComplex.cpp 77 /// EmitStoreOfComplex - Store the specified real/imag parts into the
79 void EmitStoreOfComplex(ComplexPairTy Val, LValue LV, bool isInit);
310 /// EmitStoreOfComplex - Store the specified real/imag parts into the
312 void ComplexExprEmitter::EmitStoreOfComplex(ComplexPairTy Val,
640 EmitStoreOfComplex(Result, LHS, /*isInit*/ false);
678 EmitStoreOfComplex(Val, LHS, /*isInit*/ false);
809 Emitter.EmitStoreOfComplex(Val, dest, isInit);
812 /// EmitStoreOfComplex - Store a complex number into the specified l-value.
813 void CodeGenFunction::EmitStoreOfComplex(ComplexPairTy V, LValue dest,
815 ComplexExprEmitter(*this).EmitStoreOfComplex(V, dest, isInit)
    [all...]
CGCall.cpp     [all...]
CGAtomic.cpp 799 CGF.EmitStoreOfComplex(rvalue.getComplexVal(), dest, /*init*/ true);
    [all...]
CGDecl.cpp     [all...]
CGException.cpp     [all...]
CGStmt.cpp 744 EmitStoreOfComplex(RV.getComplexVal(),
    [all...]
CGExpr.cpp 390 CGF.EmitStoreOfComplex(RV.getComplexVal(), tempLV, /*init*/ true);
749 EmitStoreOfComplex(IncVal, LV, /*init*/ false);
    [all...]
CodeGenFunction.h     [all...]
CGObjC.cpp     [all...]

Completed in 1151 milliseconds