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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGValue.h 639 RValue asRValue() const {
CGExprAgg.cpp 1182 CGF.EmitAtomicStore(Dest.asRValue(), LHS, /*isInit*/ false);
1203 CGF.EmitAtomicStore(Dest.asRValue(), LHS, /*isInit*/ false);
CGAtomic.cpp 1440 return resultSlot.asRValue();
CGExpr.cpp 226 return aggSlot.asRValue();
5407 result.RV = slot.asRValue();
CGCall.cpp 4306 RValue RV = Slot.asRValue();

Completed in 94 milliseconds