Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp3192 bool ValueIsPositive = ValueAPS.isStrictlyPositive(); in CheckLoopHintExpr() local
3193 if (!ValueIsPositive || ValueAPS.getActiveBits() > 31) { in CheckLoopHintExpr()
3195 << ValueAPS.toString(10) << ValueIsPositive; in CheckLoopHintExpr()