Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp3867 CodeGenFunction::ConditionalEvaluation condEval(CGF); in emitWritebackArg() local
3904 condEval.begin(CGF); in emitWritebackArg()
3948 condEval.end(CGF); in emitWritebackArg()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp15248 llvm::APSInt condEval(32); in ActOnChooseExpr() local
15250 CondExpr, &condEval, diag::err_typecheck_choose_expr_requires_constant); in ActOnChooseExpr()
15254 CondIsTrue = condEval.getZExtValue(); in ActOnChooseExpr()