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 78 /// EmitStoreOfComplex - Store the specified real/imag parts into the
80 void EmitStoreOfComplex(ComplexPairTy Val, LValue LV, bool isInit);
325 /// EmitStoreOfComplex - Store the specified real/imag parts into the
327 void ComplexExprEmitter::EmitStoreOfComplex(ComplexPairTy Val,
669 EmitStoreOfComplex(ResVal, LHS, /*isInit*/ false);
714 EmitStoreOfComplex(Val, LHS, /*isInit*/ false);
845 Emitter.EmitStoreOfComplex(Val, dest, isInit);
848 /// EmitStoreOfComplex - Store a complex number into the specified l-value.
849 void CodeGenFunction::EmitStoreOfComplex(ComplexPairTy V, LValue dest,
851 ComplexExprEmitter(*this).EmitStoreOfComplex(V, dest, isInit)
    [all...]
CGAtomic.cpp 851 CGF.EmitStoreOfComplex(rvalue.getComplexVal(), dest, /*init*/ true);
    [all...]
CGCall.cpp     [all...]
CGDecl.cpp     [all...]
CGException.cpp     [all...]
CGStmt.cpp 785 EmitStoreOfComplex(RV.getComplexVal(),
    [all...]
CodeGenFunction.h     [all...]
CGExpr.cpp 689 EmitStoreOfComplex(IncVal, LV, /*init*/ false);
    [all...]
CGObjC.cpp     [all...]

Completed in 150 milliseconds