Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp2538 CodeGenFunction::ConditionalEvaluation condEval(CGF); in emitWritebackArg() local
2573 condEval.begin(CGF); in emitWritebackArg()
2617 condEval.end(CGF); in emitWritebackArg()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp10570 llvm::APSInt condEval(32); in ActOnChooseExpr() local
10572 = VerifyIntegerConstantExpression(CondExpr, &condEval, in ActOnChooseExpr()
10577 CondIsTrue = condEval.getZExtValue(); in ActOnChooseExpr()