Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4429 CodeGenFunction::ConditionalEvaluation condEval(CGF); in emitWritebackArg() local
4464 condEval.begin(CGF); in emitWritebackArg()
4507 condEval.end(CGF); in emitWritebackArg()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp16274 llvm::APSInt condEval(32); in ActOnChooseExpr() local
16276 CondExpr, &condEval, diag::err_typecheck_choose_expr_requires_constant); in ActOnChooseExpr()
16280 CondIsTrue = condEval.getZExtValue(); in ActOnChooseExpr()