Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:isInit

146                                        bool IsInit) {
152 /*isInit*/ false);
158 AggValueSlot::IsDestructed_t(IsInit),
160 AggValueSlot::IsAliased_t(!IsInit)));
1220 bool isInit) {
1264 isInit);
1276 bool isInit) {
1279 lvalue.getTBAAInfo(), isInit);
1390 void CodeGenFunction::EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit) {
1474 EmitStoreOfScalar(Src.getScalarVal(), Dst, isInit);