Searched refs:getReferenceLValue (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprComplex.cpp | 155 return emitLoadOfLValue(constant.getReferenceLValue(cgf, e), in emitConstant()
|
| H A D | CIRGenFunction.h | 414 LValue getReferenceLValue(CIRGenFunction &cgf, Expr *refExpr) const { in getReferenceLValue() function
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGPointerAuth.cpp | 228 LValue LV = Result.getReferenceLValue(*this, RefExpr); in EmitOrigPointerRValue()
|
| H A D | CGExprComplex.cpp | 138 return EmitLoadOfLValue(Constant.getReferenceLValue(CGF, E), in emitConstant()
|
| H A D | CodeGenFunction.h | 4444 LValue getReferenceLValue(CodeGenFunction &CGF, const Expr *RefExpr) const {
|
| H A D | CGExpr.cpp | 1897 return EmitLoadOfLValue(Constant.getReferenceLValue(*this, E), in emitScalarConstant()
|
| H A D | CGStmtOpenMP.cpp | 931 OriginalLVal = CE.getReferenceLValue(*this, &DRE); in EmitOMPFirstprivateClause()
|