Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4242 CodeGenFunction::ConditionalEvaluation condEval(CGF); in emitWritebackArg() local
4278 condEval.begin(CGF); in emitWritebackArg()
4321 condEval.end(CGF); in emitWritebackArg()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp16914 llvm::APSInt condEval(32); in ActOnChooseExpr() local
16916 CondExpr, &condEval, diag::err_typecheck_choose_expr_requires_constant); in ActOnChooseExpr()
16920 CondIsTrue = condEval.getZExtValue(); in ActOnChooseExpr()