Searched defs:is_negative (Results 1 – 10 of 10) sorted by relevance
19 bool is_negative; member43 bool is_negative; member
38 bool is_negative; member
620 bool is_negative = 0; variable
29 boolean_t is_negative; in lcompat_strtoll() local
62 _LIBCPP_HIDE_FROM_ABI constexpr bool is_negative() const noexcept { return __is_neg_; } in is_negative() function
646 bool is_negative = is_signed && str.consume_front("-"); in SetValueFromCString() local
93 static int is_negative(const void *number, size_t s) in is_negative() function
750 const bool is_negative = (length_and_negative >> 4) & 1; in NSDecimalNumberSummaryProvider() local
545 struct is_negative { struct550 inline cst_pred_ty<is_negative> m_Negative() { in m_Negative() argument
1483 Matcher<int> is_negative = Lt(0); in TEST() local1611 Matcher<int> is_negative = Lt(0); in TEST() local