Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExpr.cpp3472 static Optional<LValue> EmitLValueOrThrowExpression(CodeGenFunction &CGF, in EmitLValueOrThrowExpression() function
3519 EmitLValueOrThrowExpression(*this, expr->getTrueExpr()); in EmitConditionalOperatorLValue()
3533 EmitLValueOrThrowExpression(*this, expr->getFalseExpr()); in EmitConditionalOperatorLValue()
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp4497 static Optional<LValue> EmitLValueOrThrowExpression(CodeGenFunction &CGF, in EmitLValueOrThrowExpression() function
4554 EmitLValueOrThrowExpression(*this, expr->getTrueExpr()); in EmitConditionalOperatorLValue()
4568 EmitLValueOrThrowExpression(*this, expr->getFalseExpr()); in EmitConditionalOperatorLValue()