Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp3738 bool ValueIsPositive = ValueAPS.isStrictlyPositive(); in CheckLoopHintExpr() local
3739 if (!ValueIsPositive || ValueAPS.getActiveBits() > 31) { in CheckLoopHintExpr()
3741 << toString(ValueAPS, 10) << ValueIsPositive; in CheckLoopHintExpr()