Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprComplex.cpp155 return emitLoadOfLValue(constant.getReferenceLValue(cgf, e), in emitConstant()
H A DCIRGenFunction.h414 LValue getReferenceLValue(CIRGenFunction &cgf, Expr *refExpr) const { in getReferenceLValue() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp228 LValue LV = Result.getReferenceLValue(*this, RefExpr); in EmitOrigPointerRValue()
H A DCGExprComplex.cpp138 return EmitLoadOfLValue(Constant.getReferenceLValue(CGF, E), in emitConstant()
H A DCodeGenFunction.h4444 LValue getReferenceLValue(CodeGenFunction &CGF, const Expr *RefExpr) const {
H A DCGExpr.cpp1897 return EmitLoadOfLValue(Constant.getReferenceLValue(*this, E), in emitScalarConstant()
H A DCGStmtOpenMP.cpp931 OriginalLVal = CE.getReferenceLValue(*this, &DRE); in EmitOMPFirstprivateClause()