Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp4010 CodeGenFunction::ConditionalEvaluation condEval(CGF); in emitWritebackArg() local
4046 condEval.begin(CGF); in emitWritebackArg()
4089 condEval.end(CGF); in emitWritebackArg()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp16405 llvm::APSInt condEval(32); in ActOnChooseExpr() local
16407 CondExpr, &condEval, diag::err_typecheck_choose_expr_requires_constant); in ActOnChooseExpr()
16411 CondIsTrue = condEval.getZExtValue(); in ActOnChooseExpr()