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.cpp4254 CodeGenFunction::ConditionalEvaluation condEval(CGF); in emitWritebackArg() local
4289 condEval.begin(CGF); in emitWritebackArg()
4332 condEval.end(CGF); in emitWritebackArg()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp15908 llvm::APSInt condEval(32); in ActOnChooseExpr() local
15910 CondExpr, &condEval, diag::err_typecheck_choose_expr_requires_constant); in ActOnChooseExpr()
15914 CondIsTrue = condEval.getZExtValue(); in ActOnChooseExpr()