Searched defs:is_negative (Results 1 – 9 of 9) sorted by relevance
19 bool is_negative; member43 bool is_negative; member
28 boolean_t is_negative; in lcompat_strtoll() local
67 _LIBCPP_HIDE_FROM_ABI constexpr bool is_negative() const noexcept { return __is_neg_; } is_negative() function
44 #define is_negative(a) (!(is_non_negative(a))) macro
647 bool is_negative = is_signed && str.consume_front("-"); in SetValueFromCString() local
69 static int is_negative(const void *number, size_t s) in is_negative() function
751 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
1427 Matcher<int> is_negative = Lt(0); in TEST() local1555 Matcher<int> is_negative = Lt(0); in TEST() local