Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExpr.cpp3462 return EmitAggExprToLValue(E); in EmitInitListLValue()
3488 return EmitAggExprToLValue(expr); in EmitConditionalOperatorLValue()
3615 return EmitAggExprToLValue(E); in EmitCastLValue()
3649 return EmitAggExprToLValue(E); in EmitCastLValue()
3854 return EmitAggExprToLValue(E); in EmitBinaryOperatorLValue()
3875 return EmitAggExprToLValue(E); in EmitVAArgExprLValue()
DCGExprAgg.cpp1449 LValue CodeGenFunction::EmitAggExprToLValue(const Expr *E) { in EmitAggExprToLValue() function in CodeGenFunction
DCodeGenFunction.h3048 LValue EmitAggExprToLValue(const Expr *E);
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp1349 return EmitAggExprToLValue(E); in EmitLValue()
4487 return EmitAggExprToLValue(E); in EmitInitListLValue()
4513 return EmitAggExprToLValue(expr); in EmitConditionalOperatorLValue()
4661 return EmitAggExprToLValue(E); in EmitCastLValue()
4699 return EmitAggExprToLValue(E); in EmitCastLValue()
4982 return EmitAggExprToLValue(E); in EmitBinaryOperatorLValue()
5003 return EmitAggExprToLValue(E); in EmitVAArgExprLValue()
DCGExprAgg.cpp1993 LValue CodeGenFunction::EmitAggExprToLValue(const Expr *E) { in EmitAggExprToLValue() function in CodeGenFunction
DCodeGenFunction.h4247 LValue EmitAggExprToLValue(const Expr *E);
DCGBuiltin.cpp4481 LValue NDRangeL = EmitAggExprToLValue(E->getArg(2)); in EmitBuiltinExpr()
4684 LValue NDRangeL = EmitAggExprToLValue(E->getArg(0)); in EmitBuiltinExpr()