Searched refs:ValueIsPositive (Results 1 – 2 of 2) sorted by relevance
3914 bool ValueIsPositive(const Uncopyable& x) { return x.value() > 0; } in ValueIsPositive() function3974 Matcher<AStruct> m = Field(&AStruct::z, Truly(ValueIsPositive)); in TEST()3976 m = Field(&AStruct::z, Not(Truly(ValueIsPositive))); in TEST()5668 EXPECT_THAT(objs, ElementsAre(UncopyableIs(-3), Truly(ValueIsPositive))); in TEST()5784 UnorderedElementsAre(Truly(ValueIsPositive), UncopyableIs(-3))); in TEST_F()
3672 bool ValueIsPositive = ValueAPS.isStrictlyPositive(); in CheckLoopHintExpr() local3673 if (!ValueIsPositive || ValueAPS.getActiveBits() > 31) { in CheckLoopHintExpr()3675 << toString(ValueAPS, 10) << ValueIsPositive; in CheckLoopHintExpr()