Searched refs:EndOrLength (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp427 LValue EndOrLength = CGF.EmitLValueForFieldInitialization(DestLV, *Field); local
435 CGF.EmitStoreThroughLValue(RValue::get(ArrayEnd), EndOrLength); local
438 CGF.EmitStoreThroughLValue(RValue::get(Size), EndOrLength); local

Completed in 159 milliseconds