Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExpr.cpp1465 Expr *falseExpr = condOp->getFalseExpr(); in emitOpOnBoolExpr() local
1477 [this, falseExpr](mlir::OpBuilder &b, mlir::Location loc) { in emitOpOnBoolExpr()
1478 mlir::Value rhs = emitScalarExpr(falseExpr); in emitOpOnBoolExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp33 const Expr *falseExpr);