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

  /external/clang/lib/CodeGen/
CGExprAgg.cpp 357 CGF.EmitStoreThroughLValue(RValue::get(arrayStart), start);
368 CGF.EmitStoreThroughLValue(RValue::get(arrayEnd), endOrLength);
371 CGF.EmitStoreThroughLValue(RValue::get(Builder.getInt(size)), endOrLength);
853 CGF.EmitStoreThroughLValue(RV, LV);
    [all...]
CGExprComplex.cpp 75 /// EmitStoreThroughLValue - Given an l-value of complex type, store
77 void EmitStoreThroughLValue(ComplexPairTy Val, LValue LV) {
630 EmitStoreThroughLValue(Result, LHS);
668 EmitStoreThroughLValue(Val, LHS);
CGDecl.cpp 524 EmitStoreThroughLValue(RValue::get(value), lvalue, true);
623 return EmitStoreThroughLValue(RValue::get(init), lvalue, true);
    [all...]
CGCall.cpp 514 EmitStoreThroughLValue(RValue::get(AI++), MakeAddrLValue(RealAddr, EltTy));
516 EmitStoreThroughLValue(RValue::get(AI++), MakeAddrLValue(ImagAddr, EltTy));
518 EmitStoreThroughLValue(RValue::get(AI), LV);
    [all...]
CGExpr.cpp 151 EmitStoreThroughLValue(RV, LV);
416 CGF.EmitStoreThroughLValue(CGF.EmitLoadOfLValue(LV), TempLV);
    [all...]
CGExprScalar.cpp     [all...]
CGClass.cpp 615 EmitStoreThroughLValue(RHS, LHS);
    [all...]
CGStmt.cpp 747 // EmitStoreThroughLValue, and EmitAnyExpr.
    [all...]
CGObjC.cpp     [all...]
CodeGenFunction.h     [all...]

Completed in 140 milliseconds