Home
last modified time | relevance | path

Searched refs:EmitUnsupportedLValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1436 LValue CodeGenFunction::EmitUnsupportedLValue(const Expr *E, in EmitUnsupportedLValue() function in CodeGenFunction
1523 default: return EmitUnsupportedLValue(E, "l-value expression"); in EmitLValueHelper()
5163 return EmitUnsupportedLValue(expr, "conditional operator"); in EmitConditionalOperatorLValue()
5241 return EmitUnsupportedLValue(E, "unexpected cast lvalue"); in EmitCastLValue()
5374 return EmitUnsupportedLValue(E, "unexpected cast lvalue"); in EmitCastLValue()
H A DCodeGenFunction.h4105 LValue EmitUnsupportedLValue(const Expr *E,