Home
last modified time | relevance | path

Searched refs:getReferenceLValue (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprAgg.cpp130 EmitFinalDestCopy(E->getType(), result.getReferenceLValue(CGF, E)); in VisitDeclRefExpr()
DCGExprComplex.cpp121 return EmitLoadOfLValue(result.getReferenceLValue(CGF, E), in VisitDeclRefExpr()
DCodeGenFunction.h2764 LValue getReferenceLValue(CodeGenFunction &CGF, Expr *refExpr) const { in getReferenceLValue() function
DCGExprScalar.cpp273 return EmitLoadOfLValue(result.getReferenceLValue(CGF, E), in VisitDeclRefExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGExprComplex.cpp134 return EmitLoadOfLValue(Constant.getReferenceLValue(CGF, E), in emitConstant()
DCodeGenFunction.h3821 LValue getReferenceLValue(CodeGenFunction &CGF, Expr *refExpr) const {
DCGExpr.cpp1592 return EmitLoadOfLValue(Constant.getReferenceLValue(*this, E), in emitScalarConstant()
DCGStmtOpenMP.cpp832 OriginalLVal = CE.getReferenceLValue(*this, &DRE); in EmitOMPFirstprivateClause()