Searched defs:srcLV (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.h89 void addWriteback(LValue srcLV, llvm::Value *temporary, argument
H A DCGBlocks.cpp836 LValue srcLV = MakeAddrLValue(src, type, align); local
H A DCGException.cpp1051 LValue srcLV = CGF.MakeNaturalAlignAddrLValue(Cast, CatchType); local
H A DCGExprAgg.cpp264 LValue srcLV = CGF.MakeAddrLValue(src.getAggregateAddr(), type, srcAlign); local
H A DCGCall.cpp1790 const LValue &srcLV = writeback.Source; local
1845 CGF.EmitStoreThroughLValue(RValue::get(value), srcLV); local
1884 LValue srcLV; local
[all...]

Completed in 79 milliseconds