Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExpr.cpp700 ExprResult Res = CheckLValueToRValueConversionOperand(E); in DefaultLvalueConversion()
18446 ExprResult Sema::CheckLValueToRValueConversionOperand(Expr *E) { in CheckLValueToRValueConversionOperand() function in Sema
18479 return CheckLValueToRValueConversionOperand(Res.get()); in ActOnConstantExpression()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h5025 ExprResult CheckLValueToRValueConversionOperand(Expr *E);