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);
327 /// EmitStoreOfComplex - Store the specified real/imag parts into the
329 void ComplexExprEmitter::EmitStoreOfComplex(ComplexPairTy Val,
674 EmitStoreOfComplex(ResVal, LHS, /*isInit*/ false);
719 EmitStoreOfComplex(Val, LHS, /*isInit*/ false);
852 Emitter.EmitStoreOfComplex(Val, dest, isInit);
855 /// EmitStoreOfComplex - Store a complex number into the specified l-value.
856 void CodeGenFunction::EmitStoreOfComplex(ComplexPairTy V, LValue dest,
858 ComplexExprEmitter(*this).EmitStoreOfComplex(V, dest, isInit)
    [all...]
CGAtomic.cpp     [all...]
CGDecl.cpp     [all...]
CGException.cpp     [all...]
CGCall.cpp     [all...]
CGStmt.cpp     [all...]
CodeGenFunction.h     [all...]
CGExpr.cpp 700 EmitStoreOfComplex(IncVal, LV, /*init*/ false);
    [all...]
CGObjC.cpp     [all...]

Completed in 168 milliseconds