Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGCall.cpp3884 CodeGenFunction::ConditionalEvaluation condEval(CGF); in emitWritebackArg() local
3921 condEval.begin(CGF); in emitWritebackArg()
3965 condEval.end(CGF); in emitWritebackArg()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExpr.cpp15369 llvm::APSInt condEval(32); in ActOnChooseExpr() local
15371 CondExpr, &condEval, diag::err_typecheck_choose_expr_requires_constant); in ActOnChooseExpr()
15375 CondIsTrue = condEval.getZExtValue(); in ActOnChooseExpr()