Searched refs:getReferenceLValue (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGExprAgg.cpp | 130 EmitFinalDestCopy(E->getType(), result.getReferenceLValue(CGF, E)); in VisitDeclRefExpr()
|
D | CGExprComplex.cpp | 121 return EmitLoadOfLValue(result.getReferenceLValue(CGF, E), in VisitDeclRefExpr()
|
D | CodeGenFunction.h | 2764 LValue getReferenceLValue(CodeGenFunction &CGF, Expr *refExpr) const { in getReferenceLValue() function
|
D | CGExprScalar.cpp | 273 return EmitLoadOfLValue(result.getReferenceLValue(CGF, E), in VisitDeclRefExpr()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprComplex.cpp | 134 return EmitLoadOfLValue(Constant.getReferenceLValue(CGF, E), in emitConstant()
|
D | CodeGenFunction.h | 3821 LValue getReferenceLValue(CodeGenFunction &CGF, Expr *refExpr) const {
|
D | CGExpr.cpp | 1592 return EmitLoadOfLValue(Constant.getReferenceLValue(*this, E), in emitScalarConstant()
|
D | CGStmtOpenMP.cpp | 832 OriginalLVal = CE.getReferenceLValue(*this, &DRE); in EmitOMPFirstprivateClause()
|