Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.cpp3045 CodeGenFunction::ConditionalEvaluation condEval(CGF); in emitWritebackArg() local
3081 condEval.begin(CGF); in emitWritebackArg()
3125 condEval.end(CGF); in emitWritebackArg()
/external/clang/lib/Sema/
DSemaExpr.cpp11904 llvm::APSInt condEval(32); in ActOnChooseExpr() local
11906 = VerifyIntegerConstantExpression(CondExpr, &condEval, in ActOnChooseExpr()
11911 CondIsTrue = condEval.getZExtValue(); in ActOnChooseExpr()