HomeSort by: relevance | last modified time | path
    Searched refs:forLValue (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprAgg.cpp 353 AggValueSlot srcAgg = AggValueSlot::forLValue(
1187 AggValueSlot::forLValue(LHS, CGF, AggValueSlot::IsDestructed,
1208 AggValueSlot LHSSlot = AggValueSlot::forLValue(
1544 E, AggValueSlot::forLValue(LV, CGF, AggValueSlot::IsDestructed,
1832 auto elementSlot = AggValueSlot::forLValue(
1999 EmitAggExpr(E, AggValueSlot::forLValue(
CGCoroutine.cpp 178 bool ignoreResult, bool forLValue) {
248 if (forLValue)
266 ignoreResult, /*forLValue*/false).RV;
272 aggSlot, ignoreResult, /*forLValue*/false).RV;
307 /*ignoreResult*/false, /*forLValue*/true).LV;
317 /*ignoreResult*/false, /*forLValue*/true).LV;
CGValue.h 575 forLValue(const LValue &LV, CodeGenFunction &CGF, IsDestructed_t isDestructed,
CGDeclCXX.cpp 59 AggValueSlot::forLValue(lv, CGF, AggValueSlot::IsDestructed,
CGExpr.cpp 5375 bool forLValue,
5401 if (ov == resultExpr && ov->isRValue() && !forLValue &&
5415 if (forLValue)
5427 if (forLValue)
CGAtomic.cpp 2118 AggValueSlot slot = AggValueSlot::forLValue(
CGClass.cpp 708 AggValueSlot Slot = AggValueSlot::forLValue(
CGDecl.cpp 1950 EmitAggExpr(init, AggValueSlot::forLValue(
CGObjC.cpp 1672 AggValueSlot::forLValue(LV, *this, AggValueSlot::IsDestructed,

Completed in 127 milliseconds