Home
last modified time | relevance | path

Searched refs:emitStoreThroughLValue (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprAggregate.cpp194 cgf.emitStoreThroughLValue(RValue::get(element), tmpLV); in emitArrayInit()
213 cgf.emitStoreThroughLValue(RValue::get(nextElement), tmpLV); in emitArrayInit()
261 cgf.emitStoreThroughLValue(RValue::get(cgf.emitScalarExpr(e)), lv); in emitInitializationToLValue()
H A DCIRGenDecl.cpp176 return emitStoreThroughLValue( in emitAutoVarInit()
477 emitStoreThroughLValue(RValue::get(value), lvalue, true); in emitScalarInit()
494 emitStoreThroughLValue(rvalue, lvalue); in emitExprAsInit()
H A DCIRGenExprScalar.cpp526 cgf.emitStoreThroughLValue(RValue::get(value), lv); in emitScalarPrePostIncDec()
963 cgf.emitStoreThroughLValue(RValue::get(rhs), lhs); in VISITCOMP()
1126 cgf.emitStoreThroughLValue(RValue::get(result), lhsLV); in emitCompoundAssignLValue()
H A DCIRGenExpr.cpp213 void CIRGenFunction::emitStoreThroughLValue(RValue src, LValue dst, in emitStoreThroughLValue() function in CIRGenFunction
1104 emitStoreThroughLValue(rv, lv); in emitBinaryOperatorLValue()
H A DCIRGenFunction.h1057 void emitStoreThroughLValue(RValue src, LValue dst, bool isInit = false);