Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc364 bool ValueIsPositive(const Uncopyable& x) { return x.value() > 0; } in ValueIsPositive() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3640 bool ValueIsPositive = in CheckLoopHintExpr() local