Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3639 bool ValueIsPositive = ValueAPS.isStrictlyPositive(); in CheckLoopHintExpr() local
3640 if (!ValueIsPositive || ValueAPS.getActiveBits() > 31) { in CheckLoopHintExpr()
3642 << ValueAPS.toString(10) << ValueIsPositive; in CheckLoopHintExpr()